[152324] trunk/dports/gnome/adwaita-icon-theme
devans at macports.org
devans at macports.org
Sat Sep 3 13:45:26 PDT 2016
Revision: 152324
https://trac.macports.org/changeset/152324
Author: devans at macports.org
Date: 2016-09-03 13:45:26 -0700 (Sat, 03 Sep 2016)
Log Message:
-----------
adwaita-icon-theme: clean up dependencies, configuration, translations dropped as not worth the effort in the 3.20 stable release series, no change in installed content.
Modified Paths:
--------------
trunk/dports/gnome/adwaita-icon-theme/Portfile
Removed Paths:
-------------
trunk/dports/gnome/adwaita-icon-theme/files/autogen.sh
Property Changed:
----------------
trunk/dports/gnome/adwaita-icon-theme/
Property changes on: trunk/dports/gnome/adwaita-icon-theme
___________________________________________________________________
Modified: svn:mergeinfo
- /users/devans/GNOME-3/stable/dports/gnome/adwaita-icon-theme:126097-147249
/users/devans/GNOME-3/unstable/dports/gnome/adwaita-icon-theme:128305-134376,138023-140553,145907-147001
+ /users/devans/GNOME-3/stable/dports/gnome/adwaita-icon-theme:126097-152323
/users/devans/GNOME-3/unstable/dports/gnome/adwaita-icon-theme:128305-134376,138023-140553,145907-147001,150429-152301
Modified: trunk/dports/gnome/adwaita-icon-theme/Portfile
===================================================================
--- trunk/dports/gnome/adwaita-icon-theme/Portfile 2016-09-03 20:41:35 UTC (rev 152323)
+++ trunk/dports/gnome/adwaita-icon-theme/Portfile 2016-09-03 20:45:26 UTC (rev 152324)
@@ -24,26 +24,16 @@
sha256 7a0a887349f340dd644032f89d81264b694c4b006bd51af1c2c368d431e7ae35
depends_build port:pkgconfig \
- port:intltool \
- port:icon-naming-utils \
- port:gnome-common \
- port:autoconf \
- port:automake \
- port:libtool
+ port:icon-naming-utils
depends_lib port:gtk3 \
port:librsvg
patchfiles patch-configure.ac.diff
-# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
+use_autoreconf yes
+autoreconf.args -fvi
-post-patch {
- xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
-}
-
-configure.cmd ./autogen.sh
-
use_parallel_build no
pre-activate {
Deleted: trunk/dports/gnome/adwaita-icon-theme/files/autogen.sh
===================================================================
--- trunk/dports/gnome/adwaita-icon-theme/files/autogen.sh 2016-09-03 20:41:35 UTC (rev 152323)
+++ trunk/dports/gnome/adwaita-icon-theme/files/autogen.sh 2016-09-03 20:45:26 UTC (rev 152324)
@@ -1,22 +0,0 @@
-#!/bin/sh
-# Run this to generate all the initial makefiles, etc.
-
-srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=.
-
-PKG_NAME="adwaita-icon-theme"
-REQUIRED_AUTOMAKE_VERSION=1.9
-
-(test -f $srcdir/configure.ac \
- && test -f $srcdir/index.theme.in \
- && test -d $srcdir/src) || {
- 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 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/20160903/e84e8d73/attachment-0001.html>
More information about the macports-changes
mailing list