[132080] trunk/dports/gnome/libgnomekbd

devans at macports.org devans at macports.org
Fri Jan 23 03:38:27 PST 2015


Revision: 132080
          https://trac.macports.org/changeset/132080
Author:   devans at macports.org
Date:     2015-01-23 03:38:27 -0800 (Fri, 23 Jan 2015)
Log Message:
-----------
libgnomekbd: use gobject_introspection portgroup.

Modified Paths:
--------------
    trunk/dports/gnome/libgnomekbd/Portfile

Property Changed:
----------------
    trunk/dports/gnome/libgnomekbd/


Property changes on: trunk/dports/gnome/libgnomekbd
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/libgnomekbd:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/libgnomekbd:108269-113174
/users/rmstonecipher/gnome/libgnomekbd:102363-103172
   + /users/devans/GNOME-3/stable/dports/gnome/libgnomekbd:108269-132067

Modified: trunk/dports/gnome/libgnomekbd/Portfile
===================================================================
--- trunk/dports/gnome/libgnomekbd/Portfile	2015-01-23 11:38:21 UTC (rev 132079)
+++ trunk/dports/gnome/libgnomekbd/Portfile	2015-01-23 11:38:27 UTC (rev 132080)
@@ -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/3885b25f/attachment.html>


More information about the macports-changes mailing list