[gtk-osx] [Bug 52] Disable Python bindings
- From: John Ralls <jralls src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-osx] [Bug 52] Disable Python bindings
- Date: Thu, 20 Oct 2011 18:11:25 +0000 (UTC)
commit beb67ef3ffb93c60f9287b403cfa61341ad9b5a8
Author: John Ralls <jralls ceridwen us>
Date: Thu Oct 20 11:10:48 2011 -0700
[Bug 52] Disable Python bindings
modulesets-stable/gtk-osx-bootstrap.modules | 6 ++++++
modulesets-stable/gtk-osx-unsupported.modules | 5 ++++-
modulesets-unstable/gtk-osx-unsupported.modules | 2 +-
modulesets/gtk-osx-unsupported.modules | 12 +++++++-----
4 files changed, 18 insertions(+), 7 deletions(-)
---
diff --git a/modulesets-stable/gtk-osx-bootstrap.modules b/modulesets-stable/gtk-osx-bootstrap.modules
index f907cbb..7458fc6 100644
--- a/modulesets-stable/gtk-osx-bootstrap.modules
+++ b/modulesets-stable/gtk-osx-bootstrap.modules
@@ -19,6 +19,8 @@
href="http://icon-theme.freedesktop.org/releases/"/>
<repository type="tarball" name="ftp.gnu.org"
href="http://ftp.gnu.org/gnu/"/>
+ <repository type="tarball" name="cmake"
+ href="http://www.cmake.org/files/"/>
<!-- Libpng-1.5 has made private struct definitions; gdk-pixbuf 2-23
hasn't adjusted -->
@@ -139,6 +141,10 @@
</dependencies>
</autotools>
+ <autotools id="cmake" autogen-sh="bootstrap"
+ autogen-template="%(srcdir)s/%(autogen-sh)s --prefix=%(prefix)s %(autogenargs)s">
+ <branch repo="cmake" module="v2.8/cmake-2.8.6.tar.gz" version="2.8.6"/>
+ </autotools>
<metamodule id="meta-gtk-osx-bootstrap">
<dependencies>
diff --git a/modulesets-stable/gtk-osx-unsupported.modules b/modulesets-stable/gtk-osx-unsupported.modules
index 44c5911..60d015d 100644
--- a/modulesets-stable/gtk-osx-unsupported.modules
+++ b/modulesets-stable/gtk-osx-unsupported.modules
@@ -64,9 +64,12 @@
</autotools>
<!-- Libsoup doesn't work with newer versions of libproxy -->
- <cmake id='libproxy'>
+ <cmake id='libproxy' cmakeargs="-DWITH_PYTHON=OFF">
<branch version='0.4.7' module='libproxy-0.4.7.tar.gz'
repo='libproxy.google.com'/>
+ <dependencies>
+ <dep package="cmake"/>
+ </dependencies>
</cmake>
<autotools id="gnome-keyring" autogenargs="--disable-pam">
diff --git a/modulesets-unstable/gtk-osx-unsupported.modules b/modulesets-unstable/gtk-osx-unsupported.modules
index 3d22ffc..225e20f 100644
--- a/modulesets-unstable/gtk-osx-unsupported.modules
+++ b/modulesets-unstable/gtk-osx-unsupported.modules
@@ -125,7 +125,7 @@
</dependencies>
</autotools>
- <cmake id='libproxy'>
+ <cmake id='libproxy' cmakeargs="-DWITH_PYTHON=OFF">
<branch repo='libproxy.google.com' module="trunk" />
</cmake>
diff --git a/modulesets/gtk-osx-unsupported.modules b/modulesets/gtk-osx-unsupported.modules
index 3765b43..2775794 100644
--- a/modulesets/gtk-osx-unsupported.modules
+++ b/modulesets/gtk-osx-unsupported.modules
@@ -63,11 +63,13 @@
</autotools>
<!-- Libsoup doesn't work with newer versions of libproxy -->
- <autotools id='libproxy'
- autogen-template="%(srcdir)s/%(autogen-sh)s && %(srcdir)s/configure --prefix %(prefix)s --libdir %(libdir)s %(autogenargs)s">
- <branch repo='libproxy.google.com'
- tag="libproxy-0.3.1" />
- </autotools>
+ <cmake id='libproxy' cmakeargs="-DWITH_PYTHON=OFF">
+ <branch version='0.4.7' module='libproxy-0.4.7.tar.gz'
+ repo='libproxy.google.com'/>
+ <dependencies>
+ <dep package="cmake"/>
+ </dependencies>
+ </cmake>
<autotools id="gnome-keyring">
<branch revision="gnome-2-32"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]