[135379] users/devans/GNOME-3/stable/dports/gnome/gnome-screenshot

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


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

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

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


Property changes on: users/devans/GNOME-3/stable/dports/gnome/gnome-screenshot
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/unstable/dports/gnome/gnome-screenshot:124300-125831
   + /users/devans/GNOME-3/unstable/dports/gnome/gnome-screenshot:124300-125831,133215-134540

Modified: users/devans/GNOME-3/stable/dports/gnome/gnome-screenshot/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-screenshot/Portfile	2015-04-23 15:22:32 UTC (rev 135378)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-screenshot/Portfile	2015-04-23 15:22:33 UTC (rev 135379)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                gnome-screenshot
-version             3.14.0
+version             3.16.0
 license             GPL-2
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         GNOME dictionary application.
@@ -19,11 +19,15 @@
 
 use_xz              yes
 
-checksums           rmd160  c1d81deee4ae3c6c8288e261d376aca76a19ee69 \
-                    sha256  d96f108421ab04ee5d26387387df3858764e61d7718c7376cbf87890bf33912a
+checksums           rmd160  9de057a14828da9815acd90fb2e501a98b5a9b91 \
+                    sha256  3bb70d49bfde522964df93f6d78983096a6f618631d42a570e63760392574b42
 
 depends_build       port:pkgconfig \
-                    port:intltool
+                    port:intltool \
+                    port:gnome-common \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
 depends_lib         port:desktop-file-utils \
                     port:gtk3 \
@@ -33,14 +37,13 @@
 depends_run         port:gnome-settings-daemon \
                     port:yelp
 
-# update m4/intltool.m4 and autoreconf
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
-    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
 }
 
-use_autoreconf      yes
-autoreconf.args     -fvi
+configure.cmd       ./autogen.sh
 
 # generate symbols for debugging
 

Added: users/devans/GNOME-3/stable/dports/gnome/gnome-screenshot/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-screenshot/files/autogen.sh	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-screenshot/files/autogen.sh	2015-04-23 15:22:33 UTC (rev 135379)
@@ -0,0 +1,24 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+PKG_NAME="gnome-screenshot"
+
+(test -f $srcdir/src/gnome-screenshot.c) || {
+    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
+}
+
+REQUIRED_AUTOCONF_VERSION=2.59
+REQUIRED_AUTOMAKE_VERSION=1.11
+REQUIRED_INTLTOOL_VERSION=0.40.0
+REQUIRED_PKG_CONFIG_VERSION=0.22
+. gnome-autogen.sh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150423/df44dfc7/attachment.html>


More information about the macports-changes mailing list