[107834] trunk/dports/gnome/gtk2/Portfile

devans at macports.org devans at macports.org
Sat Jul 6 10:46:31 PDT 2013


Revision: 107834
          https://trac.macports.org/changeset/107834
Author:   devans at macports.org
Date:     2013-07-06 10:46:31 -0700 (Sat, 06 Jul 2013)
Log Message:
-----------
gtk2: update to version 2.24.20, for compatibility with gtk3, gtk2 now looks for immodules.cache in /lib/gtk-2.0/2.10.0, update cache post activate.

Modified Paths:
--------------
    trunk/dports/gnome/gtk2/Portfile

Modified: trunk/dports/gnome/gtk2/Portfile
===================================================================
--- trunk/dports/gnome/gtk2/Portfile	2013-07-06 17:45:00 UTC (rev 107833)
+++ trunk/dports/gnome/gtk2/Portfile	2013-07-06 17:46:31 UTC (rev 107834)
@@ -7,7 +7,7 @@
 PortGroup           xcodeversion 1.0
 
 name                gtk2
-version             2.24.19
+version             2.24.20
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          gnome x11
 license             LGPL-2+
@@ -31,8 +31,8 @@
 
 minimum_xcodeversions {9 3.1}
 
-checksums           rmd160  7792e72e47d317f58e3cc4bfd20b556642ecfb6c \
-                    sha256  15b8bf463eba99abfa58270662914e8e9b83568ab4945b5f0ef1aa29e90becb8
+checksums           rmd160  893c5db6a269184b2462ae8aa45f6e755394abc7 \
+                    sha256  cc66bcbf9239a7d9861175c681ba95894b55c70dc0b37aad8345c46ecfda0da3
 
 patchfiles          patch-gtk-builder-convert.diff patch-aliases.diff
 
@@ -110,6 +110,8 @@
     ui_debug "Updating gdk-pixbuf.loaders..."
     system "${prefix}/bin/gdk-pixbuf-query-loaders \
         >${prefix}/etc/gtk-2.0/gdk-pixbuf.loaders"
+    ui_debug "Updating immodules.cache..."
+    system "${prefix}/bin/gtk-query-immodules-2.0 --update-cache"
 }
 
 platform darwin 8 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130706/da6feca1/attachment.html>


More information about the macports-changes mailing list