summaryrefslogtreecommitdiff
path: root/x11/gnome-panel
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-12-28 14:26:18 +0000
committerjmmv <jmmv>2003-12-28 14:26:18 +0000
commiteca863efd07239640508f464aec884728aba2654 (patch)
treea8945c5686537ace9102de13bf0e5588ff20490e /x11/gnome-panel
parentf78499d34b140caf413781869741ccc7e04c6b40 (diff)
downloadpkgsrc-eca863efd07239640508f464aec884728aba2654.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/Makefile6
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"