[135447] users/devans/GNOME-3/stable/dports/gnome/gnome-panel

devans at macports.org devans at macports.org
Thu Apr 23 14:47:27 PDT 2015


Revision: 135447
          https://trac.macports.org/changeset/135447
Author:   devans at macports.org
Date:     2015-04-23 14:47:27 -0700 (Thu, 23 Apr 2015)
Log Message:
-----------
GNOME-3/stable: gnome-panel, update to version 3.16.1, reconfigure using upstream autogen.sh for intltool 0.51 compatibility.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/gnome-panel/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/stable/dports/gnome/gnome-panel/files/autogen.sh

Property Changed:
----------------
    users/devans/GNOME-3/stable/dports/gnome/gnome-panel/


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

Modified: users/devans/GNOME-3/stable/dports/gnome/gnome-panel/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-panel/Portfile	2015-04-23 21:47:26 UTC (rev 135446)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-panel/Portfile	2015-04-23 21:47:27 UTC (rev 135447)
@@ -5,7 +5,7 @@
 PortGroup           gobject_introspection 1.0
 
 name                gnome-panel
-version             3.14.0
+version             3.16.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 maintainers         devans openmaintainer
 categories          gnome
@@ -20,15 +20,18 @@
 
 use_xz              yes
 
-checksums           rmd160  f6fc73e8eb95fd1a9e1068a68c77ac69201374e4 \
-                    sha256  636984ba24a0c7dcae9048ed8523d4fde83bb3d148e557f1cadef1300457a5a3
+checksums           rmd160  93ee4ce50411d40b7173ea992ec9f3e5e03757c4 \
+                    sha256  b51997a5db70773606cd72be735902923ae73bd3f2c762ade65695751d4bd162
 
 depends_build       port:pkgconfig \
                     port:intltool \
+                    port:gtk-doc \
                     port:itstool \
                     port:yelp-tools \
                     port:gnome-common \
-                    port:gtk-doc \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool \
                     port:python27
 
 depends_lib         port:desktop-file-utils \
@@ -52,19 +55,17 @@
 
 gobject_introspection yes
 
-# update m4/intltool.m4 and autoreconf
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
-pre-configure {
-    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+post-patch {
+    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
 }
 
-use_autoreconf      yes
-autoreconf.args     -fvi
+configure.cmd       ./autogen.sh
 
 configure.python    ${prefix}/bin/python2.7
 
-configure.args      --with-in-process-applets=all \
-                    --enable-telepathy-glib \
+configure.args      --enable-telepathy-glib \
                     --disable-silent-rules \
                     --enable-compile-warnings=minimum \
                     --disable-eds \

Added: users/devans/GNOME-3/stable/dports/gnome/gnome-panel/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-panel/files/autogen.sh	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-panel/files/autogen.sh	2015-04-23 21:47:27 UTC (rev 135447)
@@ -0,0 +1,22 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+REQUIRED_AUTOMAKE_VERSION=1.9
+REQUIRED_M4MACROS=introspection.m4
+
+#(test -f $srcdir/configure.ac \
+#  && test -f $srcdir/gnome-panel.doap) || {
+#    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
+#    echo " top-level gnome-panel directory"
+#    exit 1
+#}
+
+which gnome-autogen.sh || {
+    echo "You need to install gnome-common."
+    exit 1
+}
+
+. gnome-autogen.sh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150423/fb916fb9/attachment-0001.html>


More information about the macports-changes mailing list