2.23.6
This commit is contained in:
parent
3a0915433a
commit
3bd49aecbb
@ -1 +1 @@
|
||||
eog-2.23.5.tar.bz2
|
||||
eog-2.23.6.tar.bz2
|
||||
|
11
eog.spec
11
eog.spec
@ -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
|
||||
|
||||
|
@ -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),
|
Loading…
Reference in New Issue
Block a user