commit mate-tweak for openSUSE:Factory

2020-08-29 Thread root
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2020-08-29 20:39:51

Comparing /work/SRC/openSUSE:Factory/mate-tweak (Old)
 and  /work/SRC/openSUSE:Factory/.mate-tweak.new.3399 (New)


Package is "mate-tweak"

Sat Aug 29 20:39:51 2020 rev:27 rq:830055 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-tweak/mate-tweak.changes2020-02-28 
15:22:30.754036197 +0100
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new.3399/mate-tweak.changes  
2020-08-29 20:40:10.613410577 +0200
@@ -1,0 +2,5 @@
+Thu Aug 27 12:53:08 UTC 2020 - Callum Farmer 
+
+- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)
+
+---



Other differences:
--
++ mate-tweak.spec ++
--- /var/tmp/diff_new_pack.Nuikp5/_old  2020-08-29 20:40:13.469411781 +0200
+++ /var/tmp/diff_new_pack.Nuikp5/_new  2020-08-29 20:40:13.469411781 +0200
@@ -84,7 +84,7 @@
   --prefix=%{_prefix}
 
 # Give gi-find-deps.sh a bait.
-ln -s %{_bindir}/%{name} %{buildroot}%{_libexecdir}/%{name}/%{name}.py
+ln -s %{_bindir}/%{name} %{buildroot}%{_prefix}/lib/%{name}/%{name}.py
 
 %fdupes %{buildroot}%{python3_sitelib}/
 %find_lang %{name}
@@ -94,7 +94,7 @@
 %doc README.md
 %{_bindir}/%{name}
 %{_bindir}/marco-*
-%{_libexecdir}/%{name}/
+%{_prefix}/lib/%{name}/
 %{python3_sitelib}/%{_name}-*
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/applications/marco-*.desktop




commit mate-tweak for openSUSE:Factory

2020-02-28 Thread root
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2020-02-28 15:22:30

Comparing /work/SRC/openSUSE:Factory/mate-tweak (Old)
 and  /work/SRC/openSUSE:Factory/.mate-tweak.new.26092 (New)


Package is "mate-tweak"

Fri Feb 28 15:22:30 2020 rev:26 rq:780262 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-tweak/mate-tweak.changes2018-12-04 
20:56:28.936709201 +0100
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new.26092/mate-tweak.changes 
2020-02-28 15:22:30.754036197 +0100
@@ -1,0 +2,25 @@
+Sat Feb 22 15:48:43 UTC 2020 - Alexei Sorokin 
+
+- Update to version 20.04.0 (changes since 18.10.2):
+  * Update to preserve custom preferences.
+  * Add support for Indicator-datetime.
+  * Add NoDisplay=true to all Indicator autostart files.
+  * Remove checks for obsolete GNOME Main Menu.
+  * Migrate to python3-distro and drop use of the deprecated
+"platform" module.
+  * Remove a call to "mate-panel --replace".
+  * Remove clear shadow.
+This seems to affect how some shadows are positioned, leading
+to a clear space between the window and its shadow.
+  * Correctly initialise all notifications so they are sent from
+MATE Tweak.
+  * Add support for setting window manager button layouts with and
+without the menu.
+  * Detect new IndicatorAppmenu.
+  * Correct literal string comparison.
+  * Detect Brisk menu on Arch Linux and Manjaro.
+  * Update translations.
+- Rebase mate-tweak-use-matemenu.patch.
+- Drop support for old openSUSE versions.
+
+---

Old:

  mate-tweak-18.10.2.tar.gz

New:

  mate-tweak-20.04.0.tar.gz



Other differences:
--
++ mate-tweak.spec ++
--- /var/tmp/diff_new_pack.2RD8tZ/_old  2020-02-28 15:22:31.434037581 +0100
+++ /var/tmp/diff_new_pack.2RD8tZ/_new  2020-02-28 15:22:31.434037581 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-tweak
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %define _name   mate_tweak
 Name:   mate-tweak
-Version:18.10.2
+Version:20.04.0
 Release:0
 Summary:MATE desktop tweak tool
 License:GPL-2.0-or-later
 Group:  System/GUI/Other
-Url:https://github.com/ubuntu-mate/mate-tweak
+URL:https://github.com/ubuntu-mate/mate-tweak
 Source: 
https://github.com/ubuntu-mate/mate-tweak/archive/%{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: mate-tweak-use-matemenu.patch
@@ -44,6 +44,7 @@
 Requires:   dconf
 Requires:   mate-panel
 Requires:   python3-configobj
+Requires:   python3-distro
 Requires:   python3-gobject
 Requires:   python3-gobject-Gdk
 Requires:   python3-psutil
@@ -88,14 +89,6 @@
 %fdupes %{buildroot}%{python3_sitelib}/
 %find_lang %{name}
 
-%if 0%{?suse_version} < 1500
-%post
-%desktop_database_post
-
-%postun
-%desktop_database_postun
-%endif
-
 %files
 %license COPYING
 %doc README.md

++ mate-tweak-18.10.2.tar.gz -> mate-tweak-20.04.0.tar.gz ++
 101689 lines of diff (skipped)

++ mate-tweak-use-matemenu.patch ++
--- /var/tmp/diff_new_pack.2RD8tZ/_old  2020-02-28 15:22:31.590037899 +0100
+++ /var/tmp/diff_new_pack.2RD8tZ/_new  2020-02-28 15:22:31.590037899 +0100
@@ -1,20 +1,11 @@
 --- a/mate-tweak
 +++ b/mate-tweak
-@@ -1194,7 +1194,7 @@ class MateTweak:
- panels.append([_("GNOME2"), "default"])
+@@ -1268,7 +1268,7 @@ class MateTweak:
+ self.add_to_panel_list(panels, "GNOME2", "default")
  
  if self.panel_layout_exists('linuxmint') and \
 -   self.mint_menu_available:
 +   self.mate_menu_available:
- panels.append([_("Linux Mint"), "linuxmint"])
+ self.add_to_panel_list(panels, "Linux Mint", "linuxmint")
  
  if self.panel_layout_exists('mageia') and \
-@@ -1228,7 +1228,7 @@ class MateTweak:
- panels.append([_("Netbook"), "netbook-no-indicators"])
- 
- if self.panel_layout_exists('opensuse') and \
--   self.gnome_menu_available:
-+   self.mate_menu_available:
- panels.append([_("openSUSE"), "opensuse"])
- 
- if self.dock is not None and \




commit mate-tweak for openSUSE:Factory

2018-12-04 Thread root
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2018-12-04 20:56:19

Comparing /work/SRC/openSUSE:Factory/mate-tweak (Old)
 and  /work/SRC/openSUSE:Factory/.mate-tweak.new.19453 (New)


Package is "mate-tweak"

Tue Dec  4 20:56:19 2018 rev:25 rq:653666 version:18.10.2

Changes:

--- /work/SRC/openSUSE:Factory/mate-tweak/mate-tweak.changes2018-03-20 
21:58:16.758177028 +0100
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new.19453/mate-tweak.changes 
2018-12-04 20:56:28.936709201 +0100
@@ -1,0 +2,27 @@
+Sat Nov  3 20:36:06 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 18.10.2 (changes since 18.04.13):
+  * Use Dash launcher in Cupertino.
+  * Add support for Familiar layout. 
+  * Change Marco description.
+  * The HUD is layout independent. Do not restrict access to layout
+based on HUD availability.
+  * Handle new Netbook layout. Make sure mate-panel remains running
+when switching window-scaling-factor.
+  * Save dock state when saving panel layouts.
+  * Also remove dock hints if dock status for a custom layout has
+changed.
+  * Add button to access font DPI tweaking.
+  * Add --get-layout.
+  * Remove special handling of show-applications in the menu-bar
+for Pantheon, since it no longer merges two menus together.
+  * Update the logic guards around layout detection.
+  * When changing a layout via the terminal do not update UI
+elements.
+  * Allow keyboard focus on side panel.
+  * Fix removing cache dir when resetting Compiz.
+  * Correct the search path for the appmenu panel applet
+(lp#1796343).
+  * Update translations.
+
+---

Old:

  mate-tweak-18.04.13.tar.gz

New:

  mate-tweak-18.10.2.tar.gz



Other differences:
--
++ mate-tweak.spec ++
--- /var/tmp/diff_new_pack.1A1BUp/_old  2018-12-04 20:56:29.336708760 +0100
+++ /var/tmp/diff_new_pack.1A1BUp/_new  2018-12-04 20:56:29.340708755 +0100
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define _name   mate_tweak
 Name:   mate-tweak
-Version:18.04.13
+Version:18.10.2
 Release:0
 Summary:MATE desktop tweak tool
 License:GPL-2.0-or-later
@@ -97,11 +97,7 @@
 %endif
 
 %files
-%if 0%{?suse_version} >= 1500
 %license COPYING
-%else
-%doc COPYING
-%endif
 %doc README.md
 %{_bindir}/%{name}
 %{_bindir}/marco-*

++ mate-tweak-18.04.13.tar.gz -> mate-tweak-18.10.2.tar.gz ++
 101213 lines of diff (skipped)




commit mate-tweak for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2018-03-20 21:57:49

Comparing /work/SRC/openSUSE:Factory/mate-tweak (Old)
 and  /work/SRC/openSUSE:Factory/.mate-tweak.new (New)


Package is "mate-tweak"

Tue Mar 20 21:57:49 2018 rev:24 rq:586596 version:18.04.13

Changes:

--- /work/SRC/openSUSE:Factory/mate-tweak/mate-tweak.changes2017-09-28 
12:35:42.916770888 +0200
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes   
2018-03-20 21:58:16.758177028 +0100
@@ -1,0 +2,6 @@
+Fri Mar  9 19:10:07 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 18.04.13:
+  * No changelog available.
+
+---

Old:

  mate-tweak-17.10.15.tar.gz

New:

  mate-tweak-18.04.13.tar.gz



Other differences:
--
++ mate-tweak.spec ++
--- /var/tmp/diff_new_pack.5P7Vso/_old  2018-03-20 21:58:17.582147361 +0100
+++ /var/tmp/diff_new_pack.5P7Vso/_new  2018-03-20 21:58:17.590147073 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-tweak
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,15 @@
 
 %define _name   mate_tweak
 Name:   mate-tweak
-Version:17.10.15
+Version:18.04.13
 Release:0
 Summary:MATE desktop tweak tool
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/GUI/Other
 Url:https://github.com/ubuntu-mate/mate-tweak
 Source: 
https://github.com/ubuntu-mate/mate-tweak/archive/%{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
+Patch0: mate-tweak-use-matemenu.patch
 BuildRequires:  Mesa-demo-x
 BuildRequires:  dconf
 BuildRequires:  fdupes
@@ -45,6 +45,7 @@
 Requires:   mate-panel
 Requires:   python3-configobj
 Requires:   python3-gobject
+Requires:   python3-gobject-Gdk
 Requires:   python3-psutil
 Requires:   python3-setproctitle
 # For privilege granting.
@@ -53,9 +54,6 @@
 Recommends: mate-applet-indicator
 Suggests:   mate-hud
 BuildArch:  noarch
-%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
-Requires:   python3-gobject-Gdk
-%endif
 
 %description
 Configures some aspects of the MATE desktop not exposed via the
@@ -90,21 +88,26 @@
 %fdupes %{buildroot}%{python3_sitelib}/
 %find_lang %{name}
 
+%if 0%{?suse_version} < 1500
 %post
 %desktop_database_post
 
 %postun
 %desktop_database_postun
+%endif
 
 %files
-%doc COPYING README.md
+%if 0%{?suse_version} >= 1500
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc README.md
 %{_bindir}/%{name}
 %{_bindir}/marco-*
-%{_bindir}/metacity-*
 %{_libexecdir}/%{name}/
 %{python3_sitelib}/%{_name}-*
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/applications/metacity-*.desktop
 %{_datadir}/applications/marco-*.desktop
 %{_mandir}/man?/%{name}.?%{?ext_man}
 %{_mandir}/man?/*-compton.?%{?ext_man}

++ mate-tweak-17.10.15.tar.gz -> mate-tweak-18.04.13.tar.gz ++
 77060 lines of diff (skipped)




commit mate-tweak for openSUSE:Factory

2017-09-28 Thread root
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2017-09-28 12:35:18

Comparing /work/SRC/openSUSE:Factory/mate-tweak (Old)
 and  /work/SRC/openSUSE:Factory/.mate-tweak.new (New)


Package is "mate-tweak"

Thu Sep 28 12:35:18 2017 rev:23 rq:528997 version:17.10.15

Changes:

--- /work/SRC/openSUSE:Factory/mate-tweak/mate-tweak.changes2017-05-16 
14:44:26.009213837 +0200
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes   
2017-09-28 12:35:42.916770888 +0200
@@ -1,0 +2,8 @@
+Wed Sep 27 14:10:08 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 17.10.15:
+  * No changelog available.
+- Rebase mate-tweak-use-matemenu.patch.
+- Only suggest mate-hud.
+
+---

Old:

  mate-tweak_17.10.1.orig.tar.gz

New:

  mate-tweak-17.10.15.tar.gz



Other differences:
--
++ mate-tweak.spec ++
--- /var/tmp/diff_new_pack.1UUucy/_old  2017-09-28 12:35:43.552681468 +0200
+++ /var/tmp/diff_new_pack.1UUucy/_new  2017-09-28 12:35:43.556680906 +0200
@@ -17,15 +17,14 @@
 
 
 %define _name   mate_tweak
-%define _rev150cbdae9cce
 Name:   mate-tweak
-Version:17.10.1
+Version:17.10.15
 Release:0
 Summary:MATE desktop tweak tool
 License:GPL-2.0+
 Group:  System/GUI/Other
-Url:https://bitbucket.org/ubuntu-mate/mate-tweak
-Source: 
https://launchpad.net/ubuntu/+archive/primary/+files/%{name}_%{version}.orig.tar.gz
+Url:https://github.com/ubuntu-mate/mate-tweak
+Source: 
https://github.com/ubuntu-mate/mate-tweak/archive/%{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:  Mesa-demo-x
@@ -52,7 +51,7 @@
 Requires:   xdg-utils
 Recommends: %{name}-lang
 Recommends: mate-applet-indicator
-Recommends: mate-hud
+Suggests:   mate-hud
 BuildArch:  noarch
 %if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
 Requires:   python3-gobject-Gdk
@@ -71,7 +70,7 @@
 %lang_package
 
 %prep
-%setup -q -n ubuntu-mate-%{name}-%{_rev}
+%setup -q
 %patch0 -p1
 # Make world a bit simpler.
 sed -i "s/'pkexec', '/'xdg-su', '-c /g" %{name}
@@ -98,22 +97,19 @@
 %desktop_database_postun
 
 %files
-%defattr(-,root,root)
 %doc COPYING README.md
 %{_bindir}/%{name}
 %{_bindir}/marco-*
 %{_bindir}/metacity-*
 %{_libexecdir}/%{name}/
 %{python3_sitelib}/%{_name}-*
-%{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
-%dir %{_datadir}/mate/
-%{_datadir}/mate/applications/
+%{_datadir}/applications/metacity-*.desktop
+%{_datadir}/applications/marco-*.desktop
 %{_mandir}/man?/%{name}.?%{?ext_man}
 %{_mandir}/man?/*-compton.?%{?ext_man}
 %{_mandir}/man?/*-no-composite.?%{?ext_man}
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++ mate-tweak-use-matemenu.patch ++
--- /var/tmp/diff_new_pack.1UUucy/_old  2017-09-28 12:35:43.580677532 +0200
+++ /var/tmp/diff_new_pack.1UUucy/_new  2017-09-28 12:35:43.580677532 +0200
@@ -1,20 +1,20 @@
 --- a/mate-tweak
 +++ b/mate-tweak
-@@ -1144,7 +1144,7 @@ class MateTweak:
- if self.panel_layout_exists('default'):
+@@ -1194,7 +1194,7 @@ class MateTweak:
  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:
+ if self.panel_layout_exists('linuxmint') and \
+-   self.mint_menu_available:
++   self.mate_menu_available:
  panels.append([_("Linux Mint"), "linuxmint"])
  
- if self.panel_layout_exists('mageia') and self.mageia_cc_available:
-@@ -1158,7 +1158,7 @@ class MateTweak:
- if self.panel_layout_exists('netbook') and self.maximus_available:
- panels.append([_("Netbook"), "netbook"])
+ if self.panel_layout_exists('mageia') and \
+@@ -1228,7 +1228,7 @@ class MateTweak:
+ panels.append([_("Netbook"), "netbook-no-indicators"])
  
--if self.panel_layout_exists('opensuse') and self.gnome_menu_available:
-+if self.panel_layout_exists('opensuse') and self.mate_menu_available:
+ if self.panel_layout_exists('opensuse') and \
+-   self.gnome_menu_available:
++   self.mate_menu_available:
  panels.append([_("openSUSE"), "opensuse"])
  
- if self.dock is not None and self.brisk_menu_available:
+ if self.dock is not None and \




commit mate-tweak for openSUSE:Factory

2017-05-16 Thread root
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2017-05-16 14:43:20

Comparing /work/SRC/openSUSE:Factory/mate-tweak (Old)
 and  /work/SRC/openSUSE:Factory/.mate-tweak.new (New)


Package is "mate-tweak"

Tue May 16 14:43:20 2017 rev:22 rq:494410 version:17.10.1

Changes:

--- /work/SRC/openSUSE:Factory/mate-tweak/mate-tweak.changes2017-03-22 
23:18:19.723366000 +0100
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes   
2017-05-16 14:44:26.009213837 +0200
@@ -1,0 +2,24 @@
+Tue May  9 16:45:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 17.10.1 (changes since 17.04.0):
+  * Add support for the Pantheon layout.
+  * Make sure the menu is always shown with the Contemporary window
+decoration layout.
+  * Switch window control locations according to layout selected.
+  * Add checks for MATE AppMenu applet and remove TopMenu checks.
+  * Refactor enable/disable dock (lp#1559457).
+  * Update Compton defaults to eliminate artifacting and allows the
+screensaver to function (lp#1599331).
+  * Reduce sleep between starting the WM and the compositor.
+  * Add Button to Open CCSM if it is available.
+  * Make Menu Bar configuration insensitive for Cupertino which now
+uses the Menu only.
+  * Refactor logic to control behaviour as layouts are switched.
+Prevent tracebacks when kill processes.
+More robust checking for Indicators in a layout.
+  * Enable/Disbale Global Menu when switch to/from Mutiny and
+Cupertino.
+  * Update translations.
+- Rebase mate-tweak-use-matemenu.patch.
+
+---

Old:

  mate-tweak_17.04.0.orig.tar.gz

New:

  mate-tweak_17.10.1.orig.tar.gz



Other differences:
--
++ mate-tweak.spec ++
--- /var/tmp/diff_new_pack.DEt460/_old  2017-05-16 14:44:26.805102008 +0200
+++ /var/tmp/diff_new_pack.DEt460/_new  2017-05-16 14:44:26.813100884 +0200
@@ -17,9 +17,9 @@
 
 
 %define _name   mate_tweak
-%define _rev446f13648e12
+%define _rev150cbdae9cce
 Name:   mate-tweak
-Version:17.04.0
+Version:17.10.1
 Release:0
 Summary:MATE desktop tweak tool
 License:GPL-2.0+

++ mate-tweak-use-matemenu.patch ++
--- /var/tmp/diff_new_pack.DEt460/_old  2017-05-16 14:44:26.841096950 +0200
+++ /var/tmp/diff_new_pack.DEt460/_new  2017-05-16 14:44:26.845096389 +0200
@@ -1,6 +1,6 @@
 --- a/mate-tweak
 +++ b/mate-tweak
-@@ -959,7 +959,7 @@ class MateTweak:
+@@ -1144,7 +1144,7 @@ class MateTweak:
  if self.panel_layout_exists('default'):
  panels.append([_("GNOME2"), "default"])
  
@@ -9,7 +9,7 @@
  panels.append([_("Linux Mint"), "linuxmint"])
  
  if self.panel_layout_exists('mageia') and self.mageia_cc_available:
-@@ -973,7 +973,7 @@ class MateTweak:
+@@ -1158,7 +1158,7 @@ class MateTweak:
  if self.panel_layout_exists('netbook') and self.maximus_available:
  panels.append([_("Netbook"), "netbook"])
  
@@ -17,4 +17,4 @@
 +if self.panel_layout_exists('opensuse') and self.mate_menu_available:
  panels.append([_("openSUSE"), "opensuse"])
  
- if self.panel_layout_exists('redmond'):
+ if self.dock is not None and self.brisk_menu_available:

++ mate-tweak_17.04.0.orig.tar.gz -> mate-tweak_17.10.1.orig.tar.gz ++
 80295 lines of diff (skipped)




commit mate-tweak for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2017-03-22 23:18:18

Comparing /work/SRC/openSUSE:Factory/mate-tweak (Old)
 and  /work/SRC/openSUSE:Factory/.mate-tweak.new (New)


Package is "mate-tweak"

Wed Mar 22 23:18:18 2017 rev:21 rq:481877 version:17.04.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-tweak/mate-tweak.changes2016-11-28 
15:09:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes   
2017-03-22 23:18:19.723366000 +0100
@@ -1,0 +2,6 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 17.04.0:
+  * Update translations.
+
+---

Old:

  mate-tweak-16.10.5.tar.gz

New:

  mate-tweak_17.04.0.orig.tar.gz



Other differences:
--
++ mate-tweak.spec ++
--- /var/tmp/diff_new_pack.2nzbMU/_old  2017-03-22 23:18:20.419267428 +0100
+++ /var/tmp/diff_new_pack.2nzbMU/_new  2017-03-22 23:18:20.423266861 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-tweak
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,15 @@
 
 
 %define _name   mate_tweak
-%define _rev197ee3a56604
+%define _rev446f13648e12
 Name:   mate-tweak
-Version:16.10.5
+Version:17.04.0
 Release:0
 Summary:MATE desktop tweak tool
 License:GPL-2.0+
 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
+Source: 
https://launchpad.net/ubuntu/+archive/primary/+files/%{name}_%{version}.orig.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:  Mesa-demo-x




commit mate-tweak for openSUSE:Factory

2016-11-28 Thread h_root
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2016-11-28 15:09:14

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.changes2016-07-27 
16:12:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes   
2016-11-28 15:09:15.0 +0100
@@ -1,0 +2,7 @@
+Fri Nov 25 20:23:14 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 16.10.5:
+  * Add a comment to appear in mate-menu.
+  * Support Metacity 3.20+.
+
+---

Old:

  mate-tweak-16.10.4.tar.gz

New:

  mate-tweak-16.10.5.tar.gz



Other differences:
--
++ mate-tweak.spec ++
--- /var/tmp/diff_new_pack.ugW0OI/_old  2016-11-28 15:09:16.0 +0100
+++ /var/tmp/diff_new_pack.ugW0OI/_new  2016-11-28 15:09:16.0 +0100
@@ -17,9 +17,9 @@
 
 
 %define _name   mate_tweak
-%define _reva80951f0ac1d
+%define _rev197ee3a56604
 Name:   mate-tweak
-Version:16.10.4
+Version:16.10.5
 Release:0
 Summary:MATE desktop tweak tool
 License:GPL-2.0+

++ mate-tweak-16.10.4.tar.gz -> mate-tweak-16.10.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ubuntu-mate-mate-tweak-a80951f0ac1d/mate-tweak 
new/ubuntu-mate-mate-tweak-197ee3a56604/mate-tweak
--- old/ubuntu-mate-mate-tweak-a80951f0ac1d/mate-tweak  2016-07-13 
00:13:54.0 +0200
+++ new/ubuntu-mate-mate-tweak-197ee3a56604/mate-tweak  2016-08-22 
15:56:03.0 +0200
@@ -58,7 +58,7 @@
 # Workaround introspection bug, gnome bug 622084
 signal.signal(signal.SIGINT, signal.SIG_DFL)
 
-__VERSION__ = '16.10.4'
+__VERSION__ = '16.10.5'
 
 __SYNAPSE__ = """[Desktop Entry]
 Name=Synapse
@@ -376,10 +376,10 @@
 self.set_string('org.gnome.desktop.interface', None, 
'cursor-theme', mate_cursor_theme)
 self.set_int('org.gnome.desktop.interface', None, 
'cursor-size', mate_cursor_size)
 
-# metacity >= 3.16 - this schema may not be installed
-metacity_schema = schemasource.lookup('org.gnome.metacity', False)
+# metacity >= 3.20 - this schema may not be installed
+metacity_schema = schemasource.lookup('org.gnome.metacity.theme', 
False)
 if metacity_schema:
-self.set_string('org.gnome.metacity', None, 'theme', 
mate_theme)
+self.set_string('org.gnome.metacity.theme', None, 'name', 
mate_theme)
 
 # If switching away from a compton or xcompmgr composited window
 # manager kill compton.




commit mate-tweak for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2016-07-27 16:12:26

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.changes2016-07-14 
09:50:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes   
2016-07-27 16:12:28.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 22 12:27:43 UTC 2016 - sor.ale...@meowr.ru
+
+- Add missing python3-setproctitle requirement.
+
+---



Other differences:
--
++ mate-tweak.spec ++
--- /var/tmp/diff_new_pack.CP5KIG/_old  2016-07-27 16:12:29.0 +0200
+++ /var/tmp/diff_new_pack.CP5KIG/_new  2016-07-27 16:12:29.0 +0200
@@ -47,6 +47,7 @@
 Requires:   python3-configobj
 Requires:   python3-gobject
 Requires:   python3-psutil
+Requires:   python3-setproctitle
 # For privilege granting.
 Requires:   xdg-utils
 Recommends: %{name}-lang




commit mate-tweak for openSUSE:Factory

2016-07-14 Thread h_root
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2016-07-14 09:50:32

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.changes2016-07-09 
09:23:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes   
2016-07-14 09:50:33.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul 13 15:07:34 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 16.10.4:
+  * Add support for MATE HUD.
+
+---

Old:

  mate-tweak-16.10.3.tar.gz

New:

  mate-tweak-16.10.4.tar.gz



Other differences:
--
++ mate-tweak.spec ++
--- /var/tmp/diff_new_pack.HQXqTA/_old  2016-07-14 09:50:34.0 +0200
+++ /var/tmp/diff_new_pack.HQXqTA/_new  2016-07-14 09:50:34.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define _name   mate_tweak
-%define _rev86e381c3fe54
+%define _reva80951f0ac1d
 Name:   mate-tweak
-Version:16.10.3
+Version:16.10.4
 Release:0
 Summary:MATE desktop tweak tool
 License:GPL-2.0+
@@ -38,6 +38,7 @@
 BuildRequires:  python3-distutils-extra
 BuildRequires:  python3-gobject
 BuildRequires:  python3-psutil
+BuildRequires:  python3-setproctitle
 BuildRequires:  python3-setuptools
 BuildRequires:  update-desktop-files
 Requires:   Mesa-demo-x
@@ -50,6 +51,7 @@
 Requires:   xdg-utils
 Recommends: %{name}-lang
 Recommends: mate-applet-indicator
+Recommends: mate-hud
 BuildArch:  noarch
 %if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
 Requires:   python3-gobject-Gdk

++ mate-tweak-16.10.3.tar.gz -> mate-tweak-16.10.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ubuntu-mate-mate-tweak-86e381c3fe54/data/mate-tweak.ui 
new/ubuntu-mate-mate-tweak-a80951f0ac1d/data/mate-tweak.ui
--- old/ubuntu-mate-mate-tweak-86e381c3fe54/data/mate-tweak.ui  2016-07-04 
14:49:34.0 +0200
+++ new/ubuntu-mate-mate-tweak-a80951f0ac1d/data/mate-tweak.ui  2016-07-13 
00:13:54.0 +0200
@@ -1091,6 +1091,23 @@
   
 
 
+  
+Enable 
HUD
+True
+True
+False
+start
+queue
+0
+True
+  
+  
+False
+True
+3
+  
+
+
   
 Enable 
pull-down terminal
 True
@@ -1102,7 +1119,7 @@
   
 False
 True
-3
+4
   
 
 
@@ -1117,7 +1134,7 @@
   
 False
 True
-4
+5
   
 
 
@@ -1136,7 +1153,7 @@
   
 False
 True
-5
+6
   
 
 
@@ -1157,7 +1174,7 @@
   
 False
 False
-6
+7
   
 
   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ubuntu-mate-mate-tweak-86e381c3fe54/mate-tweak 
new/ubuntu-mate-mate-tweak-a80951f0ac1d/mate-tweak
--- old/ubuntu-mate-mate-tweak-86e381c3fe54/mate-tweak  2016-07-04 
14:49:34.0 +0200
+++ new/ubuntu-mate-mate-tweak-a80951f0ac1d/mate-tweak  2016-07-13 
00:13:54.0 +0200
@@ -58,7 +58,7 @@
 # Workaround introspection bug, gnome bug 622084
 signal.signal(signal.SIGINT, signal.SIG_DFL)
 
-__VERSION__ = '16.10.3'
+__VERSION__ = '16.10.4'
 
 __SYNAPSE__ = """[Desktop Entry]
 Name=Synapse
@@ -461,6 +461,16 @@
 if os.path.exists(os.path.join(config_dir, 'autostart/') + self.dock 

commit mate-tweak for openSUSE:Factory

2016-07-09 Thread h_root
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2016-07-09 09:23:36

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.changes2016-06-12 
18:54:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes   
2016-07-09 09:23:40.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul  5 09:56:12 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 16.10.3:
+  * No changelog available.
+
+---

Old:

  mate-tweak-16.10.0.tar.gz

New:

  mate-tweak-16.10.3.tar.gz



Other differences:
--
++ mate-tweak.spec ++
--- /var/tmp/diff_new_pack.5grliA/_old  2016-07-09 09:23:43.0 +0200
+++ /var/tmp/diff_new_pack.5grliA/_new  2016-07-09 09:23:43.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define _name   mate_tweak
-%define _rev22d36fe06f76
+%define _rev86e381c3fe54
 Name:   mate-tweak
-Version:16.10.0
+Version:16.10.3
 Release:0
 Summary:MATE desktop tweak tool
 License:GPL-2.0+
@@ -49,6 +49,7 @@
 # For privilege granting.
 Requires:   xdg-utils
 Recommends: %{name}-lang
+Recommends: mate-applet-indicator
 BuildArch:  noarch
 %if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
 Requires:   python3-gobject-Gdk

++ mate-tweak-16.10.0.tar.gz -> mate-tweak-16.10.3.tar.gz ++
 75331 lines of diff (skipped)




commit mate-tweak for openSUSE:Factory

2016-06-12 Thread h_root
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2016-06-12 18:54:50

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.changes2016-05-17 
17:14:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes   
2016-06-12 18:54:52.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun  8 12:08:34 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 16.10.0:
+  * No changelog available.
+- Rebase mate-tweak-use-matemenu.patch.
+
+---

Old:

  mate-tweak-3.5.10.tar.gz

New:

  mate-tweak-16.10.0.tar.gz



Other differences:
--
++ mate-tweak.spec ++
--- /var/tmp/diff_new_pack.xEjv4f/_old  2016-06-12 18:54:53.0 +0200
+++ /var/tmp/diff_new_pack.xEjv4f/_new  2016-06-12 18:54:53.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define _name   mate_tweak
-%define _rev22374775981c
+%define _rev22d36fe06f76
 Name:   mate-tweak
-Version:3.5.10
+Version:16.10.0
 Release:0
 Summary:MATE desktop tweak tool
 License:GPL-2.0+

++ mate-tweak-3.5.10.tar.gz -> mate-tweak-16.10.0.tar.gz ++
 65995 lines of diff (skipped)

++ mate-tweak-use-matemenu.patch ++
--- /var/tmp/diff_new_pack.xEjv4f/_old  2016-06-12 18:54:53.0 +0200
+++ /var/tmp/diff_new_pack.xEjv4f/_new  2016-06-12 18:54:53.0 +0200
@@ -1,6 +1,6 @@
 --- a/mate-tweak
 +++ b/mate-tweak
-@@ -884,7 +884,7 @@ class MateTweak:
+@@ -959,7 +959,7 @@ class MateTweak:
  if self.panel_layout_exists('default'):
  panels.append([_("GNOME2"), "default"])
  
@@ -9,7 +9,7 @@
  panels.append([_("Linux Mint"), "linuxmint"])
  
  if self.panel_layout_exists('mageia') and self.mageia_cc_available:
-@@ -898,7 +898,7 @@ class MateTweak:
+@@ -973,7 +973,7 @@ class MateTweak:
  if self.panel_layout_exists('netbook') and self.maximus_available:
  panels.append([_("Netbook"), "netbook"])
  




commit mate-tweak for openSUSE:Factory

2016-05-17 Thread h_root
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2016-05-17 17:14:54

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.changes2016-04-30 
23:31:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes   
2016-05-17 17:14:56.0 +0200
@@ -1,0 +2,5 @@
+Wed May  4 16:34:01 UTC 2016 - sor.ale...@meowr.ru
+
+- Add a missing python3-gobject-Gdk dependency.
+
+---



Other differences:
--
++ mate-tweak.spec ++
--- /var/tmp/diff_new_pack.L5ssPy/_old  2016-05-17 17:14:57.0 +0200
+++ /var/tmp/diff_new_pack.L5ssPy/_new  2016-05-17 17:14:57.0 +0200
@@ -50,6 +50,9 @@
 Requires:   xdg-utils
 Recommends: %{name}-lang
 BuildArch:  noarch
+%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
+Requires:   python3-gobject-Gdk
+%endif
 
 %description
 Configures some aspects of the MATE desktop not exposed via the




commit mate-tweak for openSUSE:Factory

2016-04-30 Thread h_root
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2016-04-30 23:31:26

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.changes2016-04-15 
19:11:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes   
2016-04-30 23:31:32.0 +0200
@@ -1,0 +2,8 @@
+Thu Apr 28 06:45:38 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.5.10:
+  * Modified composited window manager .desktop files to add a
+phase delayed startup (lp#1553070).
+  * Update translations.
+
+---

Old:

  mate-tweak-3.5.9.tar.gz

New:

  mate-tweak-3.5.10.tar.gz



Other differences:
--
++ mate-tweak.spec ++
--- /var/tmp/diff_new_pack.nL041Q/_old  2016-04-30 23:31:33.0 +0200
+++ /var/tmp/diff_new_pack.nL041Q/_new  2016-04-30 23:31:33.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define _name   mate_tweak
-%define _revd90d62bc967d
+%define _rev22374775981c
 Name:   mate-tweak
-Version:3.5.9
+Version:3.5.10
 Release:0
 Summary:MATE desktop tweak tool
 License:GPL-2.0+

++ mate-tweak-3.5.9.tar.gz -> mate-tweak-3.5.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ubuntu-mate-mate-tweak-d90d62bc967d/data/marco-compton.desktop 
new/ubuntu-mate-mate-tweak-22374775981c/data/marco-compton.desktop
--- old/ubuntu-mate-mate-tweak-d90d62bc967d/data/marco-compton.desktop  
2016-04-01 17:48:40.0 +0200
+++ new/ubuntu-mate-mate-tweak-22374775981c/data/marco-compton.desktop  
2016-04-11 15:19:13.0 +0200
@@ -12,6 +12,7 @@
 X-MATE-Bugzilla-Bugzilla=MATE
 X-MATE-Bugzilla-Product=marco
 X-MATE-Bugzilla-Component=general
-X-MATE-Autostart-Phase=WindowManager
+X-MATE-Autostart-Phase=Applications
 X-MATE-Provides=windowmanager
 X-MATE-Autostart-Notify=true
+X-MATE-Autostart-Delay=2
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ubuntu-mate-mate-tweak-d90d62bc967d/data/metacity-compton.desktop 
new/ubuntu-mate-mate-tweak-22374775981c/data/metacity-compton.desktop
--- old/ubuntu-mate-mate-tweak-d90d62bc967d/data/metacity-compton.desktop   
2016-04-01 17:48:40.0 +0200
+++ new/ubuntu-mate-mate-tweak-22374775981c/data/metacity-compton.desktop   
2016-04-11 15:19:13.0 +0200
@@ -12,7 +12,11 @@
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=metacity
 X-GNOME-Bugzilla-Component=general
-X-GNOME-Autostart-Phase=WindowManager
+X-GNOME-Autostart-Phase=Applications
+X-MATE-Autostart-Phase=Applications
 X-GNOME-Provides=windowmanager
 X-GNOME-Autostart-Notify=true
 X-Ubuntu-Gettext-Domain=metacity
+X-GNOME-Autostart-Delay=2
+X-MATE-Autostart-Delay=2
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ubuntu-mate-mate-tweak-d90d62bc967d/mate-tweak 
new/ubuntu-mate-mate-tweak-22374775981c/mate-tweak
--- old/ubuntu-mate-mate-tweak-d90d62bc967d/mate-tweak  2016-04-01 
17:48:40.0 +0200
+++ new/ubuntu-mate-mate-tweak-22374775981c/mate-tweak  2016-04-11 
15:19:13.0 +0200
@@ -56,7 +56,7 @@
 # Workaround introspection bug, gnome bug 622084
 signal.signal(signal.SIGINT, signal.SIG_DFL)
 
-__VERSION__ = '3.5.9'
+__VERSION__ = '3.5.10'
 
 __SYNAPSE__ = """[Desktop Entry]
 Name=Synapse
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ubuntu-mate-mate-tweak-d90d62bc967d/po/be.po 
new/ubuntu-mate-mate-tweak-22374775981c/po/be.po
--- old/ubuntu-mate-mate-tweak-d90d62bc967d/po/be.po2016-04-01 
17:48:40.0 +0200
+++ new/ubuntu-mate-mate-tweak-22374775981c/po/be.po2016-04-11 
15:19:13.0 +0200
@@ -9,8 +9,8 @@
 "Project-Id-Version: MATE Desktop Environment\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2016-04-01 16:42+0100\n"
-"PO-Revision-Date: 2016-04-01 15:44+\n"
-"Last-Translator: Martin Wimpress \n"
+"PO-Revision-Date: 2016-04-01 16:39+\n"
+"Last-Translator: Mihail Varantsou \n"
 "Language-Team: Belarusian (http://www.transifex.com/mate/MATE/language/be/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -54,7 +54,7 @@
 msgid ""
 "You are currently using an unknown and unsupported window manager. Thus we "
 "cannot guarantee that changes made here will be effective."
-msgstr ""
+msgstr "Вы выкарыстоўваеце невядомы кіраўнік вокнаў. Ён не падтрымліваецца. 
Таму мы не можам 

commit mate-tweak for openSUSE:Factory

2016-04-15 Thread h_root
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2016-04-15 19:11:14

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.changes2016-03-07 
13:28:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes   
2016-04-15 19:11:15.0 +0200
@@ -1,0 +2,21 @@
+Sat Apr  9 11:24:53 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.5.9 (changes since 3.5.7):
+  * Misplacement of indicators and other applets when switching
+panel layouts (lp#1557203).
+  * Don't render double shadows in GTK+ client-side decorated
+applications when enabling the Compton compositor via
+MATE Tweak (lp#1558013).
+  * Provide a warning before changing Window Manager (lp#1549081).
+  * Don't let MATE Tweak move upward on changing of the window
+manager (lp#1549076).
+  * Fix forced setting of the xcursor theme (lp#1563087).
+  * Fix psutil.AccessDenied crash (lp#1562843).
+  * Fix handling of "unknown" window managers (lp#1563037).
+  * Fix ordering of notebook entries (lp#1564957).
+  * Fix toggling of menu bar features (lp#1564959).
+  * Add translations for de_CH, es_419, sco, and zh-Hans.
+  * Update existing translations.
+- Rebase mate-tweak-use-matemenu.patch.
+
+---

Old:

  mate-tweak-3.5.7.tar.gz

New:

  mate-tweak-3.5.9.tar.gz



Other differences:
--
++ mate-tweak.spec ++
--- /var/tmp/diff_new_pack.q8cc0Z/_old  2016-04-15 19:11:16.0 +0200
+++ /var/tmp/diff_new_pack.q8cc0Z/_new  2016-04-15 19:11:16.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define _name   mate_tweak
-%define _revdb3f8d05fdb0
+%define _revd90d62bc967d
 Name:   mate-tweak
-Version:3.5.7
+Version:3.5.9
 Release:0
 Summary:MATE desktop tweak tool
 License:GPL-2.0+

++ mate-tweak-3.5.7.tar.gz -> mate-tweak-3.5.9.tar.gz ++
 70641 lines of diff (skipped)

++ mate-tweak-use-matemenu.patch ++
--- /var/tmp/diff_new_pack.q8cc0Z/_old  2016-04-15 19:11:16.0 +0200
+++ /var/tmp/diff_new_pack.q8cc0Z/_new  2016-04-15 19:11:16.0 +0200
@@ -1,6 +1,6 @@
 --- a/mate-tweak
 +++ b/mate-tweak
-@@ -594,7 +594,7 @@ class MateTweak:
+@@ -884,7 +884,7 @@ class MateTweak:
  if self.panel_layout_exists('default'):
  panels.append([_("GNOME2"), "default"])
  
@@ -9,7 +9,7 @@
  panels.append([_("Linux Mint"), "linuxmint"])
  
  if self.panel_layout_exists('mageia') and self.mageia_cc_available:
-@@ -603,7 +603,7 @@ class MateTweak:
+@@ -898,7 +898,7 @@ class MateTweak:
  if self.panel_layout_exists('netbook') and self.maximus_available:
  panels.append([_("Netbook"), "netbook"])
  




commit mate-tweak for openSUSE:Factory

2016-03-07 Thread h_root
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2016-03-07 13:27:37

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.changes2016-02-23 
16:59:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes   
2016-03-07 13:28:36.0 +0100
@@ -1,0 +2,11 @@
+Fri Mar  4 07:46:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 3.5.7:
+  * Fix checking available features.
+  * Make window snapping option inactive when reduced resources is
+enabled (lp#1548001).
+  * Support Synapse.
+- Add runtime dependencies to BuildRequires to ensure they are
+  available on the target.
+
+---

Old:

  mate-tweak-3.5.6.tar.gz

New:

  mate-tweak-3.5.7.tar.gz



Other differences:
--
++ mate-tweak.spec ++
--- /var/tmp/diff_new_pack.jNRrsP/_old  2016-03-07 13:28:37.0 +0100
+++ /var/tmp/diff_new_pack.jNRrsP/_new  2016-03-07 13:28:37.0 +0100
@@ -17,9 +17,9 @@
 
 
 %define _name   mate_tweak
-%define _rev07a4ec972291
+%define _revdb3f8d05fdb0
 Name:   mate-tweak
-Version:3.5.6
+Version:3.5.7
 Release:0
 Summary:MATE desktop tweak tool
 License:GPL-2.0+
@@ -28,11 +28,16 @@
 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:  Mesa-demo-x
+BuildRequires:  dconf
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  python3
+BuildRequires:  python3-configobj
 BuildRequires:  python3-distutils-extra
+BuildRequires:  python3-gobject
+BuildRequires:  python3-psutil
 BuildRequires:  python3-setuptools
 BuildRequires:  update-desktop-files
 Requires:   Mesa-demo-x

++ mate-tweak-3.5.6.tar.gz -> mate-tweak-3.5.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ubuntu-mate-mate-tweak-07a4ec972291/data/mate-tweak.ui 
new/ubuntu-mate-mate-tweak-db3f8d05fdb0/data/mate-tweak.ui
--- old/ubuntu-mate-mate-tweak-07a4ec972291/data/mate-tweak.ui  2016-02-21 
03:30:04.0 +0100
+++ new/ubuntu-mate-mate-tweak-db3f8d05fdb0/data/mate-tweak.ui  2016-03-02 
15:04:36.0 +0100
@@ -450,7 +450,7 @@
   
 False
 False
-0
+2
   
 
 
@@ -471,7 +471,7 @@
 False
 False
 3
-1
+3
   
 
 
@@ -489,7 +489,7 @@
   
 False
 False
-2
+5
   
 
   
@@ -638,7 +638,7 @@
 False
 start
 center
-0.5
+0.4498807907104
 True
   
   
@@ -665,6 +665,21 @@
   
 
 
+  
+Enable 
launcher
+True
+True
+False
+0
+True
+  
+  
+False
+True
+2
+  
+
+
   
 Enable 
keyboard LED
 True
@@ -676,7 +691,7 @@
   
 False
 True
-2
+3
   
 
   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit mate-tweak for openSUSE:Factory

2016-02-23 Thread h_root
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2016-02-23 16:57:48

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.changes2016-02-16 
09:18:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes   
2016-02-23 16:59:37.0 +0100
@@ -1,0 +2,6 @@
+Mon Feb 22 13:43:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 3.5.6:
+  * Add topmenu support.
+
+---

Old:

  mate-tweak-3.5.5.tar.gz

New:

  mate-tweak-3.5.6.tar.gz



Other differences:
--
++ mate-tweak.spec ++
--- /var/tmp/diff_new_pack.TUxupH/_old  2016-02-23 16:59:38.0 +0100
+++ /var/tmp/diff_new_pack.TUxupH/_new  2016-02-23 16:59:38.0 +0100
@@ -17,9 +17,9 @@
 
 
 %define _name   mate_tweak
-%define _rev1aeb0623f0eb
+%define _rev07a4ec972291
 Name:   mate-tweak
-Version:3.5.5
+Version:3.5.6
 Release:0
 Summary:MATE desktop tweak tool
 License:GPL-2.0+

++ mate-tweak-3.5.5.tar.gz -> mate-tweak-3.5.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ubuntu-mate-mate-tweak-1aeb0623f0eb/mate-tweak 
new/ubuntu-mate-mate-tweak-07a4ec972291/mate-tweak
--- old/ubuntu-mate-mate-tweak-1aeb0623f0eb/mate-tweak  2016-01-24 
10:42:38.0 +0100
+++ new/ubuntu-mate-mate-tweak-07a4ec972291/mate-tweak  2016-02-21 
03:30:04.0 +0100
@@ -56,7 +56,7 @@
 # Workaround introspection bug, gnome bug 622084
 signal.signal(signal.SIGINT, signal.SIG_DFL)
 
-__VERSION__ = '3.5.5'
+__VERSION__ = '3.5.6'
 
 # i18n
 gettext.install('mate-tweak', os.path.join('/','usr','share','locale'))
@@ -622,6 +622,7 @@
 self.indicators_available = False
 self.mageia_cc_available = False
 self.mate_dock_available = False
+self.topmenu_available = False
 self.mate_menu_available = False
 self.maximus_available = False
 self.mint_menu_available = False
@@ -641,6 +642,11 @@
 if os.path.exists('/usr/lib/mate-applets/mate-dock-applet/dock.py'):
 self.mate_dock_available = True
 
+if os.path.exists('/usr/lib/mate-applets/topmenu-mate-panel-applet') 
and \
+   os.path.exists('/usr/lib/libtopmenu-client-gtk2.so.0') and \
+   os.path.exists('/usr/lib/libtopmenu-client-gtk3.so.0'):
+self.topmenu_available = True
+
 if os.path.exists('/usr/lib/mate-menu/mate-menu.py'):
 self.mate_menu_available = True
 
@@ -692,7 +698,9 @@
 if self.panel_layout_exists('mageia') and self.mageia_cc_available:
 panels.append([_("Mageia"), "mageia"])
 
-if self.panel_layout_exists('mutiny') and self.mate_dock_available:
+if self.panel_layout_exists('mutiny') and \
+   self.mate_dock_available and \
+   self.topmenu_available:
 panels.append([_("Mutiny"), "mutiny"])
 
 if self.panel_layout_exists('netbook') and self.maximus_available:




commit mate-tweak for openSUSE:Factory

2016-02-16 Thread h_root
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2016-02-16 09:18:32

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.changes2016-01-28 
17:22:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes   
2016-02-16 09:18:33.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb 11 16:26:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 3.5.5:
+  * Do not daemonise in compton, just background instead.
+  * Add missing manpages.
+
+---

Old:

  mate-tweak-3.5.4.tar.gz

New:

  mate-tweak-3.5.5.tar.gz



Other differences:
--
++ mate-tweak.spec ++
--- /var/tmp/diff_new_pack.ylS9ju/_old  2016-02-16 09:18:33.0 +0100
+++ /var/tmp/diff_new_pack.ylS9ju/_new  2016-02-16 09:18:33.0 +0100
@@ -17,9 +17,9 @@
 
 
 %define _name   mate_tweak
-%define _rev67b861cfc2ca
+%define _rev1aeb0623f0eb
 Name:   mate-tweak
-Version:3.5.4
+Version:3.5.5
 Release:0
 Summary:MATE desktop tweak tool
 License:GPL-2.0+
@@ -98,6 +98,8 @@
 %dir %{_datadir}/mate/
 %{_datadir}/mate/applications/
 %{_mandir}/man?/%{name}.?%{?ext_man}
+%{_mandir}/man?/*-compton.?%{?ext_man}
+%{_mandir}/man?/*-no-composite.?%{?ext_man}
 
 %files lang -f %{name}.lang
 %defattr(-,root,root)

++ mate-tweak-3.5.4.tar.gz -> mate-tweak-3.5.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ubuntu-mate-mate-tweak-67b861cfc2ca/data/marco-compton.1 
new/ubuntu-mate-mate-tweak-1aeb0623f0eb/data/marco-compton.1
--- old/ubuntu-mate-mate-tweak-67b861cfc2ca/data/marco-compton.1
1970-01-01 01:00:00.0 +0100
+++ new/ubuntu-mate-mate-tweak-1aeb0623f0eb/data/marco-compton.1
2016-01-24 10:42:38.0 +0100
@@ -0,0 +1,8 @@
+.TH marco-compton 1 "" ""
+.SH NAME
+marco-compton \- Marco window manager wrapper
+.SH SYNOPSIS
+.B marco-compton
+.SH DESCRIPTION
+A wrapper for the Macro window manager that invokes Compton to enable
+GLX accelerated compositing.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ubuntu-mate-mate-tweak-67b861cfc2ca/data/marco-no-composite.1 
new/ubuntu-mate-mate-tweak-1aeb0623f0eb/data/marco-no-composite.1
--- old/ubuntu-mate-mate-tweak-67b861cfc2ca/data/marco-no-composite.1   
1970-01-01 01:00:00.0 +0100
+++ new/ubuntu-mate-mate-tweak-1aeb0623f0eb/data/marco-no-composite.1   
2016-01-24 10:42:38.0 +0100
@@ -0,0 +1,8 @@
+.TH marco-no-composite 1 "" ""
+.SH NAME
+marco-no-composite \- Marco window manager wrapper
+.SH SYNOPSIS
+.B marco-no-composite
+.SH DESCRIPTION
+A wrapper for the Macro window manager that forcibly disables the
+built-in software compositor.
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ubuntu-mate-mate-tweak-67b861cfc2ca/data/metacity-compton.1 
new/ubuntu-mate-mate-tweak-1aeb0623f0eb/data/metacity-compton.1
--- old/ubuntu-mate-mate-tweak-67b861cfc2ca/data/metacity-compton.1 
1970-01-01 01:00:00.0 +0100
+++ new/ubuntu-mate-mate-tweak-1aeb0623f0eb/data/metacity-compton.1 
2016-01-24 10:42:38.0 +0100
@@ -0,0 +1,8 @@
+.TH metacity-compton 1 "" ""
+.SH NAME
+metacity-compton \- Metacity window manager wrapper
+.SH SYNOPSIS
+.B metacity-compton
+.SH DESCRIPTION
+A wrapper for the Metacity window manager that invokes Compton to enable
+GLX accelerated compositing.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ubuntu-mate-mate-tweak-67b861cfc2ca/data/metacity-no-composite.1 
new/ubuntu-mate-mate-tweak-1aeb0623f0eb/data/metacity-no-composite.1
--- old/ubuntu-mate-mate-tweak-67b861cfc2ca/data/metacity-no-composite.1
1970-01-01 01:00:00.0 +0100
+++ new/ubuntu-mate-mate-tweak-1aeb0623f0eb/data/metacity-no-composite.1
2016-01-24 10:42:38.0 +0100
@@ -0,0 +1,8 @@
+.TH metacity-no-composite 1 "" ""
+.SH NAME
+metacity-no-composite \- Metacity window manager wrapper
+.SH SYNOPSIS
+.B metacity-no-composite
+.SH DESCRIPTION
+A wrapper for the Metacity window manager that forcibly disables the
+built-in software compositor.
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ubuntu-mate-mate-tweak-67b861cfc2ca/marco-compton 
new/ubuntu-mate-mate-tweak-1aeb0623f0eb/marco-compton
--- old/ubuntu-mate-mate-tweak-67b861cfc2ca/marco-compton   

commit mate-tweak for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2016-01-28 17:22:38

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.changes2016-01-12 
16:14:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes   
2016-01-28 17:22:39.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 22 23:45:12 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 3.5.4.
+- Remove mate-tweak-no-dock-lacking-warnings.patch: fixed upstream.
+
+---

Old:

  mate-tweak-3.5.3.tar.gz
  mate-tweak-no-dock-lacking-warnings.patch

New:

  mate-tweak-3.5.4.tar.gz



Other differences:
--
++ mate-tweak.spec ++
--- /var/tmp/diff_new_pack.24AVcU/_old  2016-01-28 17:22:40.0 +0100
+++ /var/tmp/diff_new_pack.24AVcU/_new  2016-01-28 17:22:40.0 +0100
@@ -17,9 +17,9 @@
 
 
 %define _name   mate_tweak
-%define _rev998ebdda6538
+%define _rev67b861cfc2ca
 Name:   mate-tweak
-Version:3.5.3
+Version:3.5.4
 Release:0
 Summary:MATE desktop tweak tool
 License:GPL-2.0+
@@ -28,8 +28,6 @@
 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
-# PATCH-FIX-UPSTREAM mate-tweak-no-dock-lacking-warnings.patch 
sor.ale...@meowr.ru -- Do not show Python warnings if no dock is present.
-Patch1: %{name}-no-dock-lacking-warnings.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
@@ -42,6 +40,7 @@
 Requires:   mate-panel
 Requires:   python3-configobj
 Requires:   python3-gobject
+Requires:   python3-psutil
 # For privilege granting.
 Requires:   xdg-utils
 Recommends: %{name}-lang
@@ -62,8 +61,7 @@
 %prep
 %setup -q -n ubuntu-mate-%{name}-%{_rev}
 %patch0 -p1
-%patch1 -p1
-# Make the world a bit simpler.
+# Make world a bit simpler.
 sed -i "s/'pkexec', '/'xdg-su', '-c /g" %{name}
 sed -i '/polkit/d' setup.py
 
@@ -91,10 +89,14 @@
 %defattr(-,root,root)
 %doc COPYING README.md
 %{_bindir}/%{name}
+%{_bindir}/marco-*
+%{_bindir}/metacity-*
 %{_libexecdir}/%{name}/
 %{python3_sitelib}/%{_name}-*
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
+%dir %{_datadir}/mate/
+%{_datadir}/mate/applications/
 %{_mandir}/man?/%{name}.?%{?ext_man}
 
 %files lang -f %{name}.lang

++ mate-tweak-3.5.3.tar.gz -> mate-tweak-3.5.4.tar.gz ++
 56275 lines of diff (skipped)




commit mate-tweak for openSUSE:Factory

2016-01-12 Thread h_root
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2016-01-12 16:14:01

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.changes2015-12-16 
17:44:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes   
2016-01-12 16:14:03.0 +0100
@@ -1,0 +2,7 @@
+Mon Jan 11 15:30:48 UTC 2016 - sor.ale...@meowr.ru
+
+- Add missing python3-gobject and mate-panel dependencies.
+- Add mate-tweak-no-dock-lacking-warnings.patch: do not show Python
+  warnings if no dock is present.
+
+---
@@ -4 +11 @@
-- Update to 3.5.3.
+- Update to 3.5.3 (boo#959025).

New:

  mate-tweak-no-dock-lacking-warnings.patch



Other differences:
--
++ mate-tweak.spec ++
--- /var/tmp/diff_new_pack.rkO7mf/_old  2016-01-12 16:14:04.0 +0100
+++ /var/tmp/diff_new_pack.rkO7mf/_new  2016-01-12 16:14:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-tweak
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,8 @@
 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
+# PATCH-FIX-UPSTREAM mate-tweak-no-dock-lacking-warnings.patch 
sor.ale...@meowr.ru -- Do not show Python warnings if no dock is present.
+Patch1: %{name}-no-dock-lacking-warnings.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
@@ -37,7 +39,9 @@
 BuildRequires:  update-desktop-files
 Requires:   Mesa-demo-x
 Requires:   dconf
+Requires:   mate-panel
 Requires:   python3-configobj
+Requires:   python3-gobject
 # For privilege granting.
 Requires:   xdg-utils
 Recommends: %{name}-lang
@@ -45,7 +49,7 @@
 
 %description
 Configures some aspects of the MATE desktop not exposed via the
-MATE Control Center applets.
+MATE Control Centre applets.
 
 Settings that can be handled via MATE Tweak:
  * Show/hide standard desktop icons.
@@ -58,6 +62,7 @@
 %prep
 %setup -q -n ubuntu-mate-%{name}-%{_rev}
 %patch0 -p1
+%patch1 -p1
 # Make the world a bit simpler.
 sed -i "s/'pkexec', '/'xdg-su', '-c /g" %{name}
 sed -i '/polkit/d' setup.py

++ mate-tweak-no-dock-lacking-warnings.patch ++
--- a/mate-tweak
+++ b/mate-tweak
@@ -276,7 +276,8 @@ class MateTweak:
 subprocess.Popen([self.dock], stdout=DEVNULL, stderr=DEVNULL)
 
 def kill_dock(self):
-subprocess.call(['killall', self.dock], stdout=DEVNULL, stderr=DEVNULL)
+if self.dock is not None:
+subprocess.call(['killall', self.dock], stdout=DEVNULL, 
stderr=DEVNULL)
 
 def enable_dock(self):
 config_dir = GLib.get_user_config_dir()
@@ -302,7 +303,7 @@ class MateTweak:
 
 def disable_dock(self):
 config_dir = GLib.get_user_config_dir()
-if os.path.exists(os.path.join(config_dir, 'autostart/') + self.dock + 
'.desktop'):
+if self.dock is not None and os.path.exists(os.path.join(config_dir, 
'autostart/') + self.dock + '.desktop'):
 os.remove(os.path.join(config_dir, 'autostart/') + self.dock + 
'.desktop')
 self.kill_dock()
 self.dock_enabled = False



commit mate-tweak for openSUSE:Factory

2015-12-16 Thread h_root
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2015-12-16 17:43:12

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.changes2015-11-13 
23:35:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes   
2015-12-16 17:44:54.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 15 17:15:35 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 3.5.3.
+
+---

Old:

  mate-tweak-3.5.2a.tar.gz

New:

  mate-tweak-3.5.3.tar.gz



Other differences:
--
++ mate-tweak.spec ++
--- /var/tmp/diff_new_pack.yEv6XX/_old  2015-12-16 17:44:55.0 +0100
+++ /var/tmp/diff_new_pack.yEv6XX/_new  2015-12-16 17:44:55.0 +0100
@@ -17,9 +17,9 @@
 
 
 %define _name   mate_tweak
-%define _rev8df794d91ecf
+%define _rev998ebdda6538
 Name:   mate-tweak
-Version:3.5.2a
+Version:3.5.3
 Release:0
 Summary:MATE desktop tweak tool
 License:GPL-2.0+

++ mate-tweak-3.5.2a.tar.gz -> mate-tweak-3.5.3.tar.gz ++
 3020 lines of diff (skipped)




commit mate-tweak for openSUSE:Factory

2015-11-13 Thread h_root
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.changes2015-09-30 
06:37:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes   
2015-11-13 23:35:59.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.DG5VqG/_new  2015-11-13 23:36:00.0 +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'):



commit mate-tweak for openSUSE:Factory

2015-09-29 Thread h_root
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2015-09-30 06:37:43

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.changes2015-08-28 
08:27:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes   
2015-09-30 06:37:59.0 +0200
@@ -1,0 +2,15 @@
+Tue Sep 29 17:42:05 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 3.5.2a:
+  * Remove all deprecated GTK+ properties (deb#797033).
+  * Fix switching to Metacity so the currently selected theme is
+retained. (lp#1500882).
+  * Fix CTRL+C not closing MATE Tweak (lp#1500884).
+  * Fix Plank not being retained when saving a custom theme
+(lp#1500885).
+  * Make irrelevant UI element insensitive rather than hiding them
+(lp#1500886).
+  * Fix leaving multiple volume applets enabled when switching
+panel layouts (lp#1500919).
+
+---

Old:

  mate-tweak-3.5.2.tar.gz

New:

  mate-tweak-3.5.2a.tar.gz



Other differences:
--
++ mate-tweak.spec ++
--- /var/tmp/diff_new_pack.5rJyC1/_old  2015-09-30 06:38:00.0 +0200
+++ /var/tmp/diff_new_pack.5rJyC1/_new  2015-09-30 06:38:00.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define _name   mate_tweak
-%define _rev78307aaa6fc1
+%define _rev8df794d91ecf
 Name:   mate-tweak
-Version:3.5.2
+Version:3.5.2a
 Release:0
 Summary:MATE desktop tweak tool
 License:GPL-2.0+
@@ -36,7 +36,6 @@
 Requires:   Mesa-demo-x
 Requires:   dconf
 Requires:   python3-configobj
-Requires:   wmctrl
 # For privilege granting.
 Requires:   xdg-utils
 Recommends: %{name}-lang
@@ -71,7 +70,7 @@
 # Give gi-find-deps.sh a bait.
 ln -s %{_bindir}/%{name} %{buildroot}%{_libexecdir}/%{name}/%{name}.py
 
-%fdupes %{buildroot}%{python3_sitelib}
+%fdupes %{buildroot}%{python3_sitelib}/
 %find_lang %{name}
 
 %post

++ mate-tweak-3.5.2.tar.gz -> mate-tweak-3.5.2a.tar.gz ++
 2239 lines of diff (skipped)




commit mate-tweak for openSUSE:Factory

2015-08-28 Thread h_root
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2015-08-28 08:27:39

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.changes2015-08-14 
14:46:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes   
2015-08-28 08:27:54.0 +0200
@@ -1,0 +2,7 @@
+Thu Aug 27 14:52:43 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 3.5.2:
+  * Fix Mutter support.
+  * Fix panel backup.
+
+---

Old:

  mate-tweak-3.5.1.tar.gz

New:

  mate-tweak-3.5.2.tar.gz



Other differences:
--
++ mate-tweak.spec ++
--- /var/tmp/diff_new_pack.zJEH3K/_old  2015-08-28 08:27:54.0 +0200
+++ /var/tmp/diff_new_pack.zJEH3K/_new  2015-08-28 08:27:54.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define _name   mate_tweak
-%define _revfafdfa89884e
+%define _rev78307aaa6fc1
 Name:   mate-tweak
-Version:3.5.1
+Version:3.5.2
 Release:0
 Summary:MATE desktop tweak tool
 License:GPL-2.0+

++ mate-tweak-3.5.1.tar.gz - mate-tweak-3.5.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ubuntu-mate-mate-tweak-fafdfa89884e/mate-tweak 
new/ubuntu-mate-mate-tweak-78307aaa6fc1/mate-tweak
--- old/ubuntu-mate-mate-tweak-fafdfa89884e/mate-tweak  2015-08-13 
13:28:49.0 +0200
+++ new/ubuntu-mate-mate-tweak-78307aaa6fc1/mate-tweak  2015-08-26 
00:46:54.0 +0200
@@ -32,7 +32,7 @@
 from configobj import ConfigObj
 from gi.repository import Gdk, GdkPixbuf, Gio, GObject, Gtk, Notify
 
-__VERSION__=3.5.1
+__VERSION__=3.5.2
 
 # i18n
 gettext.install(mate-tweak, /usr/share/locale)
@@ -412,8 +412,10 @@
 if self.find_on_path('mutter') and self.find_on_path('glxinfo'):
 process = subprocess.Popen(['glxinfo'], stdout=subprocess.PIPE)
 out, err = process.communicate()
-software_rasterizer = out.count(Software Rasterizer)
-texture_from_pixmap = out.count(texture_from_pixmap)
+decoded = out.decode('utf-8')
+
+software_rasterizer = decoded.count(Software Rasterizer)
+texture_from_pixmap = decoded.count(texture_from_pixmap)
 if software_rasterizer == 0 and texture_from_pixmap  2:
 return True
 return False
@@ -499,6 +501,10 @@
 if os.path.exists('usr/lib/linuxmint/mintMenu/mintMenu.py'):
 mint_menu_available = True
 
+mageia_cc_available = False
+if os.path.exists('/usr/share/applications/mageia-drakconf.desktop'):
+mageia_cc_available = True
+
 gnome_menu_available = False
 if os.path.exists('/usr/lib/gnome-main-menu/main-menu'):
 gnome_menu_available = True
@@ -525,29 +531,35 @@
 current_layout = layout.replace('.layout', 
'').replace('/usr/share/mate-panel/layouts/', '');
 panels.append([_('Custom: ') + current_layout, current_layout])
 
+if dock:
+if self.panel_layout_exists('eleven'):
+panels.append([_(Cupertino), eleven])
+
+if self.panel_layout_exists('fedora'):
+panels.append([_(Fedora), fedora])
+
 if self.panel_layout_exists('default'):
 panels.append([_(GNOME2), default])
 
-if self.panel_layout_exists('ubuntu-mate'):
-panels.append([_(Ubuntu MATE), ubuntu-mate])
+if self.panel_layout_exists('linuxmint') and mint_menu_available:
+panels.append([_(Linux Mint), linuxmint])
 
-if self.panel_layout_exists('redmond'):
-panels.append([_(Redmond), redmond])
+if self.panel_layout_exists('mageia') and mageia_cc_available:
+panels.append([_(Mageia), mageia])
 
 if self.maximus_available():
 if self.panel_layout_exists('netbook'):
 panels.append([_(Netbook), netbook])
 
-if dock:
-if self.panel_layout_exists('eleven'):
-panels.append([_(Cupertino), eleven])
-
-if self.panel_layout_exists('linuxmint') and mint_menu_available:
-panels.append([_(Linux Mint), linuxmint])
-
 if self.panel_layout_exists('opensuse') and gnome_menu_available:
 panels.append([_(openSUSE), opensuse])
 
+if self.panel_layout_exists('redmond'):
+panels.append([_(Redmond), redmond])
+
+if self.panel_layout_exists('ubuntu-mate'):
+panels.append([_(Ubuntu MATE), ubuntu-mate])
+
 

commit mate-tweak for openSUSE:Factory

2015-08-14 Thread h_root
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2015-08-14 14:46:41

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.changes2015-07-23 
15:23:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes   
2015-08-14 14:46:42.0 +0200
@@ -1,0 +2,13 @@
+Thu Aug 13 13:24:23 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 3.5.1:
+  * Make Python 3.x compatible.
+  * Fix Metacity 3.16 support.
+  * Make detection of mate-indicator-applet architecture independent.
+  * Remove some deprecated properties.
+  * Update default XDG xcursor when switching window managers.
+  * Update translations.
+- Switch to Python 3.x.
+- Search for gobject-introspection dependencies.
+
+---

Old:

  mate-tweak-3.5.0.tar.gz

New:

  mate-tweak-3.5.1.tar.gz



Other differences:
--
++ mate-tweak.spec ++
--- /var/tmp/diff_new_pack.giF8JK/_old  2015-08-14 14:46:43.0 +0200
+++ /var/tmp/diff_new_pack.giF8JK/_new  2015-08-14 14:46:43.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define _name   mate_tweak
-%define _rev37bc921efe90
+%define _revfafdfa89884e
 Name:   mate-tweak
-Version:3.5.0
+Version:3.5.1
 Release:0
 Summary:MATE desktop tweak tool
 License:GPL-2.0+
@@ -27,16 +27,19 @@
 Url:https://bitbucket.org/ubuntu-mate/mate-tweak
 Source: 
https://bitbucket.org/ubuntu-mate/%{name}/get/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
+BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
-BuildRequires:  python = 2.4
-BuildRequires:  python-distutils-extra
-BuildRequires:  python-setuptools
+BuildRequires:  python3
+BuildRequires:  python3-distutils-extra
+BuildRequires:  python3-setuptools
 BuildRequires:  update-desktop-files
 Requires:   Mesa-demo-x
+Requires:   dconf
+Requires:   python3-configobj
 Requires:   wmctrl
 # For privilege granting.
 Requires:   xdg-utils
-Recommends: %{name}-lang = %{version}
+Recommends: %{name}-lang
 BuildArch:  noarch
 
 %description
@@ -61,11 +64,14 @@
 # Nothing to build.
 
 %install
-python2 setup.py install \
+python3 setup.py install \
   --root=%{buildroot}\
   --prefix=%{_prefix}
-%py_compile %{buildroot}%{_datadir}/%{name}/
-%fdupes %{buildroot}%{python_sitelib}
+
+# Give gi-find-deps.sh a bait.
+ln -s %{_bindir}/%{name} %{buildroot}%{_libexecdir}/%{name}/%{name}.py
+
+%fdupes %{buildroot}%{python3_sitelib}
 %find_lang %{name}
 
 %post
@@ -79,7 +85,7 @@
 %doc COPYING README.md
 %{_bindir}/%{name}
 %{_libexecdir}/%{name}/
-%{python_sitelib}/%{_name}-*
+%{python3_sitelib}/%{_name}-*
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
 %{_mandir}/man?/%{name}.?%{?ext_man}

++ mate-tweak-3.5.0.tar.gz - mate-tweak-3.5.1.tar.gz ++
 61187 lines of diff (skipped)




commit mate-tweak for openSUSE:Factory

2015-07-23 Thread h_root
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2015-07-23 15:23:14

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.changes2015-06-30 
10:18:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes   
2015-07-23 15:23:42.0 +0200
@@ -1,0 +2,16 @@
+Wed Jul 22 23:15:43 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 3.5.0:
+  * Save, dump and install supplemental panel configuration.
+  * Install panel layouts.
+  * Modify policy for saving layouts and disabling volume applet.
+  * Add Metacity 3.16 support.
+  * Change gtk-window-decorator theme.
+  * Better undecorate switching.
+  * Minor UI refactor.
+  * Add windows behaviour. 
+  * Correct order of mate-panel --replace.
+  * Correct padding for Panel Features.
+  * Update translations.
+
+---

Old:

  mate-tweak-3.4.9.tar.gz

New:

  mate-tweak-3.5.0.tar.gz



Other differences:
--
++ mate-tweak.spec ++
--- /var/tmp/diff_new_pack.ywgCw7/_old  2015-07-23 15:23:43.0 +0200
+++ /var/tmp/diff_new_pack.ywgCw7/_new  2015-07-23 15:23:43.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define _name   mate_tweak
-%define _rev7de2c0b5ee5f
+%define _rev37bc921efe90
 Name:   mate-tweak
-Version:3.4.9
+Version:3.5.0
 Release:0
 Summary:MATE desktop tweak tool
 License:GPL-2.0+

++ mate-tweak-3.4.9.tar.gz - mate-tweak-3.5.0.tar.gz ++
 58610 lines of diff (skipped)