[135364] users/devans/GNOME-3/stable/dports/gnome/evince

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


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

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

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


Property changes on: users/devans/GNOME-3/stable/dports/gnome/evince
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk/dports/gnome/evince:108265-127228
/users/devans/GNOME-3/unstable/dports/gnome/evince:114069-118152,121463-125801
   + /trunk/dports/gnome/evince:108265-127228
/users/devans/GNOME-3/unstable/dports/gnome/evince:114069-118152,121463-125801,132273-134523

Modified: users/devans/GNOME-3/stable/dports/gnome/evince/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/evince/Portfile	2015-04-23 15:22:11 UTC (rev 135363)
+++ users/devans/GNOME-3/stable/dports/gnome/evince/Portfile	2015-04-23 15:22:13 UTC (rev 135364)
@@ -5,7 +5,7 @@
 PortGroup           gobject_introspection 1.0
 
 name                evince
-version             3.14.2
+version             3.16.0
 license             GPL-2+
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Evince is a document viewer for multiple document formats like pdf, and many others.
@@ -18,14 +18,18 @@
 
 use_xz              yes
 
-checksums           rmd160  fc90a36bd67948736e2166c75fb0abcb36df9b9a \
-                    sha256  4c591d0b879092a5f6c9140b75f15bdea3665a332e9b384957c453fd67bf0070
+checksums           rmd160  109df2d5902ddc18e0468f104ee44b8c50dca2e4 \
+                    sha256  5138e2d05ccfe5e40df0c840b34f334c1f2bc03e5456aa954e64673d504ccd04
 
 depends_build       port:pkgconfig \
                     port:intltool \
                     port:itstool \
                     port:yelp-tools \
-                    port:gnome-common
+                    port:gnome-common \
+                    port:gtk-doc \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
 depends_lib         port:desktop-file-utils \
                     port:adwaita-icon-theme \
@@ -45,19 +49,17 @@
 depends_run         port:gnome-settings-daemon \
                     port:yelp
 
+gobject_introspection yes
+
 patchfiles          patch-browser-plugin-Makefile.am.diff
 
-gobject_introspection yes
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
-# update m4/intltool.m4 and autoreconf
-# teach glibtool about -stdlib=libc++
-
-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-schemas-compile \
                     --disable-silent-rules \

Added: users/devans/GNOME-3/stable/dports/gnome/evince/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/evince/files/autogen.sh	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/evince/files/autogen.sh	2015-04-23 15:22:13 UTC (rev 135364)
@@ -0,0 +1,23 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+PKG_NAME="evince"
+
+(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 CVS"
+    exit 1
+}
+
+REQUIRED_AUTOMAKE_VERSION=1.10
+REQUIRED_GTK_DOC_VERSION=1.13
+USE_GNOME2_MACROS=1
+. gnome-autogen.sh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150423/5045ba81/attachment.html>


More information about the macports-changes mailing list