[cinnamon-settings-daemon] start to fix media keys

leigh123linux leigh123linux at fedoraproject.org
Wed Jul 24 10:23:10 UTC 2013


commit 48dfbdf0fdda15921da20b70f726e1ce3f0fbf62
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Wed Jul 24 11:22:39 2013 +0100

    start to fix media keys

 cinnamon-settings-daemon.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/cinnamon-settings-daemon.spec b/cinnamon-settings-daemon.spec
index 5aa5d9e..70aef80 100644
--- a/cinnamon-settings-daemon.spec
+++ b/cinnamon-settings-daemon.spec
@@ -2,7 +2,7 @@
 
 Name:           cinnamon-settings-daemon
 Version:        1.0.0
-Release:        0.3.git%{_internal_version}%{?dist}
+Release:        0.4.git%{_internal_version}%{?dist}
 Summary:        The daemon sharing settings from CINNAMON to GTK+/KDE applications
 
 Group:          System Environment/Daemons
@@ -13,6 +13,9 @@ URL:            http://cinnamon.linuxmint.com
 Source0:        http://leigh123linux.fedorapeople.org/pub/cinnamon-settings-daemon/source/cinnamon-settings-daemon-%{version}.git%{_internal_version}.tar.gz
 Patch0:         %{name}_gnome_3.9.patch
 
+# https://git.gnome.org/browse/gnome-settings-daemon/commit/plugins/common/gsd-input-helper.c?id=14f92b1479aa065edf3f0aa86b87d4c4ff1fe2ba
+Patch1:         media_keys_fix.patch
+
 Requires:       control-center-filesystem
 Requires:       hicolor-icon-theme
 
@@ -75,6 +78,7 @@ This package contains the updates plugin for %{name}
 %prep
 %setup -q -n linuxmint-cinnamon-settings-daemon-%{_internal_version}
 %patch0 -p1
+%patch1 -p1
 NOCONFIGURE=1 ./autogen.sh
 
 %build
@@ -248,6 +252,9 @@ fi
 %{_datadir}/dbus-1/interfaces/org.cinnamon.SettingsDaemonUpdates.xml
 
 %changelog
+* Wed Jul 24 2013 Leigh Scott <leigh123linux at googlemail.com> - 1.0.0-0.4.git42cc1ce
+- add patch to fix media keys
+
 * Sat Jul 20 2013 Leigh Scott <leigh123linux at googlemail.com> - 1.0.0-0.3.git42cc1ce
 - rebuilt as the koji storage move lost the previous build
 


More information about the scm-commits mailing list