[122416] trunk/dports/games/pioneers/Portfile

snc at macports.org snc at macports.org
Tue Jul 22 07:14:33 PDT 2014


Revision: 122416
          https://trac.macports.org/changeset/122416
Author:   snc at macports.org
Date:     2014-07-22 07:14:33 -0700 (Tue, 22 Jul 2014)
Log Message:
-----------
pioneers: allow glib2-devel, fix post-activate

Modified Paths:
--------------
    trunk/dports/games/pioneers/Portfile

Modified: trunk/dports/games/pioneers/Portfile
===================================================================
--- trunk/dports/games/pioneers/Portfile	2014-07-22 14:13:40 UTC (rev 122415)
+++ trunk/dports/games/pioneers/Portfile	2014-07-22 14:14:33 UTC (rev 122416)
@@ -6,6 +6,7 @@
 
 name                pioneers
 version             15.2
+revision            1
 categories          games
 license             GPL
 maintainers         snc gmail.com:jweede
@@ -29,7 +30,7 @@
                     port:freetype \
                     port:gdk-pixbuf2 \
                     port:gettext \
-                    port:glib2 \
+                    path:lib/pkgconfig/glib-2.0.pc:glib2 \
                     port:gtk3 \
                     path:lib/pkgconfig/pango.pc:pango
                     #port:libpng
@@ -60,7 +61,7 @@
 }
 
 post-activate {
-    system "${prefix}/bin/gtk-update-icon-cache --ignore-theme-index ${prefix}/share/icons/hicolor"
+    system "${prefix}/bin/gtk-update-icon-cache-3.0 --ignore-theme-index ${prefix}/share/icons/hicolor"
     system "${prefix}/bin/update-mime-database -V ${prefix}/share/mime"
     system "${prefix}/bin/gdk-pixbuf-query-loaders > ${prefix}/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140722/99016d75/attachment.html>


More information about the macports-changes mailing list