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>2011-10-26 04:07:29 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2011-10-26 04:07:29 +0400
commit5bc0b1567b3717559063f13091502d8ce29d644c (patch)
treef09b3e2d176d1f87fdf9791ef086b2f26bfecd78 /packages/gtk+.py
parent7185c5ef58757949197081808bf237f0111e7a86 (diff)
Updated GTK to 2.24.7 and reviewed patches
Several changes still need to be tracked in MD, and some patches need to be reviewed,
Diffstat (limited to 'packages/gtk+.py')
-rw-r--r--packages/gtk+.py32
1 files changed, 4 insertions, 28 deletions
diff --git a/packages/gtk+.py b/packages/gtk+.py
index 7cbc319..7b5061d 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 = '5',
+ version_minor = '7',
configure_flags = [
'--with-gdktarget=%{gdk_target}',
# '--disable-cups',
@@ -14,37 +14,13 @@ class GtkPackage (GnomePackage):
self.gdk_target = 'quartz'
self.sources.extend ([
#patches from gtk-osx-build
- 'patches/gtk/gtkselection.patch',
- 'patches/gtk/gtk-keyhash.patch',
- 'patches/gtk/gtk-relocation.patch',
- 'patches/gtk/gdk-deadkeys.patch',
- 'patches/gtk/gdkeventloop.patch',
- 'patches/gtk/gtkdndmemory.patch',
+# 'patches/gtk/gtkselection.patch',
+# 'patches/gtk/gtkdndmemory.patch',
'patches/gtk/gtkselection_deref.patch',
- # Bug 346609 - [PATCH] Quartz backend has no support for one-button mice
- #https://bugzilla.gnome.org/show_bug.cgi?id=346609
- 'patches/gtk/gtkcontrolclick.patch',
-
- # Bug 655074 - [PATCH] Fix crash with undecorated windows on MacOS Lion
- #https://bugzilla.gnome.org/show_bug.cgi?id=655074
- 'patches/gtk/gtkundecoratedwindow.patch',
-
# add some missing keybindings
- 'patches/gtk/gtkmackeys.patch',
-
- # Bug 655122 - Crash when resizing window on MacOS Lion
- # https://bugzilla.gnome.org/show_bug.cgi?id=655122
- 'patches/gtk/gtklionresizecrash.patch',
-
- # Bug 655087 - CoreGraphics error "clip: empty path" creating
- # new window on Lion
- # https://bugzilla.gnome.org/show_bug.cgi?id=655087
- 'patches/gtk/gdk-empty-clip.patch',
+# 'patches/gtk/gtkmackeys.patch',
- # Bug 508601 - Copying from GTK+ applications causes crash
- # https://bugzilla.gnome.org/show_bug.cgi?id=508601
- 'patches/gtk/gtk-clipboard-crash.patch',
])
def prep (self):