[107360] trunk/dports/gnome/ghex/Portfile

devans at macports.org devans at macports.org
Tue Jun 25 21:17:10 PDT 2013


Revision: 107360
          https://trac.macports.org/changeset/107360
Author:   devans at macports.org
Date:     2013-06-25 21:17:10 -0700 (Tue, 25 Jun 2013)
Log Message:
-----------
ghex: rebuild to remove references to libeggdbus, missing dependencies, update desktop database post activate.

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

Modified: trunk/dports/gnome/ghex/Portfile
===================================================================
--- 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"
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130625/13fd10e2/attachment-0001.html>


More information about the macports-changes mailing list