[126530] trunk/dports/graphics/MyPaint/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Oct 11 05:15:38 PDT 2014


Revision: 126530
          https://trac.macports.org/changeset/126530
Author:   ryandesign at macports.org
Date:     2014-10-11 05:15:38 -0700 (Sat, 11 Oct 2014)
Log Message:
-----------
MyPaint-devel: use gtk-update-icon-cache-3.0

Modified Paths:
--------------
    trunk/dports/graphics/MyPaint/Portfile

Modified: trunk/dports/graphics/MyPaint/Portfile
===================================================================
--- trunk/dports/graphics/MyPaint/Portfile	2014-10-11 12:02:37 UTC (rev 126529)
+++ trunk/dports/graphics/MyPaint/Portfile	2014-10-11 12:15:38 UTC (rev 126530)
@@ -80,10 +80,6 @@
         ${docdir}
 }
 
-post-activate {
-    system "${prefix}/bin/gtk-update-icon-cache -tf ${prefix}/share/icons/hicolor"
-}
-
 app.executable              ${workpath}/${name}
 app.icon                    pixmaps/mypaint_logo.png
 
@@ -120,6 +116,10 @@
             ${docdir}
     }
 
+    post-activate {
+        system "${prefix}/bin/gtk-update-icon-cache -tf ${prefix}/share/icons/hicolor"
+    }
+
     livecheck.type          regex
     livecheck.url           [lindex ${master_sites} 0]
     livecheck.regex         ${my_name}-(\[0-9.\]+)${extract.suffix}
@@ -160,4 +160,8 @@
             README.md \
             ${docdir}
     }
+
+    post-activate {
+        system "${prefix}/bin/gtk-update-icon-cache-3.0 -tf ${prefix}/share/icons/hicolor"
+    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141011/0de1ce63/attachment.html>


More information about the macports-changes mailing list