diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-02-18 14:55:54 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-02-18 14:55:54 +0000 |
commit | dea9abf569e6bf5f024e032f5c7ed7656781f75e (patch) | |
tree | 26f00e45e25757159b4808978c93e8b672cac4c4 /x11/gnome-panel | |
parent | e3f5102cf0fedade45366b1f342d152434e80e57 (diff) | |
download | pkgsrc-dea9abf569e6bf5f024e032f5c7ed7656781f75e.tar.gz |
Use the omf.mk file provided by the scrollkeeper package to automatically
rebuild the documentation database at install/deinstall time. This means
that:
- PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly;
this is done by a bsd.pkg.install.mk template.
- The share/omf directory is only removed by scrollkeeper, which is the
last package in the dependancy tree.
- PKGREVISION is bumped.
Reviewed by wiz.
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r-- | x11/gnome-panel/Makefile | 7 | ||||
-rw-r--r-- | x11/gnome-panel/PLIST | 3 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index dce4aba0428..53c400c3a9f 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2003/02/15 12:02:33 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2003/02/18 14:56:04 jmmv Exp $ # DISTNAME= gnome-panel-2.2.0.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-panel/2.2/} EXTRACT_SUFX= .tar.bz2 @@ -24,7 +24,6 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool CONFIGURE_ARGS+= --enable-gtk-doc=no CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html -CONFIGURE_ARGS+= --localstatedir=${SCROLLKEEPER_DATADIR} EGDIR= ${PREFIX}/share/examples/gnome-panel .if defined(PKG_SYSCONFDIR.libgnome) @@ -50,7 +49,7 @@ GCONF2_SCHEMAS+= tasklist.schemas .include "../../devel/libgnomeui/buildlink2.mk" .include "../../devel/gettext-lib/buildlink2.mk" .include "../../sysutils/gnome-vfs2/buildlink2.mk" -.include "../../textproc/scrollkeeper/buildlink2.mk" +.include "../../textproc/scrollkeeper/omf.mk" .include "../../x11/gnome-desktop/buildlink2.mk" .include "../../x11/gnome2-control-center/buildlink2.mk" diff --git a/x11/gnome-panel/PLIST b/x11/gnome-panel/PLIST index f06692ac0ae..6da1a33da93 100644 --- a/x11/gnome-panel/PLIST +++ b/x11/gnome-panel/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2003/02/15 12:02:34 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/02/18 14:56:04 jmmv Exp $ bin/gnome-desktop-item-edit bin/gnome-panel bin/gnome-panel-preferences @@ -150,6 +150,7 @@ share/pixmaps/mailcheck2/tux-anim.png @dirrm share/pixmaps/mailcheck2 @dirrm share/pixmaps/fish2 @dirrm share/omf/gnome-panel +@comment in scrollkeeper: @dirrm share/omf @dirrm share/idl/gnome-panel-2.0 @dirrm share/gnome/panel2 @dirrm share/gnome/help/workspace-switcher/C/figures |