[132060] users/devans/GNOME-3/stable/dports/gnome/gsettings-desktop-schemas /Portfile

devans at macports.org devans at macports.org
Fri Jan 23 03:09:51 PST 2015


Revision: 132060
          https://trac.macports.org/changeset/132060
Author:   devans at macports.org
Date:     2015-01-23 03:09:51 -0800 (Fri, 23 Jan 2015)
Log Message:
-----------
GNOME-3/stable: gsettings-desktop-schemas, use gobject_introspection portgroup.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/gsettings-desktop-schemas/Portfile

Modified: users/devans/GNOME-3/stable/dports/gnome/gsettings-desktop-schemas/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gsettings-desktop-schemas/Portfile	2015-01-23 11:09:44 UTC (rev 132059)
+++ users/devans/GNOME-3/stable/dports/gnome/gsettings-desktop-schemas/Portfile	2015-01-23 11:09:51 UTC (rev 132060)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           gobject_introspection 1.0
 
 name                gsettings-desktop-schemas
 version             3.14.1
@@ -27,7 +28,6 @@
 supported_archs     noarch
 
 depends_build       port:pkgconfig \
-                    port:gobject-introspection \
                     port:gsed \
                     port:intltool
 
@@ -35,6 +35,8 @@
 
 patchfiles          patch-restore-settings-for-deprecated-gtk-settings.diff
 
+gobject_introspection yes
+
 # update m4/intltool.m4 and autoreconf
 
 pre-configure {
@@ -45,17 +47,10 @@
 autoreconf.args     -fvi
 
 configure.args      --disable-silent-rules \
-                    --disable-schemas-compile \
-                    --enable-introspection=yes
+                    --disable-schemas-compile
 
 post-activate {
     system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
 
-# The rules enabled by gobject-introspection require GNU make 3.81+
-platform darwin 8 {
-    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/c38e6690/attachment-0001.html>


More information about the macports-changes mailing list