rpms/gnome-settings-daemon/devel icon-names.patch, NONE, 1.1 gnome-settings-daemon.spec, 1.37, 1.38

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Fri Jul 25 17:47:41 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/gnome-settings-daemon/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25188

Modified Files:
	gnome-settings-daemon.spec 
Added Files:
	icon-names.patch 
Log Message:
more icon name fixes


icon-names.patch:

--- NEW FILE icon-names.patch ---
diff -up gnome-settings-daemon-2.23.5/plugins/media-keys/actions/acme.glade.icon-names gnome-settings-daemon-2.23.5/plugins/media-keys/actions/acme.glade
--- gnome-settings-daemon-2.23.5/plugins/media-keys/actions/acme.glade.icon-names	2008-07-25 13:41:10.000000000 -0400
+++ gnome-settings-daemon-2.23.5/plugins/media-keys/actions/acme.glade	2008-07-25 13:41:35.000000000 -0400
@@ -20,7 +20,7 @@
 	    <widget class="GtkImage" id="acme_image">
 	      <property name="visible">True</property>
 	      <property name="icon_size">6</property>
-	      <property name="icon_name">stock_volume-max</property>
+	      <property name="icon_name">audio-volume-high</property>
 	      <property name="xalign">0.5</property>
 	      <property name="yalign">0.5</property>
 	      <property name="xpad">0</property>


Index: gnome-settings-daemon.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-settings-daemon/devel/gnome-settings-daemon.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- gnome-settings-daemon.spec	25 Jul 2008 08:49:39 -0000	1.37
+++ gnome-settings-daemon.spec	25 Jul 2008 17:47:11 -0000	1.38
@@ -1,6 +1,6 @@
 Name:		gnome-settings-daemon
 Version:	2.23.5
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	The daemon sharing settings from GNOME to GTK+/KDE applications
 
 Group:		System Environment/Daemons
@@ -34,6 +34,9 @@
 # survive xrandr being absent (such as on Xnest in sabayon)
 Patch5:		xrandr-missingok.patch
 
+# http://bugzilla.gnome.org/show_bug.cgi?id=544733
+Patch7:		icon-names.patch 
+
 %description
 A daemon to share settings from GNOME to other applications. It also
 handles global keybindings, as well as a number of desktop-wide settings.
@@ -54,6 +57,7 @@
 
 %patch2 -p1 -b .ignore-layout-if-using-evdev
 %patch5 -p1 -b .xrandr-missingok
+%patch7 -p1 -b .icon-names
 
 %build
 %configure --enable-static=no --enable-profiling
@@ -147,6 +151,9 @@
 %{_libdir}/pkgconfig/gnome-settings-daemon.pc
 
 %changelog
+* Fri Jul 25 2008 Matthias Clasen <mclasne at redhat.com> - 2.23.5-3
+- Use standard icon names in the volume OSD
+ 
 * Fri Jul 25 2008 - Bastien Nocera <bnocera at redhat.com> - 2.23.5-2
 - Fix build, call gtk-update-icon-cache as required
 




More information about the fedora-extras-commits mailing list