[135362] users/devans/GNOME-3/stable/dports/gnome/eog-plugins

devans at macports.org devans at macports.org
Thu Apr 23 08:22:10 PDT 2015


Revision: 135362
          https://trac.macports.org/changeset/135362
Author:   devans at macports.org
Date:     2015-04-23 08:22:09 -0700 (Thu, 23 Apr 2015)
Log Message:
-----------
GNOME-3/stable: eog-plugins, 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/eog-plugins/Portfile

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

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


Property changes on: users/devans/GNOME-3/stable/dports/gnome/eog-plugins
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk/dports/gnome/eog-plugins:113657-127228
/users/devans/GNOME-3/unstable/dports/gnome/eog-plugins:116525-118152,124221-125772
   + /trunk/dports/gnome/eog-plugins:113657-127228
/users/devans/GNOME-3/unstable/dports/gnome/eog-plugins:116525-118152,124221-125772,133199-134397

Modified: users/devans/GNOME-3/stable/dports/gnome/eog-plugins/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/eog-plugins/Portfile	2015-04-23 15:22:08 UTC (rev 135361)
+++ users/devans/GNOME-3/stable/dports/gnome/eog-plugins/Portfile	2015-04-23 15:22:09 UTC (rev 135362)
@@ -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 \

Added: users/devans/GNOME-3/stable/dports/gnome/eog-plugins/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/eog-plugins/files/autogen.sh	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/eog-plugins/files/autogen.sh	2015-04-23 15:22:09 UTC (rev 135362)
@@ -0,0 +1,23 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+PKG_NAME="eog-plugins"
+
+(test -f $srcdir/configure.ac) || {
+    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 Subversion"
+    exit 1
+}
+REQUIRED_AUTOCONF_VERSION=2.59
+REQUIRED_AUTOMAKE_VERSION=1.11
+REQUIRED_INTLTOOL_VERSION=0.50.1
+REQUIRED_PKG_CONFIG_VERSION=0.16.0
+USE_GNOME2_MACROS=1 . gnome-autogen.sh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150423/4db0869a/attachment.html>


More information about the macports-changes mailing list