diff options
author | mezz <mezz@FreeBSD.org> | 2005-01-30 04:21:04 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-01-30 04:21:04 +0800 |
commit | 577add6b6109b07287b844f81160629bacd060a7 (patch) | |
tree | 0c4c9cce0682ec238270e554edd2aa9c35a30cfc /misc | |
parent | febc1080d7da9f632819f9e1ad4e04af95aaec4d (diff) | |
download | freebsd-ports-gnome-577add6b6109b07287b844f81160629bacd060a7.tar.gz freebsd-ports-gnome-577add6b6109b07287b844f81160629bacd060a7.tar.zst freebsd-ports-gnome-577add6b6109b07287b844f81160629bacd060a7.zip |
devel/gconf2
Remove the post-install/pkg-install, since gnomehier is taking care of
it.
devel/gnomevfs2
Add pkg-install and pkg-deinstall to restore libgnome's gconf key if
libgnome's .schemas exists. This fix the plist complained by pointyhat.
Why restore libgnome's gconf key during the installtion if it exists?
Because, libgnome always depend on gnomevfs2 so make sure the libgnome
is still in the top when we either reinstall or upgrade gnomevfs2.
misc/gnomehier
Remove the etc/gconf/gconf.xml.defaults/*, since the gconftool is
taking care of it. ie: GCONF_SCHEMAS
x11/libgnome
Add pkg-deinstall to restore gnomevfs2's gconf key if gnomevfs2's
schemas exists. This fix the plist complained by pointyhat. Also, this
is a real fix for the weird keyboard problem when you uninstall
libgnome without reinstall it.
Bump the PORTREVISION in all of four ports above to fix everything with gconf
keys stuff for plist. Those have been tested in the MarcusCom CVS, GNOME
tinderbox, and my tinderbox.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnomehier/Makefile | 2 | ||||
-rw-r--r-- | misc/gnomehier/files/dirlist | 7 |
2 files changed, 1 insertions, 8 deletions
diff --git a/misc/gnomehier/Makefile b/misc/gnomehier/Makefile index c80bbafdab2b..f366ae2f6107 100644 --- a/misc/gnomehier/Makefile +++ b/misc/gnomehier/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomehier PORTVERSION= 1.0 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= misc gnome MASTER_SITES= # none DISTFILES= # none diff --git a/misc/gnomehier/files/dirlist b/misc/gnomehier/files/dirlist index aa3aa4a19fa2..42486e466794 100644 --- a/misc/gnomehier/files/dirlist +++ b/misc/gnomehier/files/dirlist @@ -6,13 +6,6 @@ etc/X11/starthere etc/X11/sysconfig etc/gconf etc/gconf/gconf.xml.defaults -etc/gconf/gconf.xml.defaults/apps -etc/gconf/gconf.xml.defaults/desktop -etc/gconf/gconf.xml.defaults/desktop/gnome -etc/gconf/gconf.xml.defaults/schemas -etc/gconf/gconf.xml.defaults/schemas/apps -etc/gconf/gconf.xml.defaults/schemas/desktop -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome etc/gconf/gconf.xml.mandatory etc/gconf/schemas etc/gnome |