[135427] users/devans/GNOME-3/stable/dports/gnome/gnome-photos
devans at macports.org
devans at macports.org
Thu Apr 23 09:43:34 PDT 2015
Revision: 135427
https://trac.macports.org/changeset/135427
Author: devans at macports.org
Date: 2015-04-23 09:43:34 -0700 (Thu, 23 Apr 2015)
Log Message:
-----------
GNOME-3/stable: gnome-photos, update to version 3.16.0, requires babl-devel gegl-devel, reconfigure using upstream autogen.sh for intltool 0.51 compatibility.
Modified Paths:
--------------
users/devans/GNOME-3/stable/dports/gnome/gnome-photos/Portfile
Added Paths:
-----------
users/devans/GNOME-3/stable/dports/gnome/gnome-photos/files/
users/devans/GNOME-3/stable/dports/gnome/gnome-photos/files/autogen.sh
Property Changed:
----------------
users/devans/GNOME-3/stable/dports/gnome/gnome-photos/
Property changes on: users/devans/GNOME-3/stable/dports/gnome/gnome-photos
___________________________________________________________________
Modified: svn:mergeinfo
- /users/devans/GNOME-3/unstable/dports/gnome/gnome-photos:120511-125933
+ /users/devans/GNOME-3/unstable/dports/gnome/gnome-photos:120511-125933,132286-134600
Modified: users/devans/GNOME-3/stable/dports/gnome/gnome-photos/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-photos/Portfile 2015-04-23 16:43:32 UTC (rev 135426)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-photos/Portfile 2015-04-23 16:43:34 UTC (rev 135427)
@@ -4,13 +4,13 @@
PortSystem 1.0
name gnome-photos
-version 3.14.2
+version 3.16.0
license GPL-2
set branch [join [lrange [split ${version} .] 0 1] .]
description Photo manager for GNOME.
long_description GNOME Photos is a simple standalone application to find, organize and view your photos.
-maintainers gmail.com:juanrgar devans openmaintainer
+maintainers juanrgar devans openmaintainer
categories gnome
platforms darwin
homepage https://wiki.gnome.org/Apps/Photos
@@ -18,22 +18,25 @@
use_xz yes
-checksums rmd160 2b49fd426d380a5b3382f28b10226f855b429e22 \
- sha256 1bce84bd0467647decf26f81e03535940ab65a7774f44e1395a2b87d88c0be96
+checksums rmd160 a25ab115744d2a31a071a91b612f5e1cc9a7f614 \
+ sha256 d2fe9e1f721863d14d0d9a0e138dd4443cf7a36c598c3005f65f69d26c59634b
depends_build port:pkgconfig \
port:intltool \
port:itstool \
port:yelp-tools \
- port:gnome-common
+ port:gnome-common \
+ port:autoconf \
+ port:automake \
+ port:libtool
depends_lib port:desktop-file-utils \
port:gtk3 \
- port:babl \
+ port:babl-devel \
port:cairo \
port:exempi \
port:gfbgraph \
- port:gegl \
+ port:gegl-devel \
port:gdk-pixbuf2 \
port:gnome-desktop \
port:gnome-online-accounts \
@@ -47,14 +50,15 @@
depends_run port:gnome-settings-daemon \
port:yelp
-# update m4/intltool.m4 and autoreconf
+patchfiles patch-configure.ac.diff
-pre-configure {
- copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
+
+post-patch {
+ xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
}
-use_autoreconf yes
-autoreconf.args -fvi
+configure.cmd ./autogen.sh
configure.args --disable-schemas-compile \
--disable-silent-rules
Added: users/devans/GNOME-3/stable/dports/gnome/gnome-photos/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-photos/files/autogen.sh (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-photos/files/autogen.sh 2015-04-23 16:43:34 UTC (rev 135427)
@@ -0,0 +1,47 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+(test -f $srcdir/configure.ac) || {
+ echo "**Error**: Directory "\`$srcdir\'" does not look like the top-level project directory"
+ exit 1
+}
+
+PKG_NAME=`autoconf --trace "AC_INIT:$1" "$srcdir/configure.ac"`
+ACLOCAL_FLAGS="-I libgd $ACLOCAL_FLAGS"
+
+if [ "$#" = 0 -a "x$NOCONFIGURE" = "x" ]; then
+ echo "**Warning**: I am going to run \`configure\' with no arguments." >&2
+ echo "If you wish to pass any to it, please specify them on the" >&2
+ echo \`$0\'" command line." >&2
+ echo "" >&2
+fi
+
+# git submodule update --init --recursive
+
+# if the AC_CONFIG_MACRO_DIR() macro is used, create that directory
+# This is a automake bug fixed in automake 1.13.2
+# See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13514
+m4dir=`autoconf --trace 'AC_CONFIG_MACRO_DIR:$1'`
+if [ -n "$m4dir" ]; then
+ mkdir -p $m4dir
+fi
+
+set -x
+
+intltoolize --force --copy --automake || exit 1
+autoreconf --verbose --force --install -Wno-portability || exit 1
+
+if [ "$NOCONFIGURE" = "" ]; then
+ $srcdir/configure "$@" || exit 1
+
+ if [ "$1" = "--help" ]; then exit 0 else
+ echo "Now type \`make\' to compile $PKG_NAME" || exit 1
+ fi
+else
+ echo "Skipping configure process."
+fi
+
+set +x
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150423/3fd6af1d/attachment-0001.html>
More information about the macports-changes
mailing list