[35821] trunk/dports/gnome/epiphany/Portfile

gui_dos at macports.org gui_dos at macports.org
Mon Apr 7 10:42:31 PDT 2008


Revision: 35821
          http://trac.macosforge.org/projects/macports/changeset/35821
Author:   gui_dos at macports.org
Date:     2008-04-07 10:42:30 -0700 (Mon, 07 Apr 2008)

Log Message:
-----------
epiphany: update to 2.22.1.1

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

Modified: trunk/dports/gnome/epiphany/Portfile
===================================================================
--- trunk/dports/gnome/epiphany/Portfile	2008-04-07 13:50:31 UTC (rev 35820)
+++ trunk/dports/gnome/epiphany/Portfile	2008-04-07 17:42:30 UTC (rev 35821)
@@ -1,7 +1,9 @@
 # $Id$
+
 PortSystem 1.0
+
 name		epiphany
-version		1.4.7
+version		2.22.1.1
 description	A GNOME Web browser.
 long_description	A web browser is more than an application, it is a \
 			way of thinking, it is a way of seeing the world. \
@@ -9,19 +11,30 @@
 			compliance.
 maintainers	nomaintainer
 categories	gnome www
-platforms	darwin 
+platforms	darwin
 homepage	http://www.gnome.org/projects/epiphany
-master_sites    gnome:sources/epiphany/1.4/
+master_sites    gnome:sources/epiphany/2.22/
 use_bzip2	yes
-checksums	md5 47909f75c6c87581172656ceed8c14b0
-depends_lib	bin:mozilla:mozilla bin:gnome-session:gnome-session lib:libiconv.2:libiconv
-configure.args	--mandir=${prefix}/share/man
-configure.cppflags-append "-L${prefix}/lib"
-configure.cflags-append "-no-cpp-precomp" 
-post-destroot   {                 
-        # make a da script happen
-        file copy ${destroot}${prefix}/bin/epiphany ${destroot}${prefix}/bin/epiphany-bin
-        file copy -force ${filespath}/epiphany ${destroot}${prefix}/bin/
-	# use da ${prefix} Luke ...
-	reinplace "s|/opt/local|${prefix}|g" ${destroot}${prefix}/bin/epiphany
+checksums	md5 24bb8c430a6165b9c43a2ed0452cc6a5
+depends_build   port:gnome-doc-utils
+depends_lib	port:iso-codes \
+                port:libgnomeui \
+                port:firefox-x11 \
+                port:py25-gnome \
+                port:gnome-desktop \
+                port:libgnomeprintui
+#               port:enchant
+
+configure.args  --with-gecko=firefox --disable-scrollkeeper
+configure.python  ${prefix}/bin/python2.5
+
+pre-configure {
+    reinplace "s|--rpath=|-rpath |g" ${worksrcpath}/configure
 }
+
+post-activate {
+        system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
+        system "${prefix}/bin/scrollkeeper-update; true"
+        system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true"
+        system "${prefix}/bin/update-mime-database ${prefix}/share/mime; true"
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080407/735eba06/attachment.html


More information about the macports-changes mailing list