diff options
author | drochner <drochner@pkgsrc.org> | 2010-12-01 20:21:48 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-12-01 20:21:48 +0000 |
commit | b69e711f29b69081d46dfe6aff10933a69afbd33 (patch) | |
tree | 4e03018a52b8e8a3380d3517c004ccbb0789c45d /x11/gnome-panel | |
parent | 9b0ec39431bd2bcbbb5cd34e1dc8d776b79f8368 (diff) | |
download | pkgsrc-b69e711f29b69081d46dfe6aff10933a69afbd33.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/gnome-panel')
-rw-r--r-- | x11/gnome-panel/Makefile | 12 |
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 |