rpms/libgnome/devel libgnome-2.23.4-sound-theme-xsettings.patch, NONE, 1.1 libgnome.spec, 1.120, 1.121 libgnome-2.19.1-default-esd.patch, 1.1, NONE

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Thu Jul 24 23:59:02 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/libgnome/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19590

Modified Files:
	libgnome.spec 
Added Files:
	libgnome-2.23.4-sound-theme-xsettings.patch 
Removed Files:
	libgnome-2.19.1-default-esd.patch 
Log Message:
* Fri Jul 25 2008 - Bastien Nocera <bnocera at redhat.com> - 2.23.4-2
- Remove the "esound by default" patch, it's obsoleted by
  changes in gnome-settings-daemon
- Add patch to support the new sound theme XSettings


libgnome-2.23.4-sound-theme-xsettings.patch:

--- NEW FILE libgnome-2.23.4-sound-theme-xsettings.patch ---
--- trunk/schemas/desktop_gnome_sound.schemas.in	2007/01/10 14:13:28	3330
+++ trunk/schemas/desktop_gnome_sound.schemas.in	2008/07/22 11:01:48	3756
@@ -46,5 +46,27 @@
         <long>Whether to play sounds on user events.</long>
       </locale>
     </schema>
+    <schema>
+      <key>/schemas/desktop/gnome/sound/theme_name</key>
+      <applyto>/desktop/gnome/sound/theme_name</applyto>
+      <owner>gnome</owner>
+      <type>string</type>
+      <default>freedesktop</default>
+      <locale name="C">
+        <short>Sound theme name</short>
+        <long>The XDG sound theme to use for event sounds.</long>
+      </locale>
+    </schema>
+    <schema>
+      <key>/schemas/desktop/gnome/sound/input_feedback_sounds</key>
+      <applyto>/desktop/gnome/sound/input_feedback_sounds</applyto>
+      <owner>gnome</owner>
+      <type>bool</type>
+      <default>false</default>
+      <locale name="C">
+        <short>Input feedback sounds</short>
+        <long>Whether to play sounds on input events.</long>
+      </locale>
+    </schema>
   </schemalist>
 </gconfschemafile>


Index: libgnome.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgnome/devel/libgnome.spec,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- libgnome.spec	18 Jun 2008 02:41:14 -0000	1.120
+++ libgnome.spec	24 Jul 2008 23:58:07 -0000	1.121
@@ -13,7 +13,7 @@
 Summary: GNOME base library
 Name: libgnome
 Version: 2.23.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://www.gnome.org
 Source0: http://download.gnome.org/sources/libgnome/2.23/%{name}-%{version}.tar.bz2
 Source1: desktop_gnome_peripherals_monitor.schemas
@@ -59,12 +59,13 @@
 Patch3: libgnome-2.7.2-default-cursor.patch
 Patch4: libgnome-2.8.0-default-browser.patch
 Patch6: libgnome-2.19.1-default-settings.patch
-Patch7: libgnome-2.19.1-default-esd.patch
-Patch8: libgnome-2.22.0-default-sound-effects.patch
+Patch7: libgnome-2.22.0-default-sound-effects.patch
 
 # backport from upstream svn
-Patch9: im-setting.patch
+Patch8: im-setting.patch
 
+# http://bugzilla.gnome.org/show_bug.cgi?id=541420
+Patch9: libgnome-2.23.4-sound-theme-xsettings.patch
 
 %description
 
@@ -115,9 +116,9 @@
 %patch3 -p1 -b .default-cursor
 %patch4 -p1 -b .default-browser
 %patch6 -p1 -b .default-settings
-%patch7 -p1 -b .default-esd
-%patch8 -p1 -b .default-sound-effects
-%patch9 -p1 -b .im-setting
+%patch7 -p1 -b .default-sound-effects
+%patch8 -p1 -b .im-setting
+%patch9 -p1 -b .sound-theme
 
 %build
 aclocal
@@ -198,6 +199,11 @@
 %{_datadir}/gtk-doc/html/*
 
 %changelog
+* Fri Jul 25 2008 - Bastien Nocera <bnocera at redhat.com> - 2.23.4-2
+- Remove the "esound by default" patch, it's obsoleted by
+  changes in gnome-settings-daemon
+- Add patch to support the new sound theme XSettings
+
 * Tue Jun 17 2008 Matthias Clasen <mclasen at redhat.com> - 2.23.4-1
 - Update to 2.23.4
 


--- libgnome-2.19.1-default-esd.patch DELETED ---




More information about the fedora-extras-commits mailing list