diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-12-28 14:26:18 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-12-28 14:26:18 +0000 |
commit | 9fb6b523c2149d8125c11364795b8704bad1a732 (patch) | |
tree | a8945c5686537ace9102de13bf0e5588ff20490e /x11/gnome-panel | |
parent | 465bbfe921664a23e34f938271df7f1a27a1cec3 (diff) | |
download | pkgsrc-9fb6b523c2149d8125c11364795b8704bad1a732.tar.gz |
Use GCONF2_ENTRIES to register the panel-default-setup.entries file in the
GConf2 database. This makes the panel recognize the default configuration.
Bump PKGREVISION to 1.
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r-- | x11/gnome-panel/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 4965f34e85f..dc8343b84d6 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2003/12/14 23:34:16 xtraeme Exp $ +# $NetBSD: Makefile,v 1.18 2003/12/28 14:26:18 jmmv Exp $ # DISTNAME= gnome-panel-2.4.1 +PKGREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-panel/2.4/} EXTRACT_SUFX= .tar.bz2 @@ -38,6 +39,9 @@ GCONF2_SCHEMAS+= panel-object.schemas GCONF2_SCHEMAS+= panel-compatibility.schemas GCONF2_SCHEMAS+= workspace-switcher.schemas GCONF2_SCHEMAS+= window-list.schemas +GCONF2_ENTRIES= panel-default-setup.entries + +BUILDLINK_DEPENDS.GConf2= GConf2>=2.4.0.1nb1 .include "../../devel/GConf2/schemas.mk" .include "../../devel/libbonobo/buildlink2.mk" |