pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gnome-panel Use GCONF2_ENTRIES to register the pan...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a2f1a6a0aa43
branches:  trunk
changeset: 465355:a2f1a6a0aa43
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Dec 28 14:26:18 2003 +0000

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

 x11/gnome-panel/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 11f705911a4c -r a2f1a6a0aa43 x11/gnome-panel/Makefile
--- a/x11/gnome-panel/Makefile  Sun Dec 28 14:24:49 2003 +0000
+++ b/x11/gnome-panel/Makefile  Sun Dec 28 14:26:18 2003 +0000
@@ -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-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"



Home | Main Index | Thread Index | Old Index