[104797] trunk/dports/devel/geoclue/Portfile
devans at macports.org
devans at macports.org
Tue Apr 2 14:14:48 PDT 2013
Revision: 104797
https://trac.macports.org/changeset/104797
Author: devans at 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}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130402/5ea03c16/attachment.html>
More information about the macports-changes
mailing list