diff options
author | mezz <mezz@FreeBSD.org> | 2004-07-08 00:23:51 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-07-08 00:23:51 +0800 |
commit | 5e4b8790736a49076526628afdbbdf0d091b3824 (patch) | |
tree | 217345b76a6d5aee64515fde6aaf8c71d42dd8f8 /net/gnome-netstatus | |
parent | e3023543f814ef99633f0324abc8f22c539cf1ab (diff) | |
download | freebsd-ports-gnome-5e4b8790736a49076526628afdbbdf0d091b3824.tar.gz freebsd-ports-gnome-5e4b8790736a49076526628afdbbdf0d091b3824.tar.zst freebsd-ports-gnome-5e4b8790736a49076526628afdbbdf0d091b3824.zip |
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
Diffstat (limited to 'net/gnome-netstatus')
-rw-r--r-- | net/gnome-netstatus/pkg-plist | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/gnome-netstatus/pkg-plist b/net/gnome-netstatus/pkg-plist index 6d5cab2731d2..ac6ed0a828be 100644 --- a/net/gnome-netstatus/pkg-plist +++ b/net/gnome-netstatus/pkg-plist @@ -1,7 +1,6 @@ -etc/gconf/gconf.xml.defaults/apps/netstatus_applet/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/netstatus_applet/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/netstatus_applet/prefs/%gconf.xml +@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/netstatus.schemas > /dev/null || /usr/bin/true etc/gconf/schemas/netstatus.schemas +@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/netstatus.schemas > /dev/null || /usr/bin/true libdata/bonobo/servers/GNOME_NetstatusApplet_Factory.server libexec/gnome-netstatus-applet share/gnome/gnome-2.0/ui/GNOME_NetstatusApplet.xml @@ -193,9 +192,6 @@ share/locale/zh_CN/LC_MESSAGES/gnome-netstatus.mo @dirrm share/gnome/help/gnome-netstatus/C @dirrm share/gnome/help/gnome-netstatus @dirrm share/gnome/gnome-netstatus -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/netstatus_applet/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/netstatus_applet -@dirrm etc/gconf/gconf.xml.defaults/apps/netstatus_applet @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-netstatus/gnome-netstatus-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-netstatus/gnome-netstatus-de.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-netstatus/gnome-netstatus-es.omf 2>/dev/null || /usr/bin/true |