[108001] trunk/dports/gnome/gwget/Portfile

devans at macports.org devans at macports.org
Wed Jul 10 10:21:24 PDT 2013


Revision: 108001
          https://trac.macports.org/changeset/108001
Author:   devans at macports.org
Date:     2013-07-10 10:21:24 -0700 (Wed, 10 Jul 2013)
Log Message:
-----------
gwget: update desktop database post activate.

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

Modified: trunk/dports/gnome/gwget/Portfile
===================================================================
--- trunk/dports/gnome/gwget/Portfile	2013-07-10 17:07:51 UTC (rev 108000)
+++ trunk/dports/gnome/gwget/Portfile	2013-07-10 17:21:24 UTC (rev 108001)
@@ -25,10 +25,11 @@
 depends_build           port:pkgconfig \
                         port:intltool
 
-depends_lib             port:gconf \
+depends_lib             port:desktop-file-utils \
+                        port:gconf \
                         port:libgnomeui \
                         port:libglade2 \
-                        port:libnotify \
+                        port:libnotify
 
 depends_run             path:bin/wget:wget
 
@@ -38,7 +39,8 @@
                         --disable-schemas-install
 
 post-activate {
-   system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
+    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/20130710/12a3c949/attachment.html>


More information about the macports-changes mailing list