diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-07 09:55:27 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-07 09:55:27 +0800 |
commit | 379ae0ccb2b000295bd6ef507bb8c920f4d0eb95 (patch) | |
tree | b846b7dd4e038e02895ca2e9924f073fc0ab02a9 /math | |
parent | 9d9d688b94825e1f18590125a204abe6eeb00981 (diff) | |
download | marcuscom-ports-379ae0ccb2b000295bd6ef507bb8c920f4d0eb95.tar.gz marcuscom-ports-379ae0ccb2b000295bd6ef507bb8c920f4d0eb95.tar.zst marcuscom-ports-379ae0ccb2b000295bd6ef507bb8c920f4d0eb95.zip |
Use the new GConf handling policy.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2457 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math')
-rw-r--r-- | math/gcalctool/pkg-plist | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/gcalctool/pkg-plist b/math/gcalctool/pkg-plist index 7b430b9f4..bca818dff 100644 --- a/math/gcalctool/pkg-plist +++ b/math/gcalctool/pkg-plist @@ -1,8 +1,8 @@ bin/gcalctool bin/gnome-calculator -etc/gconf/gconf.xml.defaults/apps/gcalctool/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gcalctool/%gconf.xml +@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/gcalctool.schemas > /dev/null || /usr/bin/true etc/gconf/schemas/gcalctool.schemas +@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/gcalctool.schemas > /dev/null || /usr/bin/true share/gnome/applications/gcalctool.desktop share/gnome/help/gcalctool/C/figures/gcalctool_basic_window.png share/gnome/help/gcalctool/C/figures/gcalctool_financial_window.png @@ -170,8 +170,6 @@ share/locale/zh_TW/LC_MESSAGES/gcalctool.mo @dirrm share/gnome/help/gcalctool/C/figures @dirrm share/gnome/help/gcalctool/C @dirrm share/gnome/help/gcalctool -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gcalctool -@dirrm etc/gconf/gconf.xml.defaults/apps/gcalctool @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gcalctool/gcalctool-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gcalctool/gcalctool-de.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gcalctool/gcalctool-es.omf 2>/dev/null || /usr/bin/true |