aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gnome-blog
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2004-07-07 16:23:51 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2004-07-07 16:23:51 +0000
commit0ea0df3ec446677bc8910fbc8d027a8efb799c2b (patch)
tree56036dd723cd7d4e241aa4fdb824e3dd98284e61 /deskutils/gnome-blog
parent609543e92b7e1c0814c7296c7347eb47be3e0c89 (diff)
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
Notes
Notes: svn path=/head/; revision=113150
Diffstat (limited to 'deskutils/gnome-blog')
-rw-r--r--deskutils/gnome-blog/pkg-plist6
1 files changed, 2 insertions, 4 deletions
diff --git a/deskutils/gnome-blog/pkg-plist b/deskutils/gnome-blog/pkg-plist
index 88436f96deb2..320b75052f86 100644
--- a/deskutils/gnome-blog/pkg-plist
+++ b/deskutils/gnome-blog/pkg-plist
@@ -1,8 +1,8 @@
bin/blog_applet.py
bin/gnome-blog-poster
-etc/gconf/gconf.xml.defaults/apps/gnome-blogger/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/gnome-blogger/%gconf.xml
+@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/gnomeblog.schemas > /dev/null || /usr/bin/true
etc/gconf/schemas/gnomeblog.schemas
+@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/gnomeblog.schemas > /dev/null || /usr/bin/true
%%PYTHON_SITELIBDIR%%/gnomeblog/MetaWeblog.py
%%PYTHON_SITELIBDIR%%/gnomeblog/MetaWeblog.pyc
%%PYTHON_SITELIBDIR%%/gnomeblog/MetaWeblog.pyo
@@ -51,5 +51,3 @@ share/gnome/applications/gnome-blog.desktop
share/gnome/gnome-2.0/ui/GNOME_BlogApplet.xml
share/gnome/pixmaps/gnome-blog.png
@dirrm %%PYTHON_SITELIBDIR%%/gnomeblog
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-blogger
-@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-blogger