Modified: trunk/dports/gnome/ghex/Portfile (107359 => 107360)
--- trunk/dports/gnome/ghex/Portfile 2013-06-26 04:16:48 UTC (rev 107359)
+++ trunk/dports/gnome/ghex/Portfile 2013-06-26 04:17:10 UTC (rev 107360)
@@ -5,6 +5,7 @@
name ghex
version 2.24.0
+revision 1
license GPL-2
set branch [join [lrange [split ${version} .] 0 1] .]
description GHex - a binary editor.
@@ -28,15 +29,19 @@
port:intltool \
port:gnome-doc-utils
-depends_lib port:libgnomeprintui \
+depends_lib port:desktop-file-utils \
+ port:libgnomeprintui \
port:libgnomeui
+depends_run port:yelp
+
configure.args --disable-schemas-install \
--disable-scrollkeeper
post-activate {
- system "scrollkeeper-update"
- system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
+ system "scrollkeeper-update"
+ 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"
}