diff options
author | mezz <mezz@FreeBSD.org> | 2004-07-07 16:23:51 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-07-07 16:23:51 +0000 |
commit | 5e4b8790736a49076526628afdbbdf0d091b3824 (patch) | |
tree | 217345b76a6d5aee64515fde6aaf8c71d42dd8f8 /mail/evolution-exchange | |
parent | e3023543f814ef99633f0324abc8f22c539cf1ab (diff) | |
download | FreeBSD-ports-5e4b8790736a49076526628afdbbdf0d091b3824.zip FreeBSD-ports-5e4b8790736a49076526628afdbbdf0d091b3824.tar.gz |
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 'mail/evolution-exchange')
-rw-r--r-- | mail/evolution-exchange/pkg-plist | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/evolution-exchange/pkg-plist b/mail/evolution-exchange/pkg-plist index 4d9afd0..2041a03 100644 --- a/mail/evolution-exchange/pkg-plist +++ b/mail/evolution-exchange/pkg-plist @@ -1,7 +1,7 @@ bin/ximian-connector-setup -etc/gconf/gconf.xml.defaults/apps/evolution/exchange/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/evolution/exchange/%gconf.xml +@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/apps_evolution_exchange.schemas > /dev/null || /usr/bin/true etc/gconf/schemas/apps_evolution_exchange.schemas +@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/apps_evolution_exchange.schemas > /dev/null || /usr/bin/true lib/evolution/%%EVO_VERSION%%/camel-providers/libcamelexchange.so lib/evolution/%%EVO_VERSION%%/camel-providers/libcamelexchange.urls libdata/bonobo/servers/GNOME_Evolution_Exchange_Storage.server @@ -19,5 +19,3 @@ share/locale/de/LC_MESSAGES/ximian-connector-%%VERSION%%.mo @dirrm share/gnome/ximian-connector/%%VERSION%%/glade @dirrm share/gnome/ximian-connector/%%VERSION%% @dirrm share/gnome/ximian-connector -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/evolution/exchange -@dirrm etc/gconf/gconf.xml.defaults/apps/evolution/exchange |