gaim.spec.in

changeset 14588
914fa2941b88
parent 14587
54c445eb1ee4
child 14589
a06016f2a037
--- a/gaim.spec.in	Mon Sep 11 06:17:14 2006 +0000
+++ b/gaim.spec.in	Mon Sep 11 07:01:15 2006 +0000
@@ -171,6 +171,7 @@
                                     --libdir=%{_libdir} \
                                     --mandir=%{_mandir} \
                                     --sysconfdir=%{_sysconfdir} \
+                                    --disable-schemas-install \
                                     %{!?_with_dbus:--disable-dbus} \
                                     %{?_without_gstreamer:--disable-gstreamer} \
                                     %{?_without_gtkspell:--disable-gtkspell} \
@@ -243,6 +244,11 @@
 %clean
 rm -rf %{buildroot}
 
+%post
+# From: http://www.gnome.org/projects/gconf/
+export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gaim.schemas > /dev/null
+
 %files -f %{name}-%{version}-coreplugins
 %defattr(-, root, root)
 

mercurial