[136075] trunk/dports/gnome/at-spi2-core

devans at macports.org devans at macports.org
Mon May 11 11:17:02 PDT 2015


Revision: 136075
          https://trac.macports.org/changeset/136075
Author:   devans at macports.org
Date:     2015-05-11 11:17:02 -0700 (Mon, 11 May 2015)
Log Message:
-----------
at-spi2-core: update to version 2.16.0, reconfigure using upstream autogen.sh for intltool 0.51 compatibility.

Modified Paths:
--------------
    trunk/dports/gnome/at-spi2-core/Portfile

Added Paths:
-----------
    trunk/dports/gnome/at-spi2-core/files/autogen.sh

Property Changed:
----------------
    trunk/dports/gnome/at-spi2-core/


Property changes on: trunk/dports/gnome/at-spi2-core
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/at-spi2-core:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/at-spi2-core:125662-128152
/users/devans/GNOME-3/unstable/dports/gnome/at-spi2-core:119550-125620
/users/rmstonecipher/gnome/at-spi2-core:102363-103172
   + /branches/mld-qt-481/dports/gnome/at-spi2-core:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/at-spi2-core:125662-136044
/users/devans/GNOME-3/unstable/dports/gnome/at-spi2-core:119550-125620,128305-134374
/users/rmstonecipher/gnome/at-spi2-core:102363-103172

Modified: trunk/dports/gnome/at-spi2-core/Portfile
===================================================================
--- trunk/dports/gnome/at-spi2-core/Portfile	2015-05-11 18:17:00 UTC (rev 136074)
+++ trunk/dports/gnome/at-spi2-core/Portfile	2015-05-11 18:17:02 UTC (rev 136075)
@@ -6,9 +6,9 @@
 
 name                at-spi2-core
 # you probably want to keep this at the same version as at-spi2-atk
-version             2.14.1
-checksums           rmd160  24c686b3da0313dd9ca91394db25e5deec2e744a \
-                    sha256  eef9660b14fdf0fb1f30d1be7c72d591fa7cbb87b00ca3a444425712f46ce657
+version             2.16.0
+checksums           rmd160  3ea5a06cf42365275dddfbd80e0ea0fa5398edbf \
+                    sha256  1c0b77fb8ce81abbf1d80c0afee9858b3f9229f673b7881995fe0fc16b1a74d0
 
 license             LGPL
 set branch          [join [lrange [split ${version} .] 0 1] .]
@@ -26,28 +26,29 @@
 use_xz              yes
 
 depends_build       port:pkgconfig \
-                    port:intltool
+                    port:intltool \
+                    port:gtk-doc \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
 depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                    port:lib/pkgconfig/dbus-1.pc:dbus \
-                    port:dbus-glib \
+                    port:dbus \
                     port:xorg-libX11 \
+                    port:xorg-libXi \
+                    port:xorg-libXtst \
                     port:xorg-libice \
-                    port:xorg-libsm \
-                    port:xorg-libXtst \
-                    port:xorg-libXi \
-                    port:xorg-libXevie \
+                    port:xorg-libsm
 
 gobject_introspection yes
 
-# update m4/intltool.m4 and autoreconf
-
-pre-configure {
-    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
+                  
+post-patch {
+    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
 }
 
-use_autoreconf      yes
-autoreconf.args     -fvi
+configure.cmd       ./autogen.sh
 
 configure.args      --disable-xevie \
                     --x-includes=${prefix}/include \

Copied: trunk/dports/gnome/at-spi2-core/files/autogen.sh (from rev 136044, users/devans/GNOME-3/stable/dports/gnome/at-spi2-core/files/autogen.sh)
===================================================================
--- trunk/dports/gnome/at-spi2-core/files/autogen.sh	                        (rev 0)
+++ trunk/dports/gnome/at-spi2-core/files/autogen.sh	2015-05-11 18:17:02 UTC (rev 136075)
@@ -0,0 +1,20 @@
+#!/bin/sh
+
+test -n "$srcdir" || srcdir=`dirname "$0"`
+test -n "$srcdir" || srcdir=.
+
+olddir=`pwd`
+cd "$srcdir"
+
+# run gtkdocize
+gtkdocize || exit 1
+
+intltoolize --force --copy --automake || exit 1
+
+# gnome-autogen.sh runs configure, so do likewise.
+autoreconf -vif
+
+cd "$olddir"
+
+test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150511/9494dbaa/attachment.html>


More information about the macports-changes mailing list