This commit is contained in:
Matthias Clasen 2008-08-05 04:11:14 +00:00
parent 3a0915433a
commit 3bd49aecbb
4 changed files with 7 additions and 20 deletions

View File

@ -1 +1 @@
eog-2.23.5.tar.bz2
eog-2.23.6.tar.bz2

View File

@ -13,8 +13,8 @@
Summary: Eye of GNOME image viewer
Name: eog
Version: 2.23.5
Release: 2%{?dist}
Version: 2.23.6
Release: 1%{?dist}
URL: http://www.gnome.org
Source: http://download.gnome.org/sources/eog/2.23/%{name}-%{version}.tar.bz2
# needs to be redone
@ -54,9 +54,6 @@ Requires(preun): GConf2
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.
@ -78,7 +75,6 @@ This package allows you to develop plugins to extend EOG.
%prep
%setup -q
%patch0 -p1 -b .icon-names
echo "NoDisplay=true" >> data/eog.desktop.in
# just in case
@ -159,6 +155,9 @@ fi
%{_datadir}/gtk-doc/html/eog
%changelog
* Tue Aug 5 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.6-1
- Update to 2.23.6
* Fri Aug 1 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-2
- Use standard icon names

View File

@ -1,12 +0,0 @@
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),

View File

@ -1 +1 @@
5c66a351e3857868a19bc764fa973b8a eog-2.23.5.tar.bz2
558aabfe5cf856f5f9095cce0a9960ef eog-2.23.6.tar.bz2