diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-01-05 22:12:32 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-01-05 22:12:32 +0000 |
commit | 0cf3c7f4b3f2f7c1c344004f842d18942bccdcf2 (patch) | |
tree | e1c5306478c7608d3fad8b9e7cd68e57508a0b2b | |
parent | 117ad7ec15bf99070a2094d21c1c445464810f8c (diff) | |
download | pkgsrc-0cf3c7f4b3f2f7c1c344004f842d18942bccdcf2.tar.gz |
Install documentation under share/doc/html, not share/gtk-doc/html.
Avoid dependancy on gtk-doc (as the package ships with pre-generated
documents) and on gnu gettext (not needed any longer). Some PLIST fixes.
Bump PKGREVISION to 4.
-rw-r--r-- | devel/GConf2/Makefile | 9 | ||||
-rw-r--r-- | devel/GConf2/PLIST | 43 |
2 files changed, 44 insertions, 8 deletions
diff --git a/devel/GConf2/Makefile b/devel/GConf2/Makefile index d02d0bfc35d..640f3f37979 100644 --- a/devel/GConf2/Makefile +++ b/devel/GConf2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2003/01/03 15:26:55 jmmv Exp $ +# $NetBSD: Makefile,v 1.11 2003/01/05 22:12:32 jmmv Exp $ # DISTNAME= GConf-1.2.1 PKGNAME= ${DISTNAME:S/GConf/GConf2/} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/GConf/1.2/} EXTRACT_SUFX= .tar.bz2 @@ -14,7 +14,6 @@ COMMENT= configuration database system used by GNOME (v2) BUILD_USES_MSGFMT= yes -USE_GNU_GETTEXT= yes USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes @@ -24,12 +23,14 @@ USE_PERL5= build LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html +CONFIGURE_ARGS+= --enable-gtk-doc=no + .include "../../devel/gettext-lib/buildlink2.mk" .include "../../devel/glib2/buildlink2.mk" .include "../../devel/popt/buildlink2.mk" .include "../../net/ORBit2/buildlink2.mk" .include "../../net/linc/buildlink2.mk" -.include "../../textproc/gtk-doc/buildlink2.mk" .include "../../textproc/libxml2/buildlink2.mk" .include "../../x11/gtk2/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/GConf2/PLIST b/devel/GConf2/PLIST index e41f9f9f523..108a95fbeb6 100644 --- a/devel/GConf2/PLIST +++ b/devel/GConf2/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.6 2002/12/09 16:01:16 tron Exp $ +@comment $NetBSD: PLIST,v 1.7 2003/01/05 22:12:33 jmmv Exp $ bin/gconftool-2 +etc/gconf/2/path include/gconf/2/gconf/gconf-changeset.h include/gconf/2/gconf/gconf-client.h include/gconf/2/gconf/gconf-engine.h @@ -21,6 +22,36 @@ lib/pkgconfig/gconf-2.0.pc libexec/gconf-sanity-check-2 libexec/gconfd-2 share/aclocal/gconf-2.m4 +share/doc/html/gconf/c120.html +share/doc/html/gconf/c21.html +share/doc/html/gconf/c381.html +share/doc/html/gconf/c490.html +share/doc/html/gconf/conventions.html +share/doc/html/gconf/gconf-client-reference.html +share/doc/html/gconf/gconf-client.html +share/doc/html/gconf/gconf-gconf-backend.html +share/doc/html/gconf/gconf-gconf-changeset.html +share/doc/html/gconf/gconf-gconf-engine.html +share/doc/html/gconf/gconf-gconf-error.html +share/doc/html/gconf/gconf-gconf-internals.html +share/doc/html/gconf/gconf-gconf-listeners.html +share/doc/html/gconf/gconf-gconf-locale.html +share/doc/html/gconf/gconf-gconf-schema.html +share/doc/html/gconf/gconf-gconf-sources.html +share/doc/html/gconf/gconf-gconf-value.html +share/doc/html/gconf/gconf-gconf.html +share/doc/html/gconf/gconf-internals-reference.html +share/doc/html/gconf/gconf-reference.html +share/doc/html/gconf/gconfclient.html +share/doc/html/gconf/gconftool.html +share/doc/html/gconf/index.html +share/doc/html/gconf/index.sgml +share/doc/html/gconf/x184.html +share/doc/html/gconf/x236.html +share/doc/html/gconf/x289.html +share/doc/html/gconf/x42.html +share/doc/html/gconf/x462.html +share/doc/html/gconf/x485.html ${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/GConf2.mo ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/GConf2.mo ${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/GConf2.mo @@ -56,11 +87,15 @@ ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/GConf2.mo ${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/GConf2.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/GConf2.mo ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/GConf2.mo -@exec ${MKDIR} %D/share/gtk-doc/html/gconf -@dirrm share/gtk-doc/html/gconf -@unexec ${RMDIR} -p %D/gtk-doc/html 2>/dev/null || ${TRUE} +@dirrm share/doc/html/gconf @dirrm lib/GConf/2 @unexec ${RMDIR} -p %D/lib/GConf 2>/dev/null || ${TRUE} @dirrm include/gconf/2/gconf @dirrm include/gconf/2 @unexec ${RMDIR} -p %D/include/gconf 2>/dev/null || ${TRUE} +@exec ${MKDIR} %D/etc/gconf/gconf.xml.mandatory +@dirrm etc/gconf/gconf.xml.mandatory +@exec ${MKDIR} %D/etc/gconf/gconf.xml.defaults +@dirrm etc/gconf/gconf.xml.defaults +@dirrm etc/gconf/2 +@dirrm etc/gconf |