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 /devel/bugbuddy2 | |
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 'devel/bugbuddy2')
-rw-r--r-- | devel/bugbuddy2/pkg-plist | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/bugbuddy2/pkg-plist b/devel/bugbuddy2/pkg-plist index f5031a5fd62b..47734bac3ca0 100644 --- a/devel/bugbuddy2/pkg-plist +++ b/devel/bugbuddy2/pkg-plist @@ -1,7 +1,7 @@ bin/bug-buddy -etc/gconf/gconf.xml.defaults/apps/bug-buddy/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/bug-buddy/%gconf.xml +@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/bug-buddy.schemas > /dev/null || /usr/bin/true etc/gconf/schemas/bug-buddy.schemas +@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/bug-buddy.schemas > /dev/null || /usr/bin/true share/gnome/application-registry/bug-buddy.applications share/gnome/applications/bug-buddy.desktop share/gnome/bug-buddy/bug-buddy.glade @@ -161,8 +161,6 @@ share/locale/zh_TW/LC_MESSAGES/bug-buddy.mo @dirrm share/gnome/bug-buddy/bugzilla/gnome @dirrm share/gnome/bug-buddy/bugzilla @dirrm share/gnome/bug-buddy -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/bug-buddy -@dirrm etc/gconf/gconf.xml.defaults/apps/bug-buddy @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/bug-buddy/bug-buddy-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/bug-buddy/bug-buddy-de.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/bug-buddy/bug-buddy-es.omf 2>/dev/null || /usr/bin/true |