[136625] users/devans/GNOME-3/unstable/dports/gnome/evince

devans at macports.org devans at macports.org
Sat May 23 07:52:31 PDT 2015


Revision: 136625
          https://trac.macports.org/changeset/136625
Author:   devans at macports.org
Date:     2015-05-23 07:52:30 -0700 (Sat, 23 May 2015)
Log Message:
-----------
GNOME-3/unstable: evince, sync with stable, update to version 3.17.1.

Modified Paths:
--------------
    users/devans/GNOME-3/unstable/dports/gnome/evince/Portfile

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

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


Property changes on: users/devans/GNOME-3/unstable/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/stable/dports/gnome/evince:132144-136490
/users/devans/GNOME-3/unstable/dports/gnome/evince:114069-118152,121463-125801

Modified: users/devans/GNOME-3/unstable/dports/gnome/evince/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/evince/Portfile	2015-05-23 14:52:29 UTC (rev 136624)
+++ users/devans/GNOME-3/unstable/dports/gnome/evince/Portfile	2015-05-23 14:52:30 UTC (rev 136625)
@@ -5,7 +5,7 @@
 PortGroup           gobject_introspection 1.0
 
 name                evince
-version             3.15.90
+version             3.17.1
 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  0107053f8989391c5e7bec3d535cde9cf3ce51dc \
-                    sha256  91824855d227d4d00036811df08a971fb6d6ce23fec0baf5d3d28cbdf2d92fd3
+checksums           rmd160  ffab672231aa5d134aaf0e2f507cfdba3c46883e \
+                    sha256  3acad4bff0adc8637a4d04e029d79956e83944a6a043fe231f6aa244d8045b91
 
 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 \
@@ -42,21 +46,20 @@
                     port:texlive-bin \
                     port:t1lib
 
-depends_run         port:gnome-settings-daemon
+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 \

Copied: users/devans/GNOME-3/unstable/dports/gnome/evince/files/autogen.sh (from rev 136490, users/devans/GNOME-3/stable/dports/gnome/evince/files/autogen.sh)
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/evince/files/autogen.sh	                        (rev 0)
+++ users/devans/GNOME-3/unstable/dports/gnome/evince/files/autogen.sh	2015-05-23 14:52:30 UTC (rev 136625)
@@ -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/20150523/e80304ee/attachment-0001.html>


More information about the macports-changes mailing list