Revision: 104798 https://trac.macports.org/changeset/104798 Author: devans@macports.org Date: 2013-04-02 14:16:14 -0700 (Tue, 02 Apr 2013) Log Message: ----------- telepathy-mission-control: correctly install provided GSettings schemas. Modified Paths: -------------- trunk/dports/comms/telepathy-mission-control/Portfile Modified: trunk/dports/comms/telepathy-mission-control/Portfile =================================================================== --- trunk/dports/comms/telepathy-mission-control/Portfile 2013-04-02 21:14:48 UTC (rev 104797) +++ trunk/dports/comms/telepathy-mission-control/Portfile 2013-04-02 21:16:14 UTC (rev 104798) @@ -5,6 +5,7 @@ name telepathy-mission-control version 5.14.0 +revision 1 license LGPL-2.1 categories comms maintainers devans openmaintainer @@ -32,7 +33,8 @@ patchfiles patch-configure.diff configure.args --enable-gnome-keyring \ - --disable-upower + --disable-upower \ + --disable-schemas-compile variant python26 conflicts python27 description {Use python 2.6} { configure.python ${prefix}/bin/python2.6 @@ -48,6 +50,10 @@ default_variants +python27 } +post-activate { + system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas" +} + livecheck.type regex livecheck.url ${master_sites} livecheck.regex "${name}-(\[0-9\]+\\.\[0-9\]*\[02468\]\\.\[0-9\]+)"