[107357] trunk/dports/gnome/balsa/Portfile

devans at macports.org devans at macports.org
Tue Jun 25 21:16:11 PDT 2013


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

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

Modified: trunk/dports/gnome/balsa/Portfile
===================================================================
--- trunk/dports/gnome/balsa/Portfile	2013-06-26 03:55:48 UTC (rev 107356)
+++ trunk/dports/gnome/balsa/Portfile	2013-06-26 04:16:11 UTC (rev 107357)
@@ -5,7 +5,7 @@
 
 name            balsa
 version         2.4.14
-revision        1
+revision        2
 license         GPL-2+
 description     GNOME e-mail client
 long_description \
@@ -29,7 +29,8 @@
                 port:intltool \
                 port:gnome-doc-utils
 
-depends_lib     port:libgnomeui \
+depends_lib     port:desktop-file-utils \
+                port:libgnomeui \
                 port:gmime \
                 port:gpgme \
                 port:gtksourceview2 \
@@ -42,6 +43,9 @@
                 port:openssl \
                 port:sqlite3
 
+depends_run     port:gnome-settings-daemon \
+                port:yelp
+
 configure.args  --with-gpgme \
                 --with-canberra \
                 --with-gtkspell \
@@ -55,6 +59,10 @@
 
 configure.cflags-append -D_DARWIN_C_SOURCE
 
+post-activate {
+    system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
+}
+
 livecheck.type  regex
 livecheck.url   ${homepage}
 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130625/d6bbca38/attachment.html>


More information about the macports-changes mailing list