From 0ea0df3ec446677bc8910fbc8d027a8efb799c2b Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Wed, 7 Jul 2004 16:23:51 +0000 Subject: Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 or those ports will not work. Please see the more detail about this: http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html Also, please check http://www.freebsd.org/gnome/docs/porting.html for the update about gconf, gconf.pl script and etc. Approved by: marcus (portmgr hat) Reviewed by: My team, FreeBSD GNOME Team --- x11/gnome-terminal/pkg-plist | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) (limited to 'x11/gnome-terminal') diff --git a/x11/gnome-terminal/pkg-plist b/x11/gnome-terminal/pkg-plist index 50b0f08e2848..94a2c56928af 100644 --- a/x11/gnome-terminal/pkg-plist +++ b/x11/gnome-terminal/pkg-plist @@ -1,15 +1,7 @@ bin/gnome-terminal -etc/gconf/gconf.xml.defaults/apps/gnome-terminal/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnome-terminal/global/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnome-terminal/keybindings/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnome-terminal/profiles/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnome-terminal/profiles/Default/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/global/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/keybindings/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/profiles/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/profiles/Default/%gconf.xml +@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/gnome-terminal.schemas > /dev/null || /usr/bin/true etc/gconf/schemas/gnome-terminal.schemas +@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/gnome-terminal.schemas > /dev/null || /usr/bin/true libdata/bonobo/servers/gnome-terminal.server share/gnome/application-registry/gnome-terminal.applications share/gnome/applications/gnome-terminal.desktop @@ -173,16 +165,6 @@ share/locale/zh_TW/LC_MESSAGES/gnome-terminal.mo @dirrm share/gnome/help/gnome-terminal/de/figures @dirrm share/gnome/help/gnome-terminal/de @dirrm share/gnome/help/gnome-terminal/C/figures -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/profiles/Default -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/profiles -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/keybindings -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/global -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal/profiles/Default -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal/profiles -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal/keybindings -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal/global -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-de.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-es.omf 2>/dev/null || /usr/bin/true -- cgit v1.2.3