Hello community,

here is the log from the commit of package gnome-tweak-tool for openSUSE:12.2 
checked in at 2012-07-31 14:04:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2/gnome-tweak-tool (Old)
 and      /work/SRC/openSUSE:12.2/.gnome-tweak-tool.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-tweak-tool", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:12.2/gnome-tweak-tool/gnome-tweak-tool.changes   
2012-06-25 15:20:39.000000000 +0200
+++ /work/SRC/openSUSE:12.2/.gnome-tweak-tool.new/gnome-tweak-tool.changes      
2012-07-31 14:05:01.000000000 +0200
@@ -1,0 +2,9 @@
+Wed Jul 18 19:12:57 UTC 2012 - dims...@opensuse.org
+
+- Add gnome-tweak-tool-pwr-button.patch: Allow to configure what
+  action should be performed when pressing the power button (acpi)
+  (bnc#770048).
+- Drop xz BuildRequires as it now comes for free in the build
+  system.
+
+-------------------------------------------------------------------

New:
----
  gnome-tweak-tool-pwr-button.patch

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

Other differences:
------------------
++++++ gnome-tweak-tool.spec ++++++
--- /var/tmp/diff_new_pack.YUo4GB/_old  2012-07-31 14:05:02.000000000 +0200
+++ /var/tmp/diff_new_pack.YUo4GB/_new  2012-07-31 14:05:02.000000000 +0200
@@ -17,7 +17,6 @@
 #
 
 
-
 Name:           gnome-tweak-tool
 Version:        3.4.0.1
 Release:        0
@@ -26,13 +25,13 @@
 Group:          System/GUI/GNOME
 Url:            http://live.gnome.org/GnomeTweakTool
 Source0:        
http://download.gnome.org/sources/gnome-tweak-tool/3.4/%{name}-%{version}.tar.xz
+# PATCH-FEATURE-UPSTREAM gnome-tweak-tool-pwr-button.patch bnc#770048 
dims...@opensuse.org -- Add option to specify action to perform on power button 
press
+Patch0:         gnome-tweak-tool-pwr-button.patch
 BuildRequires:  fdupes
 # Needed to have typelib() Requires
 BuildRequires:  gobject-introspection
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(gsettings-desktop-schemas) >= 3.4.0
 BuildRequires:  pkgconfig(pygobject-3.0) >= 3.2.1
@@ -50,6 +49,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure


++++++ gnome-tweak-tool-pwr-button.patch ++++++
diff --git a/gtweak/tweaks/tweak_shell.py b/gtweak/tweaks/tweak_shell.py
index 5bb664f..da7bf8d 100644
--- a/gtweak/tweaks/tweak_shell.py
+++ b/gtweak/tweaks/tweak_shell.py
@@ -235,6 +235,7 @@ TWEAK_GROUPS = (
             ShowWindowButtons(schema_filename="org.gnome.shell.gschema.xml", 
size_group=sg),
             GSettingsComboEnumTweak("org.gnome.settings-daemon.plugins.power", 
"lid-close-battery-action", size_group=sg),
             GSettingsComboEnumTweak("org.gnome.settings-daemon.plugins.power", 
"lid-close-ac-action", size_group=sg),
+            GSettingsComboEnumTweak("org.gnome.settings-daemon.plugins.power", 
"button-power", size_group=sg),
             GSettingsSwitchTweak("org.gnome.shell.overrides", 
"workspaces-only-on-primary"),
             StaticWorkspaceTweak(size_group=sg)),
 )

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to