pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libglade2 install gtk-doc documentation in the g...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d013fabd6e2
branches:  trunk
changeset: 517410:0d013fabd6e2
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Aug 10 14:11:04 2006 +0000

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

 devel/libglade2/Makefile |   4 ++--
 devel/libglade2/PLIST    |  46 +++++++++++++++++++++++-----------------------
 2 files changed, 25 insertions(+), 25 deletions(-)

diffs (85 lines):

diff -r 1ed3ceca54cd -r 0d013fabd6e2 devel/libglade2/Makefile
--- a/devel/libglade2/Makefile  Thu Aug 10 14:07:55 2006 +0000
+++ b/devel/libglade2/Makefile  Thu Aug 10 14:11:04 2006 +0000
@@ -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 @@
 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 -r 1ed3ceca54cd -r 0d013fabd6e2 devel/libglade2/PLIST
--- a/devel/libglade2/PLIST     Thu Aug 10 14:07:55 2006 +0000
+++ b/devel/libglade2/PLIST     Thu Aug 10 14:11:04 2006 +0000
@@ -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.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



Home | Main Index | Thread Index | Old Index