diff options
author | reed <reed@pkgsrc.org> | 2006-04-01 19:08:40 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-04-01 19:08:40 +0000 |
commit | 5cbd7f964f771693c67538ab1025b1cc47b75308 (patch) | |
tree | d075504dfef5ecc32a1e94e0b8b0c998df07f6e8 /print | |
parent | d540adbdeea9e82d861539c3198ab343d5c3f015 (diff) | |
download | pkgsrc-5cbd7f964f771693c67538ab1025b1cc47b75308.tar.gz |
Don't install PDF utilities here. I am about to import a new package
for this.
Bump PKGREVISION.
Configure with --enable-splash-output (that was default before).
Also --disable-utils.
Diffstat (limited to 'print')
-rw-r--r-- | print/poppler/Makefile | 10 | ||||
-rw-r--r-- | print/poppler/PLIST | 16 |
2 files changed, 7 insertions, 19 deletions
diff --git a/print/poppler/Makefile b/print/poppler/Makefile index 053f75c2937..b64fe91e289 100644 --- a/print/poppler/Makefile +++ b/print/poppler/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2006/04/01 17:58:03 reed Exp $ +# $NetBSD: Makefile,v 1.16 2006/04/01 19:08:40 reed Exp $ # .include "../../print/poppler/Makefile.common" -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= PDF rendering library @@ -21,8 +21,8 @@ INSTALLATION_DIRS+= share/doc/poppler CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} # TODO: Later add an option to choose Splash versus Cairo backend. -## Don't build the Splash graphics backend. -#CONFIGURE_ARGS+= --disable-splash-output +# Build the Splash graphics backend. +CONFIGURE_ARGS+= --enable-splash-output # Don't build the cairo graphics backend. CONFIGURE_ARGS+= --disable-cairo-output # Don't compile poppler qt wrapper. @@ -31,6 +31,8 @@ CONFIGURE_ARGS+= --disable-poppler-qt CONFIGURE_ARGS+= --disable-gtk-test # Don't compile GLib wrapper which also needs gtk2 CONFIGURE_ARGS+= --disable-poppler-glib +# Don't build and install the tools +CONFIGURE_ARGS+= --disable-utils .include "../../mk/bsd.prefs.mk" diff --git a/print/poppler/PLIST b/print/poppler/PLIST index a567a2379ec..0895037a861 100644 --- a/print/poppler/PLIST +++ b/print/poppler/PLIST @@ -1,21 +1,7 @@ -@comment $NetBSD: PLIST,v 1.4 2006/03/31 20:37:37 jmmv Exp $ -bin/pdffonts -bin/pdfimages -bin/pdfinfo -bin/pdftohtml -bin/pdftoppm -bin/pdftops -bin/pdftotext +@comment $NetBSD: PLIST,v 1.5 2006/04/01 19:08:40 reed Exp $ lib/libpoppler.la lib/pkgconfig/poppler-splash.pc lib/pkgconfig/poppler.pc -man/man1/pdffonts.1 -man/man1/pdfimages.1 -man/man1/pdfinfo.1 -man/man1/pdftohtml.1 -man/man1/pdftoppm.1 -man/man1/pdftops.1 -man/man1/pdftotext.1 share/doc/poppler/README share/doc/poppler/README-XPDF @dirrm share/doc/poppler |