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-11-07 20:16:55 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2011-11-07 20:16:55 +0400
commitefa6a3733897de46e1737263d0c21658126e4926 (patch)
tree458e9dcbd550306c71fa01d0700f2c4d40560f3b /packages/gtk+.py
parent6d79d1060223b9ab7abf33e533eba751810358e0 (diff)
Update GTK+ patches from the 2.24 branch
Diffstat (limited to 'packages/gtk+.py')
-rw-r--r--packages/gtk+.py29
1 files changed, 22 insertions, 7 deletions
diff --git a/packages/gtk+.py b/packages/gtk+.py
index fac35c3..10a9949 100644
--- a/packages/gtk+.py
+++ b/packages/gtk+.py
@@ -15,17 +15,32 @@ class GtkPackage (GnomePackage):
self.sources.extend ([
# post-2.24.7 commits from 2.24 branch
# gtkquartz: don't free the string returned by get_bundle_path()
- 'patches/gtk/01-c040b03c2e32a773a4d9cf4019050c2f8a5b91ce.patch',
+ 'http://git.gnome.org/browse/gtk+/patch/?id=c040b03c2e32a773a4d9cf4019050c2f8a5b91ce',
# gtkrc.key.mac: remove half the file, it was an accidential double paste
- 'patches/gtk/02-79a92f99a9dbdc7b1a651b0e8665807bd89c6632.patch',
+ 'http://git.gnome.org/browse/gtk+/patch/?id=79a92f99a9dbdc7b1a651b0e8665807bd89c6632',
# gtkrc.key.mac: add Command-cursor text navigation
- 'patches/gtk/03-ccf12f7b406ecbd8f0c26b0e6dc86d4593144dab.patch',
+ 'http://git.gnome.org/browse/gtk+/patch/?id=ccf12f7b406ecbd8f0c26b0e6dc86d4593144dab',
# gtkrc.key.mac: add '"' missing from last commit
- 'patches/gtk/04-e81b6971d85c7a782269454311b022ce14787486.patch',
+ 'http://git.gnome.org/browse/gtk+/patch/?id=e81b6971d85c7a782269454311b022ce14787486',
+ # Bug 662633 - Scheduled transaction editor crashes with gtk+-2.24.7
+ 'http://git.gnome.org/browse/gtk+/patch/?id=0a0fd5af99f2ae9b0f8cc6b943b98b7be43ed723',
+ # quartz: remove unused variable
+ 'http://git.gnome.org/browse/gtk+/patch/?id=0f7c96b61936dd4796a6b33a04be3ac76f6f96fc',
+ # quartz: Separate out screen_point conversion in function
+ 'http://git.gnome.org/browse/gtk+/patch/?id=cca1621e7117333ff6306b05e6508baab42e6210',
+ # quartz: Factor out toplevel from NSEvent code into function
+ 'http://git.gnome.org/browse/gtk+/patch/?id=d0e5025694697c5f3394c2e94a58b343a13dc8c6',
+ # quartz: Process motion events within windows bounds without window set
+ 'http://git.gnome.org/browse/gtk+/patch/?id=6725dee3aabc3335450657c5d40d54d6d217eeee',
+ # quartz: make test_resize () conform to coding style
+ 'http://git.gnome.org/browse/gtk+/patch/?id=ff75900b5308f074184e5ebc793f3567da61a978',
+ # quartz: make gdk_quartz_osx_version conform to coding style
+ 'http://git.gnome.org/browse/gtk+/patch/?id=5123ad079ea364a1083b579da92afc7415c0b8b7',
+ # quartz: handle recursive CFRunLoops
+ 'http://git.gnome.org/browse/gtk+/patch/?id=6f4a6b4936c78b34682547de323b2afaf4559be6',
- # https://bugzilla.gnome.org/show_bug.cgi?id=516725
- # http://bugzilla-attachments.gnome.org/attachment.cgi?id=200174
- 'patches/gtk/gtk-smooth-scrolling.patch',
+ # smooth scrolling, https://bugzilla.gnome.org/show_bug.cgi?id=516725
+ 'http://bugzilla-attachments.gnome.org/attachment.cgi?id=200174'
])
def prep (self):