diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-03-31 09:08:08 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-03-31 09:08:08 +0000 |
commit | 10352b7139e9178e089baeb3f30f1987efc8b5a6 (patch) | |
tree | 4d1badbce8f5d097b635a527ac429355230626d5 /graphics/librsvg2 | |
parent | 245aa7a03f581fa996e2a857a0b6dd6c8adad61b (diff) | |
download | pkgsrc-10352b7139e9178e089baeb3f30f1987efc8b5a6.tar.gz |
Do not rely on the heavy gtk-doc dependency. It is a pity that the
package does not come with prebuilt documentation, but this is a bug
in the distfile itself. The docs should be included, and will
hopefully be in the next release. Bump PKGREVISION to 2.
(I have hit this same problem over and over again in all gtk-doc-using
packages and it's still unknown why it happens.)
Diffstat (limited to 'graphics/librsvg2')
-rw-r--r-- | graphics/librsvg2/Makefile | 7 | ||||
-rw-r--r-- | graphics/librsvg2/PLIST | 20 |
2 files changed, 4 insertions, 23 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index b46c585fa86..e26bf6713bd 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.46 2006/03/21 06:00:46 jlam Exp $ +# $NetBSD: Makefile,v 1.47 2006/03/31 09:08:08 jmmv Exp $ # DISTNAME= librsvg-2.14.2 PKGNAME= ${DISTNAME:S/-/2-/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/librsvg/2.14/} EXTRACT_SUFX= .tar.bz2 @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE= librsvg-2.0.pc.in -CONFIGURE_ARGS+= --enable-gtk-doc +CONFIGURE_ARGS+= --disable-gtk-doc CONFIGURE_ARGS+= --with-gimp=no CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/librsvg2 CONFIGURE_ARGS+= --with-tags= @@ -33,7 +33,6 @@ GTK2_LOADERS= yes .include "../../devel/libgsf/buildlink3.mk" .include "../../print/libgnomeprintui/buildlink3.mk" -.include "../../textproc/gtk-doc/buildlink3.mk" BUILDLINK_DEPENDS.libcroco+= libcroco>=0.6.1 .include "../../textproc/libcroco/buildlink3.mk" .include "../../x11/gtk2/modules.mk" diff --git a/graphics/librsvg2/PLIST b/graphics/librsvg2/PLIST index bde90e48267..493c9f6e304 100644 --- a/graphics/librsvg2/PLIST +++ b/graphics/librsvg2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2006/03/12 20:02:06 wiz Exp $ +@comment $NetBSD: PLIST,v 1.14 2006/03/31 09:08:08 jmmv Exp $ bin/rsvg bin/rsvg-convert bin/rsvg-view @@ -11,26 +11,8 @@ lib/gtk-2.0/2.4.0/loaders/svg_loader.la lib/librsvg-2.la lib/pkgconfig/librsvg-2.0.pc man/man1/rsvg.1 -share/doc/librsvg2/home.png -share/doc/librsvg2/index.html -share/doc/librsvg2/index.sgml -share/doc/librsvg2/ix01.html -share/doc/librsvg2/left.png -share/doc/librsvg2/pt02.html -share/doc/librsvg2/pt03.html -share/doc/librsvg2/pt04.html -share/doc/librsvg2/right.png -share/doc/librsvg2/rsvg-Cairo.html -share/doc/librsvg2/rsvg-Core-API.html -share/doc/librsvg2/rsvg-GdkPixbuf.html -share/doc/librsvg2/rsvg.devhelp -share/doc/librsvg2/rsvg.devhelp2 -share/doc/librsvg2/rsvg.html -share/doc/librsvg2/style.css -share/doc/librsvg2/up.png share/pixmaps/svg-viewer.svg @comment in xdg-dirs: @dirrm share/pixmaps -@dirrm share/doc/librsvg2 @comment in gtk2: @dirrm lib/gtk-2.0/2.4.0/loaders @comment in gtk2: @dirrm lib/gtk-2.0/2.4.0/engines @dirrm include/librsvg-2/librsvg |