rpms/libgnome/devel less-icons.patch, NONE, 1.1 libgnome.spec, 1.145, 1.146

Matthias Clasen mclasen at fedoraproject.org
Wed Jul 22 21:41:58 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/libgnome/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18508

Modified Files:
	libgnome.spec 
Added Files:
	less-icons.patch 
Log Message:
Turn off icons in buttons and menus by default


less-icons.patch:
 desktop_gnome_interface.schemas.in.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE less-icons.patch ---
diff -up libgnome-2.26.0/schemas/desktop_gnome_interface.schemas.in.in.icons libgnome-2.26.0/schemas/desktop_gnome_interface.schemas.in.in
--- libgnome-2.26.0/schemas/desktop_gnome_interface.schemas.in.in.icons	2009-07-22 17:36:22.985382840 -0400
+++ libgnome-2.26.0/schemas/desktop_gnome_interface.schemas.in.in	2009-07-22 17:37:01.752132219 -0400
@@ -65,7 +65,7 @@
       <applyto>/desktop/gnome/interface/menus_have_icons</applyto>
       <owner>gnome</owner>
       <type>bool</type>
-      <default>true</default>
+      <default>false</default>
       <locale name="C">
         <short>Menus Have Icons</short>
         <long>Whether menus may display an icon next to a menu entry.</long>
@@ -76,7 +76,7 @@
       <applyto>/desktop/gnome/interface/buttons_have_icons</applyto>
       <owner>gnome</owner>
       <type>bool</type>
-      <default>true</default>
+      <default>false</default>
       <locale name="C">
         <short>Buttons Have Icons</short>
         <long>Whether buttons may display an icon in addition to the button text.</long>


Index: libgnome.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgnome/devel/libgnome.spec,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -p -r1.145 -r1.146
--- libgnome.spec	2 Jul 2009 05:16:45 -0000	1.145
+++ libgnome.spec	22 Jul 2009 21:41:28 -0000	1.146
@@ -14,7 +14,7 @@
 Summary: GNOME base library
 Name: libgnome
 Version: 2.26.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 URL: http://www.gnome.org
 Source0: http://download.gnome.org/sources/libgnome/2.26/%{name}-%{version}.tar.bz2
 Source1: desktop_gnome_peripherals_monitor.schemas
@@ -60,6 +60,9 @@ Patch8: im-setting.patch
 
 Patch9: libgnome-2.24.1-default-noblink.patch
 
+# backport from upstream
+Patch10: less-icons.patch
+
 %description
 
 GNOME (GNU Network Object Model Environment) is a user-friendly set of
@@ -111,6 +114,7 @@ if you just want to use the GNOME deskto
 %patch7 -p1 -b .default-sound-effects
 %patch8 -p1 -b .im-setting
 %patch9 -p1 -b .default-noblink
+%patch10 -p1 -b .less-icons
 
 %build
 %configure --disable-gtk-doc --disable-static --disable-esd
@@ -199,6 +203,9 @@ fi
 %{_datadir}/gtk-doc/html/*
 
 %changelog
+* Wed Jul 22 2009 Matthias Clasen <mclasen at redhat.com> - 2.26.0-4
+- Turn off icons in buttons and menus by default
+
 * Thu Jul  2 2009 Matthias Clasen <mclasen at redhat.com> - 2.26.0-3
 - Rebuild
 




More information about the fedora-extras-commits mailing list