From 81b9db47705f1376c225ed19cca2e9b5bfabf395 Mon Sep 17 00:00:00 2001 From: Michael Hutchinson Date: Thu, 26 Jan 2012 18:32:32 -0500 Subject: Updated GTK+ to 2.24.9 --- packages/gtk+.py | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'packages/gtk+.py') diff --git a/packages/gtk+.py b/packages/gtk+.py index 93163eb..bd016c9 100644 --- a/packages/gtk+.py +++ b/packages/gtk+.py @@ -2,7 +2,7 @@ class GtkPackage (GnomePackage): def __init__ (self): GnomePackage.__init__ (self, 'gtk+', version_major = '2.24', - version_minor = '8', + version_minor = '9', configure_flags = [ '--with-gdktarget=%{gdk_target}', # '--disable-cups', @@ -13,17 +13,9 @@ class GtkPackage (GnomePackage): if Package.profile.name == 'darwin': self.gdk_target = 'quartz' self.sources.extend ([ - # post-2.24.8 commits from 2.24 branch - # quartz: fix a race condition when waking up the CGRunLoopgtk - 'http://git.gnome.org/browse/gtk+/patch/?id=0729cdc9a1e8003c41d3ebf20eecfe2d1b29ffbe', - # Revert "iconview: layout items immediately when setting a GtkTreeModel" - 'http://git.gnome.org/browse/gtk+/patch/?id=5c3bb1839cac52828756f9ddb98f49d586853991', - # notebook: don't leak the action widgets - 'http://git.gnome.org/browse/gtk+/patch/?id=4c35d987dfe3b169f0448d5c27e5ebad06f91cab', - # Bug 663856 - Make option-foo accelerators use the right symbol - 'http://git.gnome.org/browse/gtk+/patch/?id=2e06f63743010da065f59234e7f5062205e31b43', - # [Bug 664238] GTK apps crash when dragging somethinggtk - 'http://git.gnome.org/browse/gtk+/patch/?id=7c77f9a69ab4dfea9f015cf09db6d501576523aa', + # post-2.24.9 commits from 2.24 branch + # Bug 667691 - implement gdk_window_restack() for Quartz + 'http://git.gnome.org/browse/gtk+/patch/?id=5f48cfe4918d54d91ec2a87877be6a19b6d43b45', # smooth scrolling, https://bugzilla.gnome.org/show_bug.cgi?id=516725 'http://bugzilla-attachments.gnome.org/attachment.cgi?id=201916', -- cgit v1.2.3