summaryrefslogtreecommitdiff
path: root/x11/gnome-panel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-panel/Makefile')
-rw-r--r--x11/gnome-panel/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile
index c867c8dee06..9b8b91c732d 100644
--- a/x11/gnome-panel/Makefile
+++ b/x11/gnome-panel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.125 2010/11/24 20:26:20 drochner Exp $
+# $NetBSD: Makefile,v 1.126 2010/12/01 20:21:48 drochner Exp $
#
DISTNAME= gnome-panel-2.32.1
@@ -24,6 +24,16 @@ USE_LIBTOOL= YES
PKGCONFIG_OVERRIDE= libpanel-applet/libpanelapplet-2.0.pc.in
CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
+# XXX this pkg installs a gio module to ${PREFIX}/lib/gnome-panel/modules
+# but there are two problems with this:
+# - this is not the standard module location, glib2/modules.mk
+# does not deal with this yet
+# - even if called with the correct path, the resulting "giomodule.cache"
+# is empty, which looks like another problem
+# XXX so for now, just disable "giomodule.cache" creation to fix the
+# PLIST problem reported in PR pkg/44181, until the issue is understood
+TOOLS_NOOP+= gio-querymodules
+
GCONF_SCHEMAS= clock.schemas
GCONF_SCHEMAS+= fish.schemas
GCONF_SCHEMAS+= panel-global.schemas