[gtk-osx] Fix PyCairo to distutils (replacing autotools) and the pygobject3 dependency to py2cairo (for pytho



commit 99c274d896e27fd8686f474f047128a208577d04
Author: John Ralls <jralls ceridwen us>
Date:   Sat Oct 20 16:19:38 2012 -0700

    Fix PyCairo to  distutils (replacing autotools) and the pygobject3 dependency to py2cairo (for python 2.7).

 modulesets-unstable/gtk-osx-python.modules |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/modulesets-unstable/gtk-osx-python.modules b/modulesets-unstable/gtk-osx-python.modules
index 646f652..cceab17 100644
--- a/modulesets-unstable/gtk-osx-python.modules
+++ b/modulesets-unstable/gtk-osx-python.modules
@@ -96,7 +96,7 @@
     </after>
   </autotools>
 
- <autotools id="pycairo" >
+ <distutils id="pycairo" >
     <branch module="pycairo" repo="cairographics" />
     <dependencies>
       <dep package="cairo"/>
@@ -106,7 +106,7 @@
       <dep package="meta-gtk-osx-core"/>
       <dep package="meta-gtk-osx-gtk3"/>
     </after>
-  </autotools>
+ </distutils>
 
   <autotools id="pygobject" autogenargs="--disable-introspection">
     <branch revision="pygobject-2-28"/>
@@ -119,6 +119,7 @@
   <autotools id="pygobject3" >
     <branch module="pygobject" checkoutdir="pygobject3"/>
     <dependencies>
+      <dep package="py2cairo"/>
       <dep package="python2.7"/>
       <dep package="meta-gtk-osx-gtk3"/>
    </dependencies>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]