Hello community,

here is the log from the commit of package lxqt-config for openSUSE:Factory 
checked in at 2015-06-03 08:35:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-02-25 
02:17:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lxqt-config.new/lxqt-config.changes     
2015-06-03 08:35:02.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Jun  2 10:04:17 UTC 2015 - [email protected]
+
+- Added patch fix_menu_categories.patch
+  lxqt-config will only show apps that have the "LXQt" Category, since we 
change the category to be freedesktop compliant ("X-LXQt") we need this fix
+  so lxqt-config displays the apps (like appearance, powermanagement)
+
+-------------------------------------------------------------------

New:
----
  fix_menu_categories.patch

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

Other differences:
------------------
++++++ lxqt-config.spec ++++++
--- /var/tmp/diff_new_pack.B7oJPL/_old  2015-06-03 08:35:03.000000000 +0200
+++ /var/tmp/diff_new_pack.B7oJPL/_new  2015-06-03 08:35:03.000000000 +0200
@@ -26,6 +26,9 @@
 Source:         
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE fix_desktop_categories.patch [email protected] -- 
Fixes desktop categories to clear rpmlint warnings
 Patch0:         fix_desktop_categories.patch
+# 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
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -48,6 +51,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1
 
 %build
 %cmake

++++++ fix_menu_categories.patch ++++++
Index: lxqt-config-0.9.0/src/lxqt-config.menu
===================================================================
--- src/lxqt-config.menu        2015-02-03 21:18:13.000000000 +0100
+++ src/new-lxqt-config.menu    2015-06-02 11:57:30.760036156 +0200
@@ -19,6 +19,7 @@
                 <Category>DesktopSettings</Category>
                 <Or>
                     <Category>LXQt</Category>
+                    <Category>X-LXQt</Category>
                     <!-- Include some optional components here -->
                     <Filename>obconf-qt.desktop</Filename>
                     <Filename>compton-conf.desktop</Filename>

Reply via email to