[132011] trunk/dports/gnome/gnome-desktop

devans at macports.org devans at macports.org
Fri Jan 23 01:51:22 PST 2015


Revision: 132011
          https://trac.macports.org/changeset/132011
Author:   devans at macports.org
Date:     2015-01-23 01:51:22 -0800 (Fri, 23 Jan 2015)
Log Message:
-----------
gnome-desktop: update to version 3.14.2, use gobject_introspection portgroup.

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

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


Property changes on: trunk/dports/gnome/gnome-desktop
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/stable/dports/gnome/gnome-desktop:108269-127488
/users/devans/GNOME-3/unstable/dports/gnome/gnome-desktop:116416-118152,119624-125621
   + /users/devans/GNOME-3/stable/dports/gnome/gnome-desktop:108269-132006
/users/devans/GNOME-3/unstable/dports/gnome/gnome-desktop:116416-118152,119624-125621

Modified: trunk/dports/gnome/gnome-desktop/Portfile
===================================================================
--- trunk/dports/gnome/gnome-desktop/Portfile	2015-01-23 09:51:11 UTC (rev 132010)
+++ trunk/dports/gnome/gnome-desktop/Portfile	2015-01-23 09:51:22 UTC (rev 132011)
@@ -3,9 +3,10 @@
 
 PortSystem          1.0
 PortGroup           active_variants 1.1
+PortGroup           gobject_introspection 1.0
 
 name                gnome-desktop
-version             3.14.1
+version             3.14.2
 set branch          [join [lrange [split ${version} .] 0 1] .]
 maintainers         devans openmaintainer
 categories          gnome
@@ -24,8 +25,8 @@
 
 use_xz              yes
 
-checksums           rmd160  013e5fe4961d3c83c2ae90b7039cf16237f2770e \
-                    sha256  4b153f40b0b97e908f5a16f19ca665ee602be51ecce5cbbf374dfa35b73b5647
+checksums           rmd160  88c730cc6e3dbd373a04e6d214c1ef88a237bdcb \
+                    sha256  3c284378fd4d5c9aba1ef98b8bab78d0f7fe514964f9dfcfc3b1591328d6b873
 
 depends_build       port:pkgconfig \
                     port:intltool \
@@ -37,7 +38,6 @@
                     path:share/themes/HighContrast/index.theme:gnome-themes-standard \
                     port:adwaita-icon-theme \
                     port:gtk3 \
-                    port:gobject-introspection \
                     port:iso-codes \
                     port:xorg-libXext \
                     port:xorg-libXrandr \
@@ -46,6 +46,8 @@
 
 patchfiles          patch-libgnome-destktop-libgsystem.diff
 
+gobject_introspection yes
+
 # update m4/intltool.m4 and autoreconf
 
 pre-configure {
@@ -55,18 +57,13 @@
 use_autoreconf      yes
 autoreconf.args     -fvi
 
-configure.args      --enable-introspection=yes \
-                    --disable-maintainer-mode \
+configure.args      --disable-maintainer-mode \
                     --disable-silent-rules \
                     --disable-desktop-docs \
                     --with-gnome-distributor=MacPorts \
                     --x-includes=${prefix}/include \
                     --x-libraries=${prefix}/lib
 
-# gobject-introspection uses g-ir-scanner, which uses $CC from env
-build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
-destroot.args-append    CC="${configure.cc} ${configure.cc_archflags}"
-
 #
 #  portions of this port are strictly X11 specific
 #  so a +quartz build is not possible (fails in configure if X11 is absent)
@@ -78,10 +75,4 @@
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
 }
 
-# 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/9eae4a05/attachment.html>


More information about the macports-changes mailing list