[81046] trunk/dports/x11/gtk-chtheme
gui_dos at macports.org
gui_dos at macports.org
Sun Jul 24 01:52:02 PDT 2011
Revision: 81046
http://trac.macports.org/changeset/81046
Author: gui_dos at macports.org
Date: 2011-07-24 01:52:00 -0700 (Sun, 24 Jul 2011)
Log Message:
-----------
gtk-chtheme: replace GtkFunction with GSourceFunc (closes #28969, maintainer timeout)
Modified Paths:
--------------
trunk/dports/x11/gtk-chtheme/Portfile
Added Paths:
-----------
trunk/dports/x11/gtk-chtheme/files/patch-gtk-2.24.diff
Modified: trunk/dports/x11/gtk-chtheme/Portfile
===================================================================
--- trunk/dports/x11/gtk-chtheme/Portfile 2011-07-24 07:02:25 UTC (rev 81045)
+++ trunk/dports/x11/gtk-chtheme/Portfile 2011-07-24 08:52:00 UTC (rev 81046)
@@ -2,7 +2,7 @@
PortSystem 1.0
name gtk-chtheme
version 0.3.1
-revision 2
+revision 3
categories x11
platforms darwin
maintainers gmail.com:alexandernx
@@ -16,7 +16,8 @@
checksums md5 f688053bf26dd6c4f1cd0bf2ee33de2a
depends_lib lib:libgtk.2:gtk2
patchfiles Metadata.diff \
- patch-gtk-2.20.diff
+ patch-gtk-2.20.diff \
+ patch-gtk-2.24.diff
build.args CC=${configure.cc}
destroot.destdir DESTDIR=${destroot}${prefix}
use_configure no
Added: trunk/dports/x11/gtk-chtheme/files/patch-gtk-2.24.diff
===================================================================
--- trunk/dports/x11/gtk-chtheme/files/patch-gtk-2.24.diff (rev 0)
+++ trunk/dports/x11/gtk-chtheme/files/patch-gtk-2.24.diff 2011-07-24 08:52:00 UTC (rev 81046)
@@ -0,0 +1,11 @@
+--- theme_sel.c.orig 2011-07-24 10:35:40.000000000 +0200
++++ theme_sel.c 2011-07-24 10:43:33.000000000 +0200
+@@ -110,7 +110,7 @@
+ GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);
+ gtk_container_add(GTK_CONTAINER(sw), theme_list);
+
+- gtk_timeout_add(0, (GtkFunction)theme_list_focus, theme_list);
++ gtk_timeout_add(0, (GSourceFunc)theme_list_focus, theme_list);
+
+ return sw;
+ }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110724/46e90c88/attachment.html>
More information about the macports-changes
mailing list