[23139] trunk/dports/gnome/evince/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Mon Mar 26 02:47:50 PDT 2007
Revision: 23139
http://trac.macosforge.org/projects/macports/changeset/23139
Author: rhwood at macports.org
Date: 2007-03-26 02:47:49 -0700 (Mon, 26 Mar 2007)
Log Message:
-----------
Upgrade to version 0.8.0
Claim joint maintainership with openmaintainer@
Correct dependencies based on trace output
Add recommended command to post-activate from the build logs
Whitespace changes
Fix some configuration settings
Modified Paths:
--------------
trunk/dports/gnome/evince/Portfile
Modified: trunk/dports/gnome/evince/Portfile
===================================================================
--- trunk/dports/gnome/evince/Portfile 2007-03-26 08:59:43 UTC (rev 23138)
+++ trunk/dports/gnome/evince/Portfile 2007-03-26 09:47:49 UTC (rev 23139)
@@ -1,34 +1,69 @@
# $Id$
PortSystem 1.0
name evince
-version 0.6.1
+version 0.8.0
description Evince is a document viewer for multiple document formats like pdf, and many others.
long_description ${description}
-maintainers nomaintainer at macports.org
+maintainers rhwood at macports.org openmaintainer at macports.org
categories gnome print
platforms darwin
homepage http://www.gnome.org/
-master_sites gnome:sources/evince/0.6/
+master_sites gnome:sources/evince/0.8/
use_bzip2 yes
-checksums md5 55a1d4af3cac209c7cfbe83b7ffcee1d
+checksums md5 b4f7b154535c05ca77a23be193fc458d
depends_lib \
- bin:gs:ghostscript \
- lib:libgnomeprintui-2:libgnomeprintui \
- lib:libpoppler:poppler \
- port:libgnomeui \
- port:dbus \
- port:dbus-glib
+ port:atk \
+ port:audiofile \
+ port:avahi \
+ port:cairo \
+ port:dbus \
+ port:dbus-glib \
+ port:esound \
+ port:expat \
+ port:fontconfig \
+ port:freetype \
+ port:gconf \
+ port:gettext \
+ port:glib2 \
+ port:gnome-keyring \
+ port:gnome-vfs \
+ port:gtk2 \
+ port:jpeg \
+ port:libart_lgpl \
+ port:libglade2 \
+ port:libgnome \
+ port:libgnomecanvas \
+ port:libgnomeui \
+ port:libiconv \
+ port:libpng \
+ port:libxml2 \
+ port:lbixslt \
+ port:nautilus \
+ port:openssl \
+ port:pango \
+ port:poppler \
+ port:popt \
+ port:tiff \
+ port:zlib
depends_build \
- bin:gnome-doc-prepare:gnome-doc-utils
-configure.args --disable-scrollkeeper
-configure.env CPPFLAGS="-no-cpp-precomp -L${prefix}/lib -I${prefix}/include" \
- CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" \
- LDFLAGS="-lstdc++"
+ port:gnome-doc-utils \
+ port:m4 \
+ port:perl5.8 \
+ port:pkgconfig \
+ port:scrollkeeper
+configure.args \
+ --disable-scrollkeeper \
+ --enable-nautilus \
+ --with-print=gtk
+configure.env \
+ CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
+ LDFLAGS="-lstdc++"
pre-build {
- # remove Russian translation since it botches the build for now
- file delete ${worksrcdir}/help/ru
+ # remove Russian translation since it botches the build for now
+ file delete ${worksrcdir}/help/ru
}
post-activate {
- system "scrollkeeper-update"
+ system "scrollkeeper-update"
+ system "gtk-update-icon-cache -f -t /opt/local/share/icons/hicolor"
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070326/18240f02/attachment.html
More information about the macports-changes
mailing list