summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordrochner <drochner>2010-12-01 20:21:48 +0000
committerdrochner <drochner>2010-12-01 20:21:48 +0000
commit267584ecd7c8b84d5881c1a7d219413777247ed8 (patch)
tree4e03018a52b8e8a3380d3517c004ccbb0789c45d /x11
parentb309a4a600edc1ee9414479685b106161541a5a8 (diff)
downloadpkgsrc-267584ecd7c8b84d5881c1a7d219413777247ed8.tar.gz
deal with the PLIST problem reported in PR pkg/44181 by Robert Elz,
in this case it is not as easy as it looks, see the comment added to the Makefile -- just avoid creation of the useless cache file for now
Diffstat (limited to 'x11')
-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