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:
authorAaron Bockover <abockover@novell.com>2010-08-28 19:15:01 +0400
committerAaron Bockover <abockover@novell.com>2010-08-28 19:15:01 +0400
commit30e8de3355b674413912e7ab23fbc757f56df05e (patch)
treed2926efe9608ed7683077c6c1e1a88dacf0ddbcc /packages/gtk+.py
parent9fd410dbf24abeb9fb80b0367b7596ef3c6ac56e (diff)
Across the board version bumps for packages
Diffstat (limited to 'packages/gtk+.py')
-rw-r--r--packages/gtk+.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/gtk+.py b/packages/gtk+.py
index 49e3809..9d50c08 100644
--- a/packages/gtk+.py
+++ b/packages/gtk+.py
@@ -1,8 +1,8 @@
class GtkPackage (GnomePackage):
def __init__ (self):
GnomePackage.__init__ (self, 'gtk+',
- version_major = '2.18',
- version_minor = '7',
+ version_major = '2.20',
+ version_minor = '1',
configure_flags = [
'--with-gdktarget=%{gdk_target}',
'--disable-cups',
@@ -15,7 +15,6 @@ class GtkPackage (GnomePackage):
self.gdk_target = 'quartz'
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=18773097865b173fb8c28b691e23d087f0269382',
'http://git.dronelabs.com/gtk+/patch/?id=729cbea7a2b27c4b8f2062316c0f406ab4c01dac'
])
elif Package.profile.name == 'linux':