[135383] users/devans/GNOME-3/stable/dports/gnome/gnome-themes-standard
devans at macports.org
devans at macports.org
Thu Apr 23 08:22:41 PDT 2015
Revision: 135383
https://trac.macports.org/changeset/135383
Author: devans at macports.org
Date: 2015-04-23 08:22:40 -0700 (Thu, 23 Apr 2015)
Log Message:
-----------
GNOME-3/stable: gnome-themes-standard, update to version 3.16.0, reconfigure using upstream autogen.sh for intltool 0.51 compatibility.
Modified Paths:
--------------
users/devans/GNOME-3/stable/dports/gnome/gnome-themes-standard/Portfile
Added Paths:
-----------
users/devans/GNOME-3/stable/dports/gnome/gnome-themes-standard/files/
users/devans/GNOME-3/stable/dports/gnome/gnome-themes-standard/files/autogen.sh
Property Changed:
----------------
users/devans/GNOME-3/stable/dports/gnome/gnome-themes-standard/
Property changes on: users/devans/GNOME-3/stable/dports/gnome/gnome-themes-standard
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/mld-qt-481/dports/gnome/gnome-themes-standard:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/gnome-themes-standard:114069-128818
/users/devans/GNOME-3/unstable/dports/gnome/gnome-themes-standard:119539-125620
/users/rmstonecipher/gnome/gnome-themes-standard:102363-103172
+ /branches/mld-qt-481/dports/gnome/gnome-themes-standard:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/gnome-themes-standard:114069-128818
/users/devans/GNOME-3/unstable/dports/gnome/gnome-themes-standard:119539-125620,128864-134376
/users/rmstonecipher/gnome/gnome-themes-standard:102363-103172
Modified: users/devans/GNOME-3/stable/dports/gnome/gnome-themes-standard/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-themes-standard/Portfile 2015-04-23 15:22:39 UTC (rev 135382)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-themes-standard/Portfile 2015-04-23 15:22:40 UTC (rev 135383)
@@ -5,7 +5,7 @@
name gnome-themes-standard
conflicts gnome-themes
-version 3.14.2.3
+version 3.16.0
set branch [join [lrange [split ${version} .] 0 1] .]
categories gnome
maintainers devans openmaintainer
@@ -22,8 +22,8 @@
use_xz yes
-checksums rmd160 67ad96fa1a412a34a49ac4fc4faf332be24bc187 \
- sha256 d82a1cf90be3397deadea46d3ba396a46943c7e141ebc70cf833956b5794e479
+checksums rmd160 662baeeffba8b9c277d1666c32f0f8ceeae4ddfd \
+ sha256 4ce9cbac71c74d1426b73ad8ca37a29b3267c66f94d2fb4de5e619fab25bd94f
depends_build port:intltool \
port:pkgconfig
@@ -34,14 +34,13 @@
port:adwaita-icon-theme \
port:gnome-backgrounds
-# 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.args --disable-silent-rules
Added: users/devans/GNOME-3/stable/dports/gnome/gnome-themes-standard/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-themes-standard/files/autogen.sh (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-themes-standard/files/autogen.sh 2015-04-23 15:22:40 UTC (rev 135383)
@@ -0,0 +1,21 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+PKG_NAME="gnome-themes-standard"
+REQUIRED_AUTOMAKE_VERSION=1.9
+
+(test -f $srcdir/configure.ac \
+ && test -d $srcdir/themes) || {
+ echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
+ echo " top-level $PKG_NAME directory"
+ exit 1
+}
+
+which gnome-autogen.sh || {
+ echo "You need to install gnome-common from the GNOME git"
+ exit 1
+}
+USE_GNOME2_MACROS=1 . gnome-autogen.sh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150423/4e98d46e/attachment.html>
More information about the macports-changes
mailing list