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 /editors | |
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 'editors')
-rw-r--r-- | editors/ghex2/pkg-plist | 6 | ||||
-rw-r--r-- | editors/mlview/pkg-plist | 10 |
2 files changed, 4 insertions, 12 deletions
diff --git a/editors/ghex2/pkg-plist b/editors/ghex2/pkg-plist index e0080d42706e..cc67a2c842bc 100644 --- a/editors/ghex2/pkg-plist +++ b/editors/ghex2/pkg-plist @@ -1,7 +1,7 @@ bin/ghex2 -etc/gconf/gconf.xml.defaults/apps/ghex2/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/ghex2/%gconf.xml +@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/ghex2.schemas > /dev/null || /usr/bin/true etc/gconf/schemas/ghex2.schemas +@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/ghex2.schemas > /dev/null || /usr/bin/true include/gtkhex/accessiblegtkhex.h include/gtkhex/accessiblegtkhexfactory.h include/gtkhex/gtkhex.h @@ -143,8 +143,6 @@ share/locale/zh_TW/LC_MESSAGES/ghex-2.0.mo @dirrm share/gnome/help/ghex2/C @dirrm share/gnome/help/ghex2 @dirrm include/gtkhex -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/ghex2 -@dirrm etc/gconf/gconf.xml.defaults/apps/ghex2 @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/ghex/ghex-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/ghex/ghex2-de.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/ghex/ghex2-es.omf 2>/dev/null || /usr/bin/true diff --git a/editors/mlview/pkg-plist b/editors/mlview/pkg-plist index b6265f8dc816..664e30f146e1 100644 --- a/editors/mlview/pkg-plist +++ b/editors/mlview/pkg-plist @@ -1,9 +1,7 @@ bin/mlv -etc/gconf/gconf.xml.defaults/apps/mlview/colours/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/mlview/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/mlview/colours/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/mlview/%gconf.xml +@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/mlview.schemas > /dev/null || /usr/bin/true etc/gconf/schemas/mlview.schemas +@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/mlview.schemas > /dev/null || /usr/bin/true lib/libmlview.a lib/libmlview.so lib/libmlview.so.4 @@ -39,7 +37,3 @@ share/locale/sr/LC_MESSAGES/mlview.mo share/locale/sr@Latn/LC_MESSAGES/mlview.mo share/locale/sv/LC_MESSAGES/mlview.mo @dirrm share/gnome/mlview -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mlview/colours -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mlview -@dirrm etc/gconf/gconf.xml.defaults/apps/mlview/colours -@dirrm etc/gconf/gconf.xml.defaults/apps/mlview |