diff options
author | grant <grant@pkgsrc.org> | 2002-11-30 14:50:13 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-11-30 14:50:13 +0000 |
commit | 4b4686acf867bdb4d21a753e30c929f755141e3c (patch) | |
tree | feb740ebad5c4da7c1ba5a422646cc979df2f61f /graphics/gqview | |
parent | 8c87b191bbb876de9fc1acf554c2780ab7cccf98 (diff) | |
download | pkgsrc-4b4686acf867bdb4d21a753e30c929f755141e3c.tar.gz |
USE_PKGLOCALEDIR.
Diffstat (limited to 'graphics/gqview')
-rw-r--r-- | graphics/gqview/Makefile | 14 | ||||
-rw-r--r-- | graphics/gqview/distinfo | 5 | ||||
-rw-r--r-- | graphics/gqview/patches/patch-aa | 13 | ||||
-rw-r--r-- | graphics/gqview/patches/patch-ab | 15 | ||||
-rw-r--r-- | graphics/gqview/patches/patch-ac | 15 |
5 files changed, 8 insertions, 54 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index 5c8bcc34a54..d812ebdfd9b 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2002/11/18 08:04:47 salo Exp $ +# $NetBSD: Makefile,v 1.33 2002/11/30 14:50:13 grant Exp $ # DISTNAME= gqview-1.0.1 @@ -10,13 +10,13 @@ MAINTAINER= wiz@netbsd.org HOMEPAGE= http://gqview.sourceforge.net/ COMMENT= another gtk-based graphic file viewer -BUILD_USES_MSGFMT= yes +BUILD_USES_MSGFMT= # defined -USE_BUILDLINK2= yes -USE_X11BASE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG=no -MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" +USE_BUILDLINK2= # defined +USE_X11BASE= # defined +GNU_CONFIGURE= # defined +USE_PKGLOCALEDIR= # defined +CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG=no .include "../../devel/gettext-lib/buildlink2.mk" .include "../../graphics/gdk-pixbuf/buildlink2.mk" diff --git a/graphics/gqview/distinfo b/graphics/gqview/distinfo index 60a701e73cb..fb96c8a37c5 100644 --- a/graphics/gqview/distinfo +++ b/graphics/gqview/distinfo @@ -1,7 +1,4 @@ -$NetBSD: distinfo,v 1.11 2002/11/18 08:04:47 salo Exp $ +$NetBSD: distinfo,v 1.12 2002/11/30 14:50:14 grant Exp $ SHA1 (gqview-1.0.1.tar.gz) = 122de1c323bf06f3d45656cf02ee1bc48c5f7eac Size (gqview-1.0.1.tar.gz) = 607223 bytes -SHA1 (patch-aa) = fb27f09b2561a05a26c49b568f9fd6c38184241d -SHA1 (patch-ab) = 0e1bf4b38cdc6714c9ffcd06408f6b3fcb73d79d -SHA1 (patch-ac) = 87d158f119661ff7dfa74a801ad4cc341490854c diff --git a/graphics/gqview/patches/patch-aa b/graphics/gqview/patches/patch-aa deleted file mode 100644 index 131f6c5dee6..00000000000 --- a/graphics/gqview/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.14 2002/11/18 08:04:48 salo Exp $ - ---- src/Makefile.in.orig Tue Jan 1 19:20:23 2002 -+++ src/Makefile.in Mon Nov 18 02:32:02 2002 -@@ -95,7 +95,7 @@ - USE_NLS = @USE_NLS@ - VERSION = @VERSION@ - l = @l@ --localedir = @localedir@ -+localedir = $(prefix)/$(PKGLOCALEDIR)/locale - - SUBDIRS = icons - DIST_SUBDIRS = icons diff --git a/graphics/gqview/patches/patch-ab b/graphics/gqview/patches/patch-ab deleted file mode 100644 index 7bc2778b841..00000000000 --- a/graphics/gqview/patches/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ab,v 1.9 2002/11/18 08:04:48 salo Exp $ - ---- intl/Makefile.in.orig Tue Jan 1 18:28:50 2002 -+++ intl/Makefile.in Mon Nov 18 02:30:27 2002 -@@ -31,8 +31,8 @@ - libdir = $(exec_prefix)/lib - includedir = $(prefix)/include - datadir = $(prefix)/@DATADIRNAME@ --localedir = $(datadir)/locale --gnulocaledir = $(prefix)/share/locale -+localedir = $(prefix)/$(PKGLOCALEDIR)/locale -+gnulocaledir = $(localedir) - gettextsrcdir = @datadir@/gettext/intl - aliaspath = $(localedir):. - subdir = intl diff --git a/graphics/gqview/patches/patch-ac b/graphics/gqview/patches/patch-ac deleted file mode 100644 index c197c34c00b..00000000000 --- a/graphics/gqview/patches/patch-ac +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ac,v 1.3 2002/11/18 08:04:48 salo Exp $ - ---- po/Makefile.in.in.orig Tue Jan 1 18:28:50 2002 -+++ po/Makefile.in.in Mon Nov 18 02:29:46 2002 -@@ -19,8 +19,8 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - datadir = $(prefix)/@DATADIRNAME@ --localedir = $(datadir)/locale --gnulocaledir = $(prefix)/share/locale -+localedir = $(prefix)/$(PKGLOCALEDIR)/locale -+gnulocaledir = $(localedir) - gettextsrcdir = $(prefix)/share/gettext/po - subdir = po - |