[132078] trunk/dports/gnome/gsettings-desktop-schemas

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


Revision: 132078
          https://trac.macports.org/changeset/132078
Author:   devans at macports.org
Date:     2015-01-23 03:38:14 -0800 (Fri, 23 Jan 2015)
Log Message:
-----------
gsettings-desktop-schemas: use gobject_introspection portgroup.

Modified Paths:
--------------
    trunk/dports/gnome/gsettings-desktop-schemas/Portfile

Property Changed:
----------------
    trunk/dports/gnome/gsettings-desktop-schemas/


Property changes on: trunk/dports/gnome/gsettings-desktop-schemas
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/stable/dports/gnome/gsettings-desktop-schemas:118155-127547
/users/devans/GNOME-3/unstable/dports/gnome/gsettings-desktop-schemas:116416-118151,119624-125621
   + /users/devans/GNOME-3/stable/dports/gnome/gsettings-desktop-schemas:118155-132067
/users/devans/GNOME-3/unstable/dports/gnome/gsettings-desktop-schemas:116416-118151,119624-125621

Modified: trunk/dports/gnome/gsettings-desktop-schemas/Portfile
===================================================================
--- trunk/dports/gnome/gsettings-desktop-schemas/Portfile	2015-01-23 11:37:49 UTC (rev 132077)
+++ trunk/dports/gnome/gsettings-desktop-schemas/Portfile	2015-01-23 11:38:14 UTC (rev 132078)
@@ -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/4ac490d3/attachment.html>


More information about the macports-changes mailing list