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-07-22 00:01:11 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2011-07-22 19:59:15 +0400
commite34be5413ee34f3c9ec9c28964c3a53ac2fe896e (patch)
treee0fc0788603836b77a0329e7dfd4032965d67143 /packages
parentb2b53c2461ef67d7b49629f528050416c4be8892 (diff)
Added a GTK+ patch for MacOS Lion
Diffstat (limited to 'packages')
-rw-r--r--packages/gtk+.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gtk+.py b/packages/gtk+.py
index fbddbc3..6d334c7 100644
--- a/packages/gtk+.py
+++ b/packages/gtk+.py
@@ -15,6 +15,7 @@ class GtkPackage (GnomePackage):
self.sources.extend ([
'http://github.com/jralls/gtk-osx-build/raw/master/patches/gdk-quartz-input-window.patch',
'http://git.dronelabs.com/gtk+/patch/?id=729cbea7a2b27c4b8f2062316c0f406ab4c01dac',
+ 'https://bugzilla.gnome.org/attachment.cgi?id=192416'
])
def prep (self):