Hello community,

here is the log from the commit of package kservice for openSUSE:Factory 
checked in at 2015-10-30 13:40:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kservice (Old)
 and      /work/SRC/openSUSE:Factory/.kservice.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kservice"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kservice/kservice.changes        2015-10-19 
22:27:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kservice.new/kservice.changes   2015-10-30 
13:40:44.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Oct 23 18:37:58 UTC 2015 - [email protected]
+
+- Add dont-show-yast-modules-in-the-applications-menu.patch: hide
+  the YaST modules from the application menu (boo#951888)
+
+-------------------------------------------------------------------

New:
----
  dont-show-yast-modules-in-the-applications-menu.patch

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

Other differences:
------------------
++++++ kservice.spec ++++++
--- /var/tmp/diff_new_pack.UpL6ye/_old  2015-10-30 13:40:45.000000000 +0100
+++ /var/tmp/diff_new_pack.UpL6ye/_new  2015-10-30 13:40:45.000000000 +0100
@@ -49,6 +49,8 @@
 Source1:        baselibs.conf
 # PATCH-FIX-OPENSUSE kservice-desktop-translations.patch
 Patch0:         kservice-desktop-translations.patch
+# PATCH-FIX-OPENSUSE dont-show-yast-modules-in-the-applications-menu.patch -- 
hide the YaST modules from the application menu
+Patch1:         dont-show-yast-modules-in-the-applications-menu.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -73,6 +75,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
   %cmake_kf5 -d build -- -DAPPLICATIONS_MENU_NAME="kf5-applications.menu"

++++++ dont-show-yast-modules-in-the-applications-menu.patch ++++++
diff --git a/src/applications.menu b/src/applications.menu
index f2d5253..85970c7 100644
--- a/src/applications.menu
+++ b/src/applications.menu
@@ -369,7 +369,10 @@
                <Name>Settingsmenu</Name>
                <Directory>kf5-settingsmenu.directory</Directory>
                <Include>
-                       <Category>Settings</Category>
+                       <And>
+                               <Category>Settings</Category>
+                               <Not><Category>X-SuSE-YaST</Category></Not>
+                       </And>
                </Include>
        </Menu>
        <Menu>
@@ -379,6 +383,7 @@
                        <And>
                                <Category>System</Category>
                                <Not><Category>X-KDE-More</Category></Not>
+                               <Not><Category>X-SuSE-YaST</Category></Not>
                        </And>
                </Include>
                <Menu>

Reply via email to