[114037] trunk/dports/gnome/libpeas/Portfile
devans at macports.org
devans at macports.org
Wed Nov 27 09:28:17 PST 2013
Revision: 114037
https://trac.macports.org/changeset/114037
Author: devans at macports.org
Date: 2013-11-27 09:28:17 -0800 (Wed, 27 Nov 2013)
Log Message:
-----------
libpeas: make glade catalog support optional via variant +glade.
Modified Paths:
--------------
trunk/dports/gnome/libpeas/Portfile
Modified: trunk/dports/gnome/libpeas/Portfile
===================================================================
--- trunk/dports/gnome/libpeas/Portfile 2013-11-27 17:21:45 UTC (rev 114036)
+++ trunk/dports/gnome/libpeas/Portfile 2013-11-27 17:28:17 UTC (rev 114037)
@@ -5,7 +5,7 @@
name libpeas
version 1.8.1
-revision 2
+revision 3
license LGPL-2
set branch [join [lrange [split ${version} .] 0 1] .]
description libpeas is a GObject-based plugins engine
@@ -26,7 +26,6 @@
depends_lib port:gtk3 \
port:gobject-introspection \
- port:glade \
port:seed
pre-patch {
@@ -37,9 +36,9 @@
patch-loaders-python-peas-plugin-loader-python.c.diff
configure.args --enable-gtk \
- --enable-glade-catalog \
--enable-seed \
--disable-gjs \
+ --disable-glade-catalog \
--disable-python2 \
--disable-python3 \
--disable-silent-rules
@@ -49,6 +48,11 @@
configure.args-replace --disable-gjs --enable-gjs
}
+variant glade description {Enable glade catalog support} {
+ depends_lib-append port:glade
+ configure.args-replace --disable-glade-catalog --enable-glade-catalog
+}
+
# supports one version each of python2 python3 in parallel
variant python27 description {Use python 2.7} {
@@ -96,4 +100,4 @@
system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
}
-livecheck.type gnome
+livecheck.type gnome-with-unstable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131127/61cfca28/attachment.html>
More information about the macports-changes
mailing list