Modified: trunk/dports/gnome/seahorse-plugins/Portfile (107324 => 107325)
--- trunk/dports/gnome/seahorse-plugins/Portfile 2013-06-25 16:56:12 UTC (rev 107324)
+++ trunk/dports/gnome/seahorse-plugins/Portfile 2013-06-25 16:56:34 UTC (rev 107325)
@@ -5,7 +5,7 @@
name seahorse-plugins
version 2.30.1
-revision 7
+revision 8
set branch [join [lrange [split ${version} .] 0 1] .]
description Seahorse plugins.
long_description ${description}
@@ -24,7 +24,8 @@
depends_build port:pkgconfig \
port:intltool \
- port:gnome-doc-utils
+ port:gnome-doc-utils \
+ port:desktop-file-utils
depends_lib port:seahorse \
port:nautilus \
@@ -44,7 +45,8 @@
post-activate {
system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
- system "${prefix}/bin/update-mime-database ${prefix}/share/mime; true"
+ system "${prefix}/bin/update-mime-database ${prefix}/share/mime"
+ system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
system "${prefix}/bin/scrollkeeper-update"
system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"