more icon name fixes
This commit is contained in:
parent
9ac8e05935
commit
db01a8d88d
@ -1,6 +1,6 @@
|
|||||||
Name: gnome-settings-daemon
|
Name: gnome-settings-daemon
|
||||||
Version: 2.23.5
|
Version: 2.23.5
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: The daemon sharing settings from GNOME to GTK+/KDE applications
|
Summary: The daemon sharing settings from GNOME to GTK+/KDE applications
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -34,6 +34,9 @@ Patch2: gnome-settings-daemon-2.21.91-ignore-model-if-evdev.patch
|
|||||||
# survive xrandr being absent (such as on Xnest in sabayon)
|
# survive xrandr being absent (such as on Xnest in sabayon)
|
||||||
Patch5: xrandr-missingok.patch
|
Patch5: xrandr-missingok.patch
|
||||||
|
|
||||||
|
# http://bugzilla.gnome.org/show_bug.cgi?id=544733
|
||||||
|
Patch7: icon-names.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A daemon to share settings from GNOME to other applications. It also
|
A daemon to share settings from GNOME to other applications. It also
|
||||||
handles global keybindings, as well as a number of desktop-wide settings.
|
handles global keybindings, as well as a number of desktop-wide settings.
|
||||||
@ -54,6 +57,7 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%patch2 -p1 -b .ignore-layout-if-using-evdev
|
%patch2 -p1 -b .ignore-layout-if-using-evdev
|
||||||
%patch5 -p1 -b .xrandr-missingok
|
%patch5 -p1 -b .xrandr-missingok
|
||||||
|
%patch7 -p1 -b .icon-names
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-static=no --enable-profiling
|
%configure --enable-static=no --enable-profiling
|
||||||
@ -147,6 +151,9 @@ fi
|
|||||||
%{_libdir}/pkgconfig/gnome-settings-daemon.pc
|
%{_libdir}/pkgconfig/gnome-settings-daemon.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 25 2008 Matthias Clasen <mclasne@redhat.com> - 2.23.5-3
|
||||||
|
- Use standard icon names in the volume OSD
|
||||||
|
|
||||||
* Fri Jul 25 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.5-2
|
* Fri Jul 25 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.5-2
|
||||||
- Fix build, call gtk-update-icon-cache as required
|
- Fix build, call gtk-update-icon-cache as required
|
||||||
|
|
||||||
|
12
icon-names.patch
Normal file
12
icon-names.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
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>
|
Loading…
Reference in New Issue
Block a user