[115483] trunk/dports/gnome/libpeas/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Thu Jan 2 21:24:10 PST 2014
Revision: 115483
https://trac.macports.org/changeset/115483
Author: jeremyhu at macports.org
Date: 2014-01-02 21:24:10 -0800 (Thu, 02 Jan 2014)
Log Message:
-----------
libpeas: gjs is universal now
Modified Paths:
--------------
trunk/dports/gnome/libpeas/Portfile
Modified: trunk/dports/gnome/libpeas/Portfile
===================================================================
--- trunk/dports/gnome/libpeas/Portfile 2014-01-03 05:21:01 UTC (rev 115482)
+++ trunk/dports/gnome/libpeas/Portfile 2014-01-03 05:24:10 UTC (rev 115483)
@@ -5,6 +5,7 @@
name libpeas
version 1.9.0
+revision 1
license LGPL-2
set branch [join [lrange [split ${version} .] 0 1] .]
description libpeas is a GObject-based plugins engine
@@ -42,7 +43,7 @@
--disable-python3 \
--disable-silent-rules
-variant gjs conflicts universal description {Enable Javascript support using gjs} {
+variant gjs description {Enable Javascript support using gjs} {
depends_lib-append port:gjs
configure.args-replace --disable-gjs --enable-gjs
}
@@ -89,12 +90,8 @@
default_variants +python27 +python32
}
-# port gjs is not universal
+default_variants +gjs
-if {![variant_isset universal]} {
- default_variants +gjs
-}
-
post-activate {
system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140102/960ed74e/attachment.html>
More information about the macports-changes
mailing list