Modified: trunk/dports/gnome/gnumeric/Portfile (104792 => 104793)
--- trunk/dports/gnome/gnumeric/Portfile 2013-04-02 20:57:03 UTC (rev 104792)
+++ trunk/dports/gnome/gnumeric/Portfile 2013-04-02 21:03:53 UTC (rev 104793)
@@ -5,7 +5,7 @@
name gnumeric
version 1.10.17
-revision 1
+revision 2
license GPL-2
set branch [join [lrange [split ${version} .] 0 1] .]
description A spreadsheet with gnome support.
@@ -29,6 +29,7 @@
port:libpng
configure.args --disable-schemas-install \
+ --disable-schemas-compile \
--without-gda \
--without-paradox \
--without-psiconv
@@ -60,11 +61,14 @@
configure.cflags-append "-std=gnu89"
+# provides both gconf and gsettings schemas
+
post-activate {
system "${prefix}/bin/scrollkeeper-update"
system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
+ system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
}
livecheck.type gnome