[104793] trunk/dports/gnome/gnumeric/Portfile
devans at macports.org
devans at macports.org
Tue Apr 2 14:03:53 PDT 2013
Revision: 104793
https://trac.macports.org/changeset/104793
Author: devans at macports.org
Date: 2013-04-02 14:03:53 -0700 (Tue, 02 Apr 2013)
Log Message:
-----------
gnumeric: correctly install provided gsettings schemas.
Modified Paths:
--------------
trunk/dports/gnome/gnumeric/Portfile
Modified: trunk/dports/gnome/gnumeric/Portfile
===================================================================
--- 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130402/616520db/attachment.html>
More information about the macports-changes
mailing list