From 57b91d70d85746082e58703b71657c8f5c862be4 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 3 Aug 2000 23:52:03 +0000 Subject: Update gqview to latest stable release 0.8.2. Changes from 0.8.1: New translations for it, and updated es, pt_BR. Now 'zoom to fit' also expands images (can be disabled in options). Added (optional) in place renaming. Changed window title (GQview now after filename), added window icons. Directory list now make previous dir visible. Minor compile -Wall cleanups, bug fixes. --- graphics/gqview/Makefile | 9 ++++++--- graphics/gqview/files/md5 | 4 ++-- graphics/gqview/files/patch-sum | 5 ++--- graphics/gqview/patches/patch-aa | 8 ++++---- graphics/gqview/patches/patch-ab | 31 ------------------------------- graphics/gqview/pkg/PLIST | 5 +++-- 6 files changed, 17 insertions(+), 45 deletions(-) delete mode 100644 graphics/gqview/patches/patch-ab (limited to 'graphics') diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index c8b464aa02c..70118ca081b 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2000/07/31 04:14:08 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2000/08/03 23:52:03 jlam Exp $ # FreeBSD Id: Makefile,v 1.7 1998/12/09 06:59:39 vanilla Exp # -DISTNAME= gqview-0.8.1 +DISTNAME= gqview-0.8.2 CATEGORIES= graphics x11 MASTER_SITES= http://download.sourceforge.net/gqview/ @@ -14,7 +14,10 @@ DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext USE_X11BASE= yes GNU_CONFIGURE= yes +CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG=no +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" + # for libintl detection in configure script -CFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include .include "../../mk/bsd.pkg.mk" diff --git a/graphics/gqview/files/md5 b/graphics/gqview/files/md5 index 9b819ac36c3..b950f63f9b5 100644 --- a/graphics/gqview/files/md5 +++ b/graphics/gqview/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 2000/05/25 10:16:46 wiz Exp $ +$NetBSD: md5,v 1.4 2000/08/03 23:52:04 jlam Exp $ -MD5 (gqview-0.8.1.tar.gz) = 64499d1bda06c7e08a372dd0494ddf88 +MD5 (gqview-0.8.2.tar.gz) = 198f3d9458a02e01745423026b15a334 diff --git a/graphics/gqview/files/patch-sum b/graphics/gqview/files/patch-sum index 2c489f5f6c2..20e41d6172f 100644 --- a/graphics/gqview/files/patch-sum +++ b/graphics/gqview/files/patch-sum @@ -1,4 +1,3 @@ -$NetBSD: patch-sum,v 1.3 2000/05/25 10:16:46 wiz Exp $ +$NetBSD: patch-sum,v 1.4 2000/08/03 23:52:04 jlam Exp $ -MD5 (patch-aa) = 30ef0e1a7b69ec80ecb859b8733f8cfb -MD5 (patch-ab) = f6bab884d57a9a7fe987b13288196d48 +MD5 (patch-aa) = 035dfdf12bbc04b53f6b8d489b4057b5 diff --git a/graphics/gqview/patches/patch-aa b/graphics/gqview/patches/patch-aa index eec87076216..1daf42b2942 100644 --- a/graphics/gqview/patches/patch-aa +++ b/graphics/gqview/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.3 2000/05/25 10:16:46 wiz Exp $ +$NetBSD: patch-aa,v 1.4 2000/08/03 23:52:04 jlam Exp $ ---- po/Makefile.in.in.orig Fri Apr 14 21:51:21 2000 -+++ po/Makefile.in.in Thu May 25 11:58:06 2000 +--- po/Makefile.in.in.orig Fri Apr 28 15:49:43 2000 ++++ po/Makefile.in.in Thu Aug 3 19:29:01 2000 @@ -19,7 +19,7 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ datadir = $(prefix)/@DATADIRNAME@ -localedir = $(datadir)/locale -+localedir = $(prefix)/share/locale ++localedir = @localedir@ gnulocaledir = $(prefix)/share/locale gettextsrcdir = $(prefix)/share/gettext/po subdir = po diff --git a/graphics/gqview/patches/patch-ab b/graphics/gqview/patches/patch-ab deleted file mode 100644 index 1a486f70b55..00000000000 --- a/graphics/gqview/patches/patch-ab +++ /dev/null @@ -1,31 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2000/05/25 10:16:46 wiz Exp $ - -Override gnome-specific file installation, and make it find pkgsrc's libintl. - ---- configure.orig Fri Apr 14 21:51:24 2000 -+++ configure Thu May 25 11:49:23 2000 -@@ -1982,6 +1982,7 @@ - rm -f conf.gdkimlibtest - - -+if false; then - # Extract the first word of "gnome-config", so it can be a program name with args. - set dummy gnome-config; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -@@ -2018,6 +2019,7 @@ - echo "$ac_t""no" 1>&6 - fi - -+fi - - - if test $GNOME_CONFIG != no; then -@@ -3006,7 +3008,7 @@ - #include "confdefs.h" - #include - EOF --ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -+ac_try="$ac_cpp $CFLAGS conftest.$ac_ext >/dev/null 2>conftest.out" - { (eval echo configure:3011: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } - ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` - if test -z "$ac_err"; then diff --git a/graphics/gqview/pkg/PLIST b/graphics/gqview/pkg/PLIST index 321769205f8..678c10a0cef 100644 --- a/graphics/gqview/pkg/PLIST +++ b/graphics/gqview/pkg/PLIST @@ -1,11 +1,12 @@ -@comment $NetBSD: PLIST,v 1.2 2000/05/25 10:16:46 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2000/08/03 23:52:05 jlam Exp $ bin/gqview share/locale/de/LC_MESSAGES/gqview.mo share/locale/es/LC_MESSAGES/gqview.mo share/locale/fr/LC_MESSAGES/gqview.mo +share/locale/it/LC_MESSAGES/gqview.mo share/locale/ja/LC_MESSAGES/gqview.mo share/locale/pt_BR/LC_MESSAGES/gqview.mo share/locale/ru/LC_MESSAGES/gqview.mo share/locale/sk/LC_MESSAGES/gqview.mo -share/locale/zh_TW.Big5/LC_MESSAGES/gqview.mo share/locale/tr/LC_MESSAGES/gqview.mo +share/locale/zh_TW.Big5/LC_MESSAGES/gqview.mo -- cgit v1.2.3