pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/librsvg2 Do not rely on the heavy gtk-doc dep...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c2bbd57b989
branches:  trunk
changeset: 510558:7c2bbd57b989
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Mar 31 09:08:08 2006 +0000

description:
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:

 graphics/librsvg2/Makefile |   7 +++----
 graphics/librsvg2/PLIST    |  20 +-------------------
 2 files changed, 4 insertions(+), 23 deletions(-)

diffs (68 lines):

diff -r 6afce137f3d8 -r 7c2bbd57b989 graphics/librsvg2/Makefile
--- a/graphics/librsvg2/Makefile        Fri Mar 31 09:00:41 2006 +0000
+++ b/graphics/librsvg2/Makefile        Fri Mar 31 09:08:08 2006 +0000
@@ -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 @@
 
 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 @@
 
 .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 -r 6afce137f3d8 -r 7c2bbd57b989 graphics/librsvg2/PLIST
--- a/graphics/librsvg2/PLIST   Fri Mar 31 09:00:41 2006 +0000
+++ b/graphics/librsvg2/PLIST   Fri Mar 31 09:08:08 2006 +0000
@@ -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/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



Home | Main Index | Thread Index | Old Index