summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-05-03 11:00:36 +0000
committerfrueauf <frueauf>1998-05-03 11:00:36 +0000
commite80f069b81093cdf85b21fd7cc04cff227a42cdb (patch)
treeb157bdfdbd4f4536f624fc50f7c9000a877b9bc9 /graphics
parent6a4805bef4ae991a6ec5b0f2c886e178d83ae62b (diff)
downloadpkgsrc-e80f069b81093cdf85b21fd7cc04cff227a42cdb.tar.gz
Enable installation of info files and man page, fixes pr 5320.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gimp/Makefile6
-rw-r--r--graphics/gimp/patches/patch-ac11
-rw-r--r--graphics/gimp/pkg/PLIST9
3 files changed, 24 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index 1180892a727..9ae9741b7b4 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1998/04/22 14:22:41 agc Exp $
+# $NetBSD: Makefile,v 1.12 1998/05/03 11:00:36 frueauf Exp $
DISTNAME= gimp-0.99.26
CATEGORIES= graphics
@@ -26,6 +26,10 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
CFLAGS= -pipe -O2 -I${LOCALBASE}/include -I${X11BASE}/include
USE_GTEXINFO= yes
+MAN1= gimp.1
+
+INFO_FILES= pdb.info
+
post-configure:
@${ECHO_MSG} "--> now configuring in ${GIMP_DATA}"
@(cd ${WRKDIR}/${GIMP_DATA} && ${SETENV} ${CONFIGURE_ENV} ${SH} \
diff --git a/graphics/gimp/patches/patch-ac b/graphics/gimp/patches/patch-ac
new file mode 100644
index 00000000000..838300580aa
--- /dev/null
+++ b/graphics/gimp/patches/patch-ac
@@ -0,0 +1,11 @@
+--- Makefile.in-orig Sun Apr 12 00:42:59 1998
++++ Makefile.in Sun May 3 01:35:04 1998
+@@ -111,7 +111,7 @@
+ palettedata = @palettedata@
+ patterndata = @patterndata@
+
+-SUBDIRS = libgimp plug-ins app data
++SUBDIRS = libgimp plug-ins app data docs
+
+ EXTRA_DIST = TODO NOTES gtkrc gimp_logo.ppm gimp_splash.ppm rmshm user_install gimp_tips.txt ps-menurc
+
diff --git a/graphics/gimp/pkg/PLIST b/graphics/gimp/pkg/PLIST
index 99d6f869da6..d5224a326e1 100644
--- a/graphics/gimp/pkg/PLIST
+++ b/graphics/gimp/pkg/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.4 1998/04/15 20:48:13 tron Exp $
+@comment $NetBSD: PLIST,v 1.5 1998/05/03 11:00:36 frueauf Exp $
bin/gimp
+man/man1/gimp.1
include/gck/gck.h
include/gck/gckcolor.h
include/gck/gckcommon.h
@@ -602,6 +603,12 @@ share/gimp/scripts/weave.scm
share/gimp/scripts/web-browser.scm
share/gimp/scripts/xach-effect.scm
share/gimp/user_install
+@unexec install-info --delete %D/info/pdb.info %D/info/dir
+info/pdb.info
+info/pdb.info-1
+info/pdb.info-2
+@exec ([ ! -f %D/info/dir ] && /usr/bin/sed -ne '1,/Menu:/p' ${LOCALBASE}/info/dir > %D/info/dir) || /usr/bin/true
+@exec install-info %D/info/pdb.info %D/info/dir
@dirrm include/libgimp
@dirrm include/gck
@dirrm lib/gimp/0.99/plug-ins