update to 2.22.3

changes:
-bugfixes
-translation update
This commit is contained in:
drochner 2008-07-15 11:20:12 +00:00
parent 31f3f61b07
commit 0fff6b91fe
3 changed files with 6 additions and 26 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.34 2008/06/12 02:14:31 joerg Exp $
# $NetBSD: Makefile,v 1.35 2008/07/15 11:20:12 drochner Exp $
#
DISTNAME= eog-2.22.2
DISTNAME= eog-2.22.3
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/eog/2.22/}
EXTRACT_SUFX= .tar.bz2

View file

@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.9 2008/05/29 16:41:01 drochner Exp $
$NetBSD: distinfo,v 1.10 2008/07/15 11:20:12 drochner Exp $
SHA1 (eog-2.22.2.tar.bz2) = b9091c25b31fea262c9557d1148f5e6d4af08f9e
RMD160 (eog-2.22.2.tar.bz2) = 1620a97937f521d978a4549b200e815a61bacaa4
Size (eog-2.22.2.tar.bz2) = 1899431 bytes
SHA1 (patch-ab) = e3da0c7d31c2508e51f6df6e36fc624995c6137e
SHA1 (eog-2.22.3.tar.bz2) = 4edc6eefddaad78a0e266eb800aa1d926abf56de
RMD160 (eog-2.22.3.tar.bz2) = 36f6620c17d4e56addcaee93563721368d9c29eb
Size (eog-2.22.3.tar.bz2) = 1894695 bytes

View file

@ -1,19 +0,0 @@
$NetBSD: patch-ab,v 1.2 2007/11/29 20:37:26 drochner Exp $
--- configure.orig 2007-11-26 17:39:55.000000000 +0100
+++ configure
@@ -23369,11 +23369,11 @@ echo "$as_me: error: GNU gettext tools n
fi
# Use the tools built into the package, not the ones that are installed.
-INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
+INTLTOOL_EXTRACT='${PREFIX}/bin/intltool-extract'
-INTLTOOL_MERGE='$(top_builddir)/intltool-merge'
+INTLTOOL_MERGE='${PREFIX}/bin/intltool-merge'
-INTLTOOL_UPDATE='$(top_builddir)/intltool-update'
+INTLTOOL_UPDATE='${PREFIX}/bin/intltool-update'
# Extract the first word of "perl", so it can be a program name with args.