[107982] trunk/dports/gnome/gnome-system-monitor/Portfile

devans at macports.org devans at macports.org
Tue Jul 9 20:55:10 PDT 2013


Revision: 107982
          https://trac.macports.org/changeset/107982
Author:   devans at macports.org
Date:     2013-07-09 20:55:10 -0700 (Tue, 09 Jul 2013)
Log Message:
-----------
gnome-system-monitor: update desktop database post activate, use full scrollkeeper path, dependencies.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-system-monitor/Portfile

Modified: trunk/dports/gnome/gnome-system-monitor/Portfile
===================================================================
--- trunk/dports/gnome/gnome-system-monitor/Portfile	2013-07-10 03:54:34 UTC (rev 107981)
+++ trunk/dports/gnome/gnome-system-monitor/Portfile	2013-07-10 03:55:10 UTC (rev 107982)
@@ -27,7 +27,9 @@
                 port:intltool \
                 port:gnome-doc-utils
 
-depends_lib     port:gconf \
+depends_lib     port:desktop-file-utils \
+                port:rarian \
+                port:gconf \
                 port:libgtop \
                 port:libwnck \
                 port:gnome-icon-theme \
@@ -42,7 +44,8 @@
                 --disable-schemas-install
 
 post-activate {
-    system "scrollkeeper-update"
+    system "${prefix}/bin/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/20130709/e505e6b3/attachment.html>


More information about the macports-changes mailing list