diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-07-08 00:23:51 +0800 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-07-08 00:23:51 +0800 |
commit | 0ea0df3ec446677bc8910fbc8d027a8efb799c2b (patch) | |
tree | 56036dd723cd7d4e241aa4fdb824e3dd98284e61 /multimedia/quark | |
parent | 609543e92b7e1c0814c7296c7347eb47be3e0c89 (diff) | |
download | freebsd-ports-gnome-0ea0df3ec446677bc8910fbc8d027a8efb799c2b.tar.gz freebsd-ports-gnome-0ea0df3ec446677bc8910fbc8d027a8efb799c2b.tar.zst freebsd-ports-gnome-0ea0df3ec446677bc8910fbc8d027a8efb799c2b.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 'multimedia/quark')
-rw-r--r-- | multimedia/quark/pkg-plist | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/multimedia/quark/pkg-plist b/multimedia/quark/pkg-plist index ece1238715b4..e2b09b0b3b0a 100644 --- a/multimedia/quark/pkg-plist +++ b/multimedia/quark/pkg-plist @@ -1,14 +1,12 @@ bin/charm-quark bin/quark bin/strange-quark -etc/gconf/gconf.xml.defaults/apps/quark/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/quark/playlist/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/quark/recent/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/quark/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/quark/playlist/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/quark/recent/%gconf.xml +@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/quark.schemas > /dev/null || /usr/bin/true etc/gconf/schemas/quark.schemas +@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/quark.schemas > /dev/null || /usr/bin/true +@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/strange-quark.schemas > /dev/null || /usr/bin/true etc/gconf/schemas/strange-quark.schemas +@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/strange-quark.schemas > /dev/null || /usr/bin/true %%PORTDOCS%%share/doc/quark/AUTHORS %%PORTDOCS%%share/doc/quark/COPYING %%PORTDOCS%%share/doc/quark/INSTALL @@ -17,9 +15,3 @@ share/gnome/applications/quark.desktop share/gnome/pixmaps/quark.png share/locale/ko/LC_MESSAGES/quark.mo @dirrm share/doc/quark -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/quark/recent -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/quark/playlist -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/quark -@dirrm etc/gconf/gconf.xml.defaults/apps/quark/recent -@dirrm etc/gconf/gconf.xml.defaults/apps/quark/playlist -@dirrm etc/gconf/gconf.xml.defaults/apps/quark |