[132062] users/devans/GNOME-3/stable/dports/gnome/libgnomekbd/Portfile
devans at macports.org
devans at macports.org
Fri Jan 23 03:10:04 PST 2015
Revision: 132062
https://trac.macports.org/changeset/132062
Author: devans at macports.org
Date: 2015-01-23 03:10:04 -0800 (Fri, 23 Jan 2015)
Log Message:
-----------
GNOME-3/stable: libgnomekbd, use gobject_introspection portgroup.
Modified Paths:
--------------
users/devans/GNOME-3/stable/dports/gnome/libgnomekbd/Portfile
Modified: users/devans/GNOME-3/stable/dports/gnome/libgnomekbd/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/libgnomekbd/Portfile 2015-01-23 11:09:58 UTC (rev 132061)
+++ users/devans/GNOME-3/stable/dports/gnome/libgnomekbd/Portfile 2015-01-23 11:10:04 UTC (rev 132062)
@@ -2,6 +2,7 @@
# $Id$
PortSystem 1.0
+PortGroup gobject_introspection 1.0
name libgnomekbd
version 3.6.0
@@ -29,9 +30,10 @@
depends_lib port:desktop-file-utils \
port:gtk3 \
- port:libxklavier \
- port:gobject-introspection
+ port:libxklavier
+gobject_introspection yes
+
# update m4/intltool.m4 and autoreconf
pre-configure {
@@ -41,8 +43,7 @@
use_autoreconf yes
autoreconf.args -fvi
-configure.args --enable-introspection \
- --without-x \
+configure.args --without-x \
--disable-schemas-compile \
--disable-silent-rules
@@ -59,11 +60,4 @@
system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
}
-platform darwin 8 {
- # The rules enabled by gobject-introspection require GNU make 3.81+
- depends_build-append port:gmake
- build.cmd ${prefix}/bin/gmake
-}
-
-
livecheck.type gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150123/942e4f5a/attachment.html>
More information about the macports-changes
mailing list