[92586] trunk/dports/kde/skrooge/Portfile

mk at macports.org mk at macports.org
Tue May 1 12:50:33 PDT 2012


Revision: 92586
          https://trac.macports.org/changeset/92586
Author:   mk at macports.org
Date:     2012-05-01 12:50:33 -0700 (Tue, 01 May 2012)
Log Message:
-----------
skrooge: run kbuildsycoca4 in post-activate step (issue #32993)

Modified Paths:
--------------
    trunk/dports/kde/skrooge/Portfile

Modified: trunk/dports/kde/skrooge/Portfile
===================================================================
--- trunk/dports/kde/skrooge/Portfile	2012-05-01 19:48:01 UTC (rev 92585)
+++ trunk/dports/kde/skrooge/Portfile	2012-05-01 19:50:33 UTC (rev 92586)
@@ -40,4 +40,7 @@
 patch.dir           ${workpath}/${distname}
 patch.pre_args      -p1
 
-notes "ATTENTION: All users wanting to use skrooge.app should run the command: \n ${prefix}/bin/kbuildsycoca4" 
+post-activate {
+    ui_msg "Calling kbuildsycoca4 in case KDE hasn't called it yet to make sure that plugins are loaded."
+    system "${prefix}/bin/kbuildsycoca4"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120501/37bac129/attachment.html>


More information about the macports-changes mailing list