diff options
author | drochner <drochner> | 2007-06-15 18:08:06 +0000 |
---|---|---|
committer | drochner <drochner> | 2007-06-15 18:08:06 +0000 |
commit | 8033fc15e9b939c8541a882d24a2b0ad08d286f9 (patch) | |
tree | ad3119478e83e53f77a8590338888cd4a6e5fee8 /graphics/eog2 | |
parent | ab80cafaa9b9f29c4b9581c8a1901d3ed0c5bd3f (diff) | |
download | pkgsrc-8033fc15e9b939c8541a882d24a2b0ad08d286f9.tar.gz |
update to 2.18.2
changes:
-bugfixes and cleanup
-documentation updates
-translation updates
Diffstat (limited to 'graphics/eog2')
-rw-r--r-- | graphics/eog2/Makefile | 5 | ||||
-rw-r--r-- | graphics/eog2/PLIST | 3 | ||||
-rw-r--r-- | graphics/eog2/distinfo | 10 | ||||
-rw-r--r-- | graphics/eog2/patches/patch-aa | 10 |
4 files changed, 14 insertions, 14 deletions
diff --git a/graphics/eog2/Makefile b/graphics/eog2/Makefile index 141ebe023b7..d8aa66edd0d 100644 --- a/graphics/eog2/Makefile +++ b/graphics/eog2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.72 2007/06/05 05:37:27 wiz Exp $ +# $NetBSD: Makefile,v 1.73 2007/06/15 18:08:06 drochner Exp $ # -DISTNAME= eog-2.18.1 -PKGREVISION= 1 +DISTNAME= eog-2.18.2 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/eog/2.18/} EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/eog2/PLIST b/graphics/eog2/PLIST index 952f3778c00..a04dc1bfcd3 100644 --- a/graphics/eog2/PLIST +++ b/graphics/eog2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.23 2007/04/11 18:09:46 drochner Exp $ +@comment $NetBSD: PLIST,v 1.24 2007/06/15 18:08:07 drochner Exp $ bin/eog share/applications/eog.desktop share/eog/eog-gtk-ui.xml @@ -109,6 +109,7 @@ share/locale/ne/LC_MESSAGES/eog.mo share/locale/nl/LC_MESSAGES/eog.mo share/locale/nn/LC_MESSAGES/eog.mo share/locale/nso/LC_MESSAGES/eog.mo +share/locale/oc/LC_MESSAGES/eog.mo share/locale/or/LC_MESSAGES/eog.mo share/locale/pa/LC_MESSAGES/eog.mo share/locale/pl/LC_MESSAGES/eog.mo diff --git a/graphics/eog2/distinfo b/graphics/eog2/distinfo index 7e94c36074e..0ebb84bab7d 100644 --- a/graphics/eog2/distinfo +++ b/graphics/eog2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.27 2007/04/11 18:09:46 drochner Exp $ +$NetBSD: distinfo,v 1.28 2007/06/15 18:08:07 drochner Exp $ -SHA1 (eog-2.18.1.tar.bz2) = e66f234b5104bb307a0d82398d9e759933e04954 -RMD160 (eog-2.18.1.tar.bz2) = 75c815d99913d8574a852e92f422e8a57d3e7817 -Size (eog-2.18.1.tar.bz2) = 1241674 bytes -SHA1 (patch-aa) = 5bfe6cc09dba6b0ff5d338a862eb44ca1bf13a39 +SHA1 (eog-2.18.2.tar.bz2) = d3fcca9f2a6b72f37d1a5d37561bd0eae54b730e +RMD160 (eog-2.18.2.tar.bz2) = 9bc5286913e83058cf3b833493f0ed4cb218c1e7 +Size (eog-2.18.2.tar.bz2) = 1244477 bytes +SHA1 (patch-aa) = 225c4c8dc0f2b66e81d07b9c7e64c9c90ce6d3e3 SHA1 (patch-ab) = d75be607acda1586434b13721ca620326c516ecd diff --git a/graphics/eog2/patches/patch-aa b/graphics/eog2/patches/patch-aa index 025d1dbf4ce..338f3b2f27d 100644 --- a/graphics/eog2/patches/patch-aa +++ b/graphics/eog2/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.5 2007/04/11 18:09:46 drochner Exp $ +$NetBSD: patch-aa,v 1.6 2007/06/15 18:08:07 drochner Exp $ ---- Makefile.in.orig 2007-04-09 21:35:36.000000000 +0200 +--- Makefile.in.orig 2007-05-28 20:21:14.000000000 +0200 +++ Makefile.in -@@ -231,7 +231,7 @@ desktop_DATA = $(desktop_in_files:.deskt +@@ -276,7 +276,7 @@ desktop_in_files = eog.desktop.in + desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) gladedir = $(datadir)/eog/glade glade_DATA = eog.glade - -schemasdir = $(sysconfdir)/gconf/schemas +schemasdir = $(datadir)/gconf/schemas schemas_in_files = eog.schemas.in schemas_DATA = $(schemas_in_files:.schemas.in=.schemas) - + icondir = $(datadir)/pixmaps |