diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-12-15 00:00:25 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-12-15 00:00:25 +0000 |
commit | 120e72873c2955cd3c408a6ac56f5275230ee2a4 (patch) | |
tree | 31a13d9d918d05f67037d4490215f24fc87b5660 /graphics/eog2/patches | |
parent | 5dc44c8cb5f18ec71943ae228190aa0e31595326 (diff) | |
download | pkgsrc-120e72873c2955cd3c408a6ac56f5275230ee2a4.tar.gz |
Update to 2.4.1
Changes:
- Better filename -> UTF-8 translation - #122671, #117838 (Jens,
Hidetoshi Tajima)
- configure switch to disable libexif support
- Added X-GNOME-DocPath to .desktop file
- Fixed crash on shutdown
- Fixed crash when libexif is not available
- Fixed duplicate size entries in info view
- Update image infos on modification
- Translation Updates.
And more... review Changelog to see a full list of changes.
Diffstat (limited to 'graphics/eog2/patches')
-rw-r--r-- | graphics/eog2/patches/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/eog2/patches/patch-aa b/graphics/eog2/patches/patch-aa index 1dc706dc3c1..7e68d400efe 100644 --- a/graphics/eog2/patches/patch-aa +++ b/graphics/eog2/patches/patch-aa @@ -1,10 +1,10 @@ -$NetBSD: patch-aa,v 1.2 2003/02/18 20:52:07 jmmv Exp $ +$NetBSD: patch-aa,v 1.3 2003/12/15 00:00:25 xtraeme Exp $ ---- Makefile.in.orig 2003-01-28 09:35:03.000000000 +0100 -+++ Makefile.in -@@ -133,7 +133,7 @@ Graphics_DATA = $(Graphics_in_files:.des - Gladedir = $(datadir)/eog/glade - Glade_DATA = eog.glade +--- Makefile.in.orig 2003-12-02 05:21:47.000000000 +0000 ++++ Makefile.in 2003-12-02 05:22:04.000000000 +0000 +@@ -127,7 +127,7 @@ + gladedir = $(datadir)/eog/glade + glade_DATA = eog.glade -schemasdir = $(sysconfdir)/gconf/schemas +schemasdir = $(datadir)/gconf/schemas |