diff --git a/qgnomeplatform-gnome-decorations.patch b/qgnomeplatform-gnome-decorations.patch index 6fc5d52..5742604 100644 --- a/qgnomeplatform-gnome-decorations.patch +++ b/qgnomeplatform-gnome-decorations.patch @@ -207,10 +207,10 @@ rename from src/qgtk3dialoghelpers.h rename to common/qgtk3dialoghelpers.h diff --git a/decoration/decoration.pro b/decoration/decoration.pro new file mode 100644 -index 0000000..6c3bb05 +index 0000000..8f7f039 --- /dev/null +++ b/decoration/decoration.pro -@@ -0,0 +1,32 @@ +@@ -0,0 +1,33 @@ +lessThan(QT_MINOR_VERSION, 9): error("Qt 5.9 and newer is required.") + +TEMPLATE = lib @@ -225,7 +225,8 @@ index 0000000..6c3bb05 +QT += core \ + gui \ + waylandclient-private \ -+ widgets ++ widgets \ ++ x11extras + +LIBS += -lcommon + diff --git a/qgnomeplatform.spec b/qgnomeplatform.spec index 7359e3f..0b78e5b 100644 --- a/qgnomeplatform.spec +++ b/qgnomeplatform.spec @@ -1,7 +1,7 @@ Name: qgnomeplatform Version: 0.5 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Qt Platform Theme aimed to accommodate Gnome settings License: LGPLv2+ @@ -61,6 +61,9 @@ make install INSTALL_ROOT=%{buildroot} -C %{_target_platform} %{_qt5_libdir}/qt5/plugins/wayland-decoration-client/libqgnomeplatformdecoration.so %changelog +* Thu Oct 03 2019 Jan Grulich - 0.5-17 +- Link decorations against qtx11extras + * Fri Sep 27 2019 Jan Grulich - 0.5-16 - Set XCURSOR_SIZE only on wayland