[136143] trunk/dports/gnome/eog-plugins
devans at macports.org
devans at macports.org
Mon May 11 13:51:19 PDT 2015
Revision: 136143
https://trac.macports.org/changeset/136143
Author: devans at macports.org
Date: 2015-05-11 13:51:18 -0700 (Mon, 11 May 2015)
Log Message:
-----------
eog-plugins: update to version 3.16.0, reconfigure using upstream autogen.sh for intltool 0.51 compatibility.
Modified Paths:
--------------
trunk/dports/gnome/eog-plugins/Portfile
Added Paths:
-----------
trunk/dports/gnome/eog-plugins/files/
Property Changed:
----------------
trunk/dports/gnome/eog-plugins/
Property changes on: trunk/dports/gnome/eog-plugins
___________________________________________________________________
Modified: svn:mergeinfo
- /users/devans/GNOME-3/stable/dports/gnome/eog-plugins:113175-132006
/users/devans/GNOME-3/unstable/dports/gnome/eog-plugins:116525-118152,124221-125772
+ /users/devans/GNOME-3/stable/dports/gnome/eog-plugins:113175-136044
/users/devans/GNOME-3/unstable/dports/gnome/eog-plugins:116525-118152,124221-125772,133199-134397
Modified: trunk/dports/gnome/eog-plugins/Portfile
===================================================================
--- trunk/dports/gnome/eog-plugins/Portfile 2015-05-11 20:51:17 UTC (rev 136142)
+++ trunk/dports/gnome/eog-plugins/Portfile 2015-05-11 20:51:18 UTC (rev 136143)
@@ -4,7 +4,7 @@
PortSystem 1.0
name eog-plugins
-version 3.14.1
+version 3.16.0
license GPL-2+
set branch [join [lrange [split ${version} .] 0 1] .]
description Extra plugins for the Eye of GNOME image viewer
@@ -17,11 +17,15 @@
use_xz yes
-checksums rmd160 bfd4c593a28d538f5014ac55badc650c2cfe9037 \
- sha256 12070173d875d6e9f70d8b918bbf3dfcc5af8c1681e4fabf212dae96b85318f5
+checksums rmd160 25e15727c066b0bd3fc3c48927ed06e600d35551 \
+ sha256 6fab1c1e0705fc2b0e4a63caf3ba1c5b64b4eaa1301e4cbc04bb934428b68450
depends_build port:pkgconfig \
- port:intltool
+ port:intltool \
+ port:gnome-common \
+ port:autoconf \
+ port:automake \
+ port:libtool
depends_lib port:eog \
port:gtk3 \
@@ -37,14 +41,13 @@
depends_lib-append port:gnome-icon-theme
-# 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-python \
--disable-schemas-compile \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150511/ab420d77/attachment.html>
More information about the macports-changes
mailing list