diff options
author | drochner <drochner@pkgsrc.org> | 2006-08-10 14:11:04 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-08-10 14:11:04 +0000 |
commit | 5c6eeb2dae85cbb9ee29b5032899f0ef125fe619 (patch) | |
tree | 6288a3df97655f7741a094e6be748197e6568a72 /devel | |
parent | 66ffe12718834686b3ce45e294213d5b05330dbc (diff) | |
download | pkgsrc-5c6eeb2dae85cbb9ee29b5032899f0ef125fe619.tar.gz |
install gtk-doc documentation in the gtk-doc standard path so that it
is found by the new "devhelp" documentation browser, bump PKGREVISION,
in response to PR pkg/34159 by "khorben@syn.localhost"
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libglade2/Makefile | 4 | ||||
-rw-r--r-- | devel/libglade2/PLIST | 46 |
2 files changed, 25 insertions, 25 deletions
diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile index fb9d6a4f9dd..9040036eae9 100644 --- a/devel/libglade2/Makefile +++ b/devel/libglade2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.47 2006/08/03 17:35:34 drochner Exp $ +# $NetBSD: Makefile,v 1.48 2006/08/10 14:11:04 drochner Exp $ # DISTNAME= libglade-2.6.0 +PKGREVISION= 1 PKGNAME= ${DISTNAME:S/libglade/libglade2/} CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libglade/2.6/} @@ -16,7 +17,6 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES PKGCONFIG_OVERRIDE= libglade-2.0.pc.in -CONFIGURE_ARGS+= --with-html-dir="${PREFIX}/share/doc/html" CONFIGURE_ARGS+= --without-xml-catalog XML_ENTRIES= system http://glade.gnome.org/glade-2.0.dtd \ diff --git a/devel/libglade2/PLIST b/devel/libglade2/PLIST index 6a79ace0f9f..8aa5e86560c 100644 --- a/devel/libglade2/PLIST +++ b/devel/libglade2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2006/08/03 17:35:34 drochner Exp $ +@comment $NetBSD: PLIST,v 1.15 2006/08/10 14:11:04 drochner Exp $ include/libglade-2.0/glade/glade-build.h include/libglade-2.0/glade/glade-init.h include/libglade-2.0/glade/glade-parser.h @@ -6,32 +6,32 @@ include/libglade-2.0/glade/glade-xml.h include/libglade-2.0/glade/glade.h lib/libglade-2.0.la lib/pkgconfig/libglade-2.0.pc -share/doc/html/libglade/GladeXML.html -share/doc/html/libglade/home.png -share/doc/html/libglade/index.html -share/doc/html/libglade/index.sgml -share/doc/html/libglade/left.png -share/doc/html/libglade/libglade-Libglade-Build.html -share/doc/html/libglade/libglade-Libglade-Initialisation.html -share/doc/html/libglade/libglade-Libglade-SAX-Parser.html -share/doc/html/libglade/libglade-dtd-exceptions.html -share/doc/html/libglade/libglade-dtd.html -share/doc/html/libglade/libglade-embedding.html -share/doc/html/libglade/libglade-extending.html -share/doc/html/libglade/libglade-i18n.html -share/doc/html/libglade/libglade-lib.html -share/doc/html/libglade/libglade-modules.html -share/doc/html/libglade/libglade-notes.html -share/doc/html/libglade/libglade.devhelp -share/doc/html/libglade/libglade.devhelp2 -share/doc/html/libglade/right.png -share/doc/html/libglade/style.css -share/doc/html/libglade/up.png +share/gtk-doc/html/libglade/GladeXML.html +share/gtk-doc/html/libglade/home.png +share/gtk-doc/html/libglade/index.html +share/gtk-doc/html/libglade/index.sgml +share/gtk-doc/html/libglade/left.png +share/gtk-doc/html/libglade/libglade-Libglade-Build.html +share/gtk-doc/html/libglade/libglade-Libglade-Initialisation.html +share/gtk-doc/html/libglade/libglade-Libglade-SAX-Parser.html +share/gtk-doc/html/libglade/libglade-dtd-exceptions.html +share/gtk-doc/html/libglade/libglade-dtd.html +share/gtk-doc/html/libglade/libglade-embedding.html +share/gtk-doc/html/libglade/libglade-extending.html +share/gtk-doc/html/libglade/libglade-i18n.html +share/gtk-doc/html/libglade/libglade-lib.html +share/gtk-doc/html/libglade/libglade-modules.html +share/gtk-doc/html/libglade/libglade-notes.html +share/gtk-doc/html/libglade/libglade.devhelp +share/gtk-doc/html/libglade/libglade.devhelp2 +share/gtk-doc/html/libglade/right.png +share/gtk-doc/html/libglade/style.css +share/gtk-doc/html/libglade/up.png @comment in xmlcatmgr: share/xml/catalog share/xml/libglade/glade-2.0.dtd @dirrm share/xml/libglade @comment in xmlcatmgr: @dirrm share/xml -@dirrm share/doc/html/libglade +@dirrm share/gtk-doc/html/libglade @exec ${MKDIR} %D/lib/libglade/2.0 @dirrm lib/libglade/2.0 @dirrm lib/libglade |