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-21 23:30:53 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2011-07-21 23:31:46 +0400
commitaa0a8c3b89540e6f5b2286dcad547bf38c63acb9 (patch)
tree61263b5ffce0ea1947a0ab0ad2329d80e9567195 /packages/gtk+.py
parentda72d8da32f2b5c392f4aaf120220ab068271557 (diff)
Updated some package versions
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 77c6a94..fbddbc3 100644
--- a/packages/gtk+.py
+++ b/packages/gtk+.py
@@ -2,11 +2,10 @@ class GtkPackage (GnomePackage):
def __init__ (self):
GnomePackage.__init__ (self, 'gtk+',
version_major = '2.24',
- version_minor = '1',
+ version_minor = '4',
configure_flags = [
'--with-gdktarget=%{gdk_target}',
'--disable-cups',
- '--without-libjasper'
]
)
@@ -15,7 +14,7 @@ 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=729cbea7a2b27c4b8f2062316c0f406ab4c01dac'
+ 'http://git.dronelabs.com/gtk+/patch/?id=729cbea7a2b27c4b8f2062316c0f406ab4c01dac',
])
def prep (self):