rpms/eog/devel icon-names.patch,NONE,1.1 eog.spec,1.115,1.116

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Fri Aug 1 15:32:35 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/eog/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19462

Modified Files:
	eog.spec 
Added Files:
	icon-names.patch 
Log Message:
standard icon names


icon-names.patch:

--- NEW FILE icon-names.patch ---
diff -up eog-2.23.5/src/eog-window.c.icon-names eog-2.23.5/src/eog-window.c
--- eog-2.23.5/src/eog-window.c.icon-names	2008-08-01 11:21:54.000000000 -0400
+++ eog-2.23.5/src/eog-window.c	2008-08-01 11:22:40.000000000 -0400
@@ -3543,7 +3543,7 @@ eog_window_update_recent_files_menu (Eog
 					gtk_recent_info_ref (info),
 					(GDestroyNotify) gtk_recent_info_unref);
 		
-		g_object_set (G_OBJECT (action), "icon-name", "gnome-mime-image", NULL);
+		g_object_set (G_OBJECT (action), "icon-name", "image-x-generic", NULL);
 		
 		g_signal_connect (action, "activate",
 				  G_CALLBACK (eog_window_open_recent_cb),


Index: eog.spec
===================================================================
RCS file: /cvs/extras/rpms/eog/devel/eog.spec,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- eog.spec	22 Jul 2008 04:15:52 -0000	1.115
+++ eog.spec	1 Aug 2008 15:32:05 -0000	1.116
@@ -14,7 +14,7 @@
 Summary: Eye of GNOME image viewer
 Name:    eog
 Version: 2.23.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://www.gnome.org
 Source: http://download.gnome.org/sources/eog/2.23/%{name}-%{version}.tar.bz2
 # needs to be redone
@@ -54,6 +54,9 @@
 Requires(postun): desktop-file-utils >= %{desktop_file_utils_version}
 Requires(postun): scrollkeeper
 
+# http://bugzilla.gnome.org/show_bug.cgi?id=545873
+Patch0: icon-names.patch
+
 %description
 Eye of GNOME (EOG) is an image viewer. 
 
@@ -75,7 +78,7 @@
 
 %prep
 %setup -q
-#%patch0 -p1 -b .svgz
+%patch0 -p1 -b .icon-names
 
 echo "NoDisplay=true" >> data/eog.desktop.in
 # just in case
@@ -156,6 +159,9 @@
 %{_datadir}/gtk-doc/html/eog
 
 %changelog
+* Fri Aug  1 2008 Matthias Clasen <mclasen at redhat.com> - 2.23.5-2
+- Use standard icon names
+
 * Tue Jul 22 2008 Matthias Clasen <mclasen at redhat.com> - 2.23.5-1
 - Update to 2.23.5
 




More information about the fedora-extras-commits mailing list