Modified: trunk/dports/gnome/epiphany/Portfile (107326 => 107327)
--- trunk/dports/gnome/epiphany/Portfile 2013-06-25 16:56:56 UTC (rev 107326)
+++ trunk/dports/gnome/epiphany/Portfile 2013-06-25 17:27:52 UTC (rev 107327)
@@ -5,7 +5,7 @@
name epiphany
version 2.30.6
-revision 11
+revision 12
license GPL-2+
set branch [join [lrange [split ${version} .] 0 1] .]
description A GNOME Web browser.
@@ -30,7 +30,7 @@
port:gnome-common \
port:gnome-doc-utils
-depends_lib port:gconf \
+depends_lib port:gconf \
port:webkit-gtk \
port:icu \
port:jpeg \
@@ -39,6 +39,9 @@
port:nss \
port:iso-codes
+depends_run port:gnome-settings-daemon \
+ port:yelp
+
configure.args --with-distributor-name=MacPorts \
--enable-introspection=no \
--disable-zeroconf \
@@ -54,9 +57,9 @@
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"
+ system "${prefix}/bin/scrollkeeper-update"
+ system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications"
+ system "${prefix}/bin/update-mime-database ${prefix}/share/mime"
system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
}