Chase the new gconf key policy, which will make handling gconf schemas much
easier for GNOME 2.8.
This commit is contained in:
parent
2c5c22247c
commit
fd273cf6dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112192
2 changed files with 4 additions and 24 deletions
|
@ -1,11 +1,7 @@
|
|||
bin/gtodo
|
||||
etc/gconf/gconf.xml.defaults/apps/gtodo/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/gtodo/prefs/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/gtodo/view/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gtodo/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gtodo/prefs/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gtodo/view/%gconf.xml
|
||||
@unexec GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/gtodo.schemas > /dev/null || /usr/bin/true
|
||||
etc/gconf/schemas/gtodo.schemas
|
||||
@exec GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/gtodo.schemas > /dev/null || /usr/bin/true
|
||||
share/gnome/applications/gtodo.desktop
|
||||
share/gnome/pixmaps/gtodo-about.png
|
||||
share/gnome/pixmaps/gtodo-edit.png
|
||||
|
@ -18,9 +14,3 @@ share/locale/pl/LC_MESSAGES/gtodo.mo
|
|||
share/locale/ru/LC_MESSAGES/gtodo.mo
|
||||
share/locale/sr/LC_MESSAGES/gtodo.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/gtodo.mo
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gtodo/view
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gtodo/prefs
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gtodo
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gtodo/view
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gtodo/prefs
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gtodo
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
bin/straw
|
||||
etc/gconf/gconf.xml.defaults/apps/straw/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/straw/general/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/straw/ui/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/straw/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/straw/general/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/straw/ui/%gconf.xml
|
||||
@unexec GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/straw.schemas > /dev/null || /usr/bin/true
|
||||
etc/gconf/schemas/straw.schemas
|
||||
@exec GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/straw.schemas > /dev/null || /usr/bin/true
|
||||
share/gnome/applications/straw.desktop
|
||||
share/gnome/pixmaps/straw.png
|
||||
share/gnome/straw/Config.py
|
||||
|
@ -143,9 +139,3 @@ share/locale/sr/LC_MESSAGES/straw.mo
|
|||
share/locale/sr@Latn/LC_MESSAGES/straw.mo
|
||||
share/locale/sv/LC_MESSAGES/straw.mo
|
||||
@dirrm share/gnome/straw
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/straw/ui
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/straw/general
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/straw
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/straw/ui
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/straw/general
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/straw
|
||||
|
|
Loading…
Reference in a new issue