pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gimp gimp2 isn't supported by print/gimp-prin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab893450757f
branches:  trunk
changeset: 473134:ab893450757f
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Apr 16 16:16:50 2004 +0000

description:
gimp2 isn't supported by print/gimp-print yet, so enable the
builtin print widget
(skip PKGREVISION bump because this pkg was just updated)

diffstat:

 graphics/gimp/Makefile |  5 +++--
 graphics/gimp/PLIST    |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (43 lines):

diff -r a57ed65c86c5 -r ab893450757f graphics/gimp/Makefile
--- a/graphics/gimp/Makefile    Fri Apr 16 16:12:14 2004 +0000
+++ b/graphics/gimp/Makefile    Fri Apr 16 16:16:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.94 2004/04/15 08:37:38 adam Exp $
+# $NetBSD: Makefile,v 1.95 2004/04/16 16:16:50 drochner Exp $
 #
 
 DISTNAME=      gimp-2.0.1
@@ -36,7 +36,7 @@
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-perl
-CONFIGURE_ARGS+=       --disable-print
+#CONFIGURE_ARGS+=      --disable-print
 CONFIGURE_ARGS+=       --disable-python
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --with-html-dir=${PREFIX}/share/doc/html/${PKGNAME}
@@ -62,6 +62,7 @@
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../graphics/libwmf/buildlink3.mk"
+.include "../../print/gimp-print-lib/buildlink3.mk"
 .include "../../www/libgtkhtml/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 
diff -r a57ed65c86c5 -r ab893450757f graphics/gimp/PLIST
--- a/graphics/gimp/PLIST       Fri Apr 16 16:12:14 2004 +0000
+++ b/graphics/gimp/PLIST       Fri Apr 16 16:16:50 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2004/04/15 08:37:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2004/04/16 16:16:50 drochner Exp $
 bin/gimp
 bin/gimp-2.0
 bin/gimp-remote
@@ -259,6 +259,7 @@
 lib/gimp/2.0/plug-ins/pnm
 lib/gimp/2.0/plug-ins/polar
 lib/gimp/2.0/plug-ins/postscript
+lib/gimp/2.0/plug-ins/print
 lib/gimp/2.0/plug-ins/psd
 lib/gimp/2.0/plug-ins/psd_save
 lib/gimp/2.0/plug-ins/psp



Home | Main Index | Thread Index | Old Index