Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2012-01-27 03:32:32 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2012-01-27 03:32:32 +0400
commit81b9db47705f1376c225ed19cca2e9b5bfabf395 (patch)
tree6dd747e333dba4c60add38c1e8f01b8e3cc7e4c0 /packages/gtk+.py
parent34f63348ec0d9771da8b4197e47ffb5e78b12253 (diff)
Updated GTK+ to 2.24.9
Diffstat (limited to 'packages/gtk+.py')
-rw-r--r--packages/gtk+.py16
1 files changed, 4 insertions, 12 deletions
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',