Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2015-11-13 23:35:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-tweak (Old)
 and      /work/SRC/openSUSE:Factory/.mate-tweak.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-tweak"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-tweak/mate-tweak.changes    2015-09-30 
06:37:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes       
2015-11-13 23:35:59.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Nov 12 10:21:31 UTC 2015 - sor.ale...@meowr.ru
+
+- Add mate-tweak-use-matemenu.patch.
+
+-------------------------------------------------------------------

New:
----
  mate-tweak-use-matemenu.patch

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

Other differences:
------------------
++++++ mate-tweak.spec ++++++
--- /var/tmp/diff_new_pack.DG5VqG/_old  2015-11-13 23:36:00.000000000 +0100
+++ /var/tmp/diff_new_pack.DG5VqG/_new  2015-11-13 23:36:00.000000000 +0100
@@ -26,6 +26,8 @@
 Group:          System/GUI/Other
 Url:            https://bitbucket.org/ubuntu-mate/mate-tweak
 Source:         
https://bitbucket.org/ubuntu-mate/%{name}/get/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE mate-tweak-use-matemenu.patch sor.ale...@meowr.ru -- 
Layouts are patched to use mate-menu instead of mintMenu or gnome-main-menu.
+Patch0:         %{name}-use-matemenu.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
@@ -55,6 +57,7 @@
 
 %prep
 %setup -q -n ubuntu-mate-%{name}-%{_rev}
+%patch0 -p1
 # Make the world a bit simpler.
 sed -i "s/'pkexec', '/'xdg-su', '-c /g" %{name}
 sed -i '/polkit/d' setup.py

++++++ mate-tweak-use-matemenu.patch ++++++
--- a/mate-tweak
+++ b/mate-tweak
@@ -594,7 +594,7 @@ class MateTweak:
         if self.panel_layout_exists('default'):
             panels.append([_("GNOME2"), "default"])
 
-        if self.panel_layout_exists('linuxmint') and self.mint_menu_available:
+        if self.panel_layout_exists('linuxmint') and self.mate_menu_available:
             panels.append([_("Linux Mint"), "linuxmint"])
 
         if self.panel_layout_exists('mageia') and self.mageia_cc_available:
@@ -603,7 +603,7 @@ class MateTweak:
         if self.panel_layout_exists('netbook') and self.maximus_available:
             panels.append([_("Netbook"), "netbook"])
 
-        if self.panel_layout_exists('opensuse') and self.gnome_menu_available:
+        if self.panel_layout_exists('opensuse') and self.mate_menu_available:
             panels.append([_("openSUSE"), "opensuse"])
 
         if self.panel_layout_exists('redmond'):

Reply via email to