[113272] trunk/dports/gnome/evince

devans at macports.org devans at macports.org
Wed Nov 13 01:27:47 PST 2013


Revision: 113272
          https://trac.macports.org/changeset/113272
Author:   devans at macports.org
Date:     2013-11-13 01:27:47 -0800 (Wed, 13 Nov 2013)
Log Message:
-----------
evince: merge version 3.10.0 from GNOME-3 test branch.

Modified Paths:
--------------
    trunk/dports/gnome/evince/Portfile

Property Changed:
----------------
    trunk/dports/gnome/evince/


Property changes on: trunk/dports/gnome/evince
___________________________________________________________________
Added: svn:mergeinfo
   + /users/devans/GNOME-3/stable/dports/gnome/evince:108269-113174

Modified: trunk/dports/gnome/evince/Portfile
===================================================================
--- trunk/dports/gnome/evince/Portfile	2013-11-13 09:10:45 UTC (rev 113271)
+++ trunk/dports/gnome/evince/Portfile	2013-11-13 09:27:47 UTC (rev 113272)
@@ -1,12 +1,10 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
-PortGroup  muniversal 1.0
+PortSystem      1.0
 
 name            evince
-version         2.32.0
-revision        3
+version         3.10.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,63 +16,53 @@
 homepage        http://projects.gnome.org/evince/
 master_sites    gnome:sources/${name}/${branch}/
 
-use_bzip2       yes
+use_xz          yes
 
-checksums       rmd160  a2d52685ac119b70cf40f320de457b3dfbac2587 \
-                sha256  2a4c91ae38f8b5028cebb91b9da9ddc50ea8ae3f3d429df89ba351da2d787ff7
+checksums       rmd160  396323da7b7b12f2679aa9c1fa46641d98c9ee38 \
+                sha256  495e855af3f071277d79be97a36bf39938d13d09530e80412fed4b7c0b1bdd3e
 
-depends_build   port:gnome-doc-utils \
-                port:intltool \
-                port:pkgconfig
+depends_skip_archcheck gnome-settings-daemon
 
+depends_build   port:pkgconfig \
+                port:itstool
+
 depends_lib     port:desktop-file-utils \
-                port:gconf \
-                port:jpeg \
-                port:tiff \
-                port:libgnome-keyring \
                 port:gnome-icon-theme \
+                port:gnome-icon-theme-symbolic \
+                port:gdk-pixbuf2 \
+                port:gtk3 \
+                port:libxml2 \
+                port:xorg-libsm \
+                port:xorg-libice \
+                port:libsecret \
+                port:gsettings-desktop-schemas \
+                port:gobject-introspection \
                 port:poppler \
-                port:texlive-bin \
-                port:t1lib \
                 port:libspectre \
-                port:xorg-libsm \
-                port:xorg-libice
+                port:tiff \
+                port:texlive-bin \
+                port:t1lib
 
-depends_run     port:gnome-settings-daemon \
-                port:yelp
+depends_run     port:gnome-settings-daemon
 
-patchfiles      patch-configure.ac.diff
+configure.cflags-append -Wno-format-nonliteral
 
-use_autoreconf  yes
-autoreconf.args -fvi
-
-configure.args  --disable-scrollkeeper \
-                --disable-schemas-install \
-                --disable-schemas-compile \
+configure.args  --disable-schemas-compile \
                 --disable-silent-rules \
                 --disable-djvu \
+                --disable-xps \
                 --disable-nautilus \
-                --with-gtk=2.0 \
-                --enable-introspection=no \
+                --enable-introspection=yes \
                 --enable-debug \
                 --enable-ps \
                 --enable-pdf \
                 --enable-tiff \
                 --enable-dvi \
-                --enable-impress \
                 --enable-comics \
-                --enable-t1lib \
-                --enable-pixbuf \
-                --mandir=${prefix}/share/man
+                --enable-t1lib
 
-post-patch {
-    # Update for newer autoconf/automake
-    reinplace "/AM_PROG_CC_STDC/d" ${worksrcpath}/configure.ac
-}
-
-variant djvu description {Builds against port:djvulibre} {
-    configure.args-delete --disable-djvu
-    configure.args-append --enable-djvu
+variant djvu description {Support for djvu documents using djvulibre} {
+    configure.args-replace --disable-djvu --enable-djvu
     depends_lib-append port:djvulibre
 }
 
@@ -84,11 +72,8 @@
 }
 
 post-activate    {
-    system "${prefix}/bin/scrollkeeper-update"
-    system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
+    system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
-    system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
-        gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
     system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131113/61b04090/attachment-0001.html>


More information about the macports-changes mailing list