Revision: 104797 https://trac.macports.org/changeset/104797 Author: devans@macports.org Date: 2013-04-02 14:14:48 -0700 (Tue, 02 Apr 2013) Log Message: ----------- geoclue: correctly install provided GSettings schemas. Modified Paths: -------------- trunk/dports/devel/geoclue/Portfile Modified: trunk/dports/devel/geoclue/Portfile =================================================================== --- trunk/dports/devel/geoclue/Portfile 2013-04-02 21:14:43 UTC (rev 104796) +++ trunk/dports/devel/geoclue/Portfile 2013-04-02 21:14:48 UTC (rev 104797) @@ -5,6 +5,7 @@ name geoclue version 0.12.99 +revision 1 categories devel net license LGPL-2.1+ platforms darwin @@ -25,6 +26,12 @@ port:gtk2 \ port:dbus-glib +configure.args --disable-schemas-compile + +post-activate { + system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas" +} + livecheck.type regex livecheck.url ${master_sites} livecheck.regex ${name}-(\[\\d.\]+)${extract.suffix}
participants (1)
-
devans@macports.org