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 /graphics | |
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 'graphics')
-rw-r--r-- | graphics/eog2/pkg-plist | 14 | ||||
-rw-r--r-- | graphics/gpdf/pkg-plist | 14 |
2 files changed, 4 insertions, 24 deletions
diff --git a/graphics/eog2/pkg-plist b/graphics/eog2/pkg-plist index b7bacd8b1591..ad367ab44cba 100644 --- a/graphics/eog2/pkg-plist +++ b/graphics/eog2/pkg-plist @@ -1,15 +1,7 @@ bin/eog -etc/gconf/gconf.xml.defaults/apps/eog/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/eog/full_screen/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/eog/ui/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/eog/view/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/eog/window/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/eog/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/eog/full_screen/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/eog/ui/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/eog/view/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/eog/window/%gconf.xml +@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/eog.schemas > /dev/null || /usr/bin/true etc/gconf/schemas/eog.schemas +@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/eog.schemas > /dev/null || /usr/bin/true libdata/bonobo/servers/GNOME_EOG.server libdata/bonobo/servers/GNOME_EOG_Collection.server libexec/eog-collection-view @@ -171,8 +163,6 @@ share/locale/zh_TW/LC_MESSAGES/eog.mo @dirrm share/gnome/help/eog/C/figures @dirrm share/gnome/eog/glade @dirrm share/gnome/eog -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/eog/ui -@dirrm etc/gconf/gconf.xml.defaults/apps/eog/ui @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/eog/eog-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/eog/eog-de.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/eog/eog-es.omf 2>/dev/null || /usr/bin/true diff --git a/graphics/gpdf/pkg-plist b/graphics/gpdf/pkg-plist index 28ab37581abc..082964bf611a 100644 --- a/graphics/gpdf/pkg-plist +++ b/graphics/gpdf/pkg-plist @@ -1,11 +1,7 @@ bin/gpdf -etc/gconf/gconf.xml.defaults/apps/gpdf/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gpdf/UI/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gpdf/UI/Windows/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gpdf/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gpdf/UI/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gpdf/UI/Windows/%gconf.xml +@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/gpdf.schemas > /dev/null || /usr/bin/true etc/gconf/schemas/gpdf.schemas +@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/gpdf.schemas > /dev/null || /usr/bin/true libdata/bonobo/servers/GNOME_PDF.server libexec/gnome-pdf-viewer share/gnome/application-registry/gpdf.applications @@ -111,12 +107,6 @@ share/locale/zh_TW/LC_MESSAGES/gpdf.mo @dirrm share/gnome/help/gpdf @dirrm share/gnome/gpdf/glade @dirrm share/gnome/gpdf -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gpdf/UI/Windows -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gpdf/UI -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gpdf -@dirrm etc/gconf/gconf.xml.defaults/apps/gpdf/UI/Windows -@dirrm etc/gconf/gconf.xml.defaults/apps/gpdf/UI -@dirrm etc/gconf/gconf.xml.defaults/apps/gpdf @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gpdf/gpdf-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gpdf/gpdf-de.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gpdf/gpdf-es.omf 2>/dev/null || /usr/bin/true |