[122361] trunk/dports/games/pioneers

snc at macports.org snc at macports.org
Mon Jul 21 09:01:19 PDT 2014


Revision: 122361
          https://trac.macports.org/changeset/122361
Author:   snc at macports.org
Date:     2014-07-21 09:01:19 -0700 (Mon, 21 Jul 2014)
Log Message:
-----------
pioneers: update to 15.2

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

Removed Paths:
-------------
    trunk/dports/games/pioneers/files/patch-common-notifying-string.c.diff

Modified: trunk/dports/games/pioneers/Portfile
===================================================================
--- trunk/dports/games/pioneers/Portfile	2014-07-21 15:59:42 UTC (rev 122360)
+++ trunk/dports/games/pioneers/Portfile	2014-07-21 16:01:19 UTC (rev 122361)
@@ -5,8 +5,7 @@
 PortGroup           app 1.0
 
 name                pioneers
-version             14.1
-revision            3
+version             15.2
 categories          games
 license             GPL
 maintainers         snc gmail.com:jweede
@@ -21,27 +20,35 @@
 
 homepage            http://pio.sourceforge.net/
 platforms           freebsd darwin
-depends_build       port:gettext port:grep port:intltool port:p5.16-xml-parser \
-                    port:perl5 port:pkgconfig port:rarian
-depends_lib         port:atk port:expat port:fontconfig port:freetype \
-                    port:gettext port:gtk2 port:libiconv \
-                    port:libpng port:xorg-libX11 \
-                    port:xorg-libXau port:xorg-libXcomposite port:xorg-libXcursor \
-                    port:xorg-libXdamage port:xorg-libXdmcp port:xorg-libXext \
-                    port:xorg-libXfixes port:xorg-libXi port:xorg-libXinerama \
-                    port:xorg-libXrandr port:xorg-libxcb port:xrender port:zlib
+depends_build       port:intltool \
+                    port:pkgconfig \
+                    port:rarian
+depends_lib         port:atk \
+                    path:lib/pkgconfig/cairo.pc:cairo \
+                    port:fontconfig \
+                    port:freetype \
+                    port:gdk-pixbuf2 \
+                    port:gettext \
+                    port:glib2 \
+                    port:gtk3 \
+                    path:lib/pkgconfig/pango.pc:pango
+                    #port:libpng
+# port:xorg-libX11 \
+#                    port:xorg-libXau port:xorg-libXcomposite port:xorg-libXcursor \
+#                    port:xorg-libXdamage port:xorg-libXdmcp port:xorg-libXext \
+#                    port:xorg-libXfixes port:xorg-libXi port:xorg-libXinerama \
+#                    port:xorg-libXrandr port:xorg-libxcb port:xrender port:zlib
                     
 
 master_sites        sourceforge:pio
 
-checksums           rmd160  fcf024d2cd0db78c7c06665c7c0135378b0be0d4 \
-                    sha256  5196ad2f7d4ba128f2ae138e4af9d03d62c366f0342b88d871af04294385f781
+checksums           rmd160  81efd8c9fa10b48ad3a1fa023e0edfcd9bbf3abd \
+                    sha256  6ddac3808eaec78afc96801a86f64e6e599d9f4ff30ad00960a38ada5e643eca
 
 post-extract {
     copy ${filespath}/launcher.sh ${worksrcpath}
 }
 
-patchfiles          patch-common-notifying-string.c.diff
 post-patch {
     reinplace s|@PREFIX@|${prefix}| ${worksrcpath}/launcher.sh
 }
@@ -52,6 +59,12 @@
     reinplace s|-Wl,--as-needed|| ${worksrcpath}/Makefile
 }
 
+post-activate {
+    system "${prefix}/bin/gtk-update-icon-cache --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"
+}
+
 app.name            Pioneers
 app.executable      ${worksrcpath}/launcher.sh
 app.icon            ${filespath}/logo.png

Deleted: trunk/dports/games/pioneers/files/patch-common-notifying-string.c.diff
===================================================================
--- trunk/dports/games/pioneers/files/patch-common-notifying-string.c.diff	2014-07-21 15:59:42 UTC (rev 122360)
+++ trunk/dports/games/pioneers/files/patch-common-notifying-string.c.diff	2014-07-21 16:01:19 UTC (rev 122361)
@@ -1,26 +0,0 @@
---- common/notifying-string.c.orig	2012-05-29 14:52:26.000000000 -0400
-+++ common/notifying-string.c	2012-05-29 14:52:48.000000000 -0400
-@@ -35,10 +35,10 @@
- typedef NotifyingStringClass SelfClass;
- 
- /* here are local prototypes */
--#line 0 "common/notifying-string.gob"
-+#line 1 "common/notifying-string.gob"
- static void notifying_string_init (NotifyingString * o) G_GNUC_UNUSED;
- #line 41 "notifying-string.c"
--#line 0 "common/notifying-string.gob"
-+#line 1 "common/notifying-string.gob"
- static void notifying_string_class_init (NotifyingStringClass * c) G_GNUC_UNUSED;
- #line 44 "notifying-string.c"
- 
---- common/gtk/scrollable-text-view.c.orig	2012-05-29 14:56:31.000000000 -0400
-+++ common/gtk/scrollable-text-view.c	2012-05-29 14:56:47.000000000 -0400
-@@ -63,7 +63,7 @@
- typedef ScrollableTextViewClass SelfClass;
- 
- /* here are local prototypes */
--#line 0 "common/gtk/scrollable-text-view.gob"
-+#line 1 "common/gtk/scrollable-text-view.gob"
- static void scrollable_text_view_class_init (ScrollableTextViewClass * c) G_GNUC_UNUSED;
- #line 69 "scrollable-text-view.c"
- #line 40 "common/gtk/scrollable-text-view.gob"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140721/faad598f/attachment-0001.html>


More information about the macports-changes mailing list