Hello community,

here is the log from the commit of package lxqt-config for openSUSE:Factory 
checked in at 2015-10-19 22:51:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxqt-config (Old)
 and      /work/SRC/openSUSE:Factory/.lxqt-config.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxqt-config"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxqt-config/lxqt-config.changes  2015-06-03 
08:35:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lxqt-config.new/lxqt-config.changes     
2015-10-20 00:04:59.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Oct 13 11:31:59 UTC 2015 - dims...@opensuse.org
+
+- Add lxqt-config-libqt5.5.patch: Fix build with libQt 5.5, which
+  no longer implicitly includes everything.
+
+-------------------------------------------------------------------

New:
----
  lxqt-config-libqt5.5.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lxqt-config.spec ++++++
--- /var/tmp/diff_new_pack.WgFwVb/_old  2015-10-20 00:04:59.000000000 +0200
+++ /var/tmp/diff_new_pack.WgFwVb/_new  2015-10-20 00:04:59.000000000 +0200
@@ -29,6 +29,7 @@
 # lxqt-config will only show apps that have the "LXQt" Category, since we fix 
this to be freedesktop compliant ("X-LXQt") we need this fix to
 # get the apps displayed.
 Patch1:         fix_menu_categories.patch
+Patch2:         lxqt-config-libqt5.5.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -52,6 +53,7 @@
 %setup -q
 %patch0 -p1
 %patch1
+%patch2 -p1
 
 %build
 %cmake

++++++ lxqt-config-libqt5.5.patch ++++++
Index: lxqt-config-0.9.0/lxqt-config-monitor/monitor.h
===================================================================
--- lxqt-config-0.9.0.orig/lxqt-config-monitor/monitor.h
+++ lxqt-config-0.9.0/lxqt-config-monitor/monitor.h
@@ -20,6 +20,7 @@
 #ifndef _MONITOR_H_
 #define _MONITOR_H_
 
+#include <QObject>
 #include <QStringList>
 #include <QHash>
 #include <QList>
@@ -79,4 +80,4 @@ public:
 /**Gets size from string rate. String rate format is "widthxheight". Example: 
800x600*/
 QSize sizeFromString(QString str);
 
-#endif // _MONITOR_H_
\ No newline at end of file
+#endif // _MONITOR_H_

Reply via email to