OSX: Change pyosmgpsmap package from autotools to distutils; distutils works better.

svn: r17853
This commit is contained in:
John Ralls 2011-06-28 18:54:30 +00:00
parent a4508a4914
commit c7511d17cd

View File

@ -144,7 +144,7 @@ ige-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
<branch module="goocanvas/0.15/goocanvas-0.15.tar.bz2" version="0.15"
repo="ftp.gnome.org"/>
<dependencies>
¡ <dep package="gtk+"/>
<dep package="gtk+"/>
</dependencies>
</autotools>
@ -152,7 +152,6 @@ ige-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
<branch module="pygoocanvas/0.14/pygoocanvas-0.14.1.tar.gz" version="0.14.1"
repo="ftp.gnome.org">
</branch>
<dependencies>
<dep package="goocanvas"/>
<dep package="pygtk"/>
@ -183,15 +182,15 @@ ige-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
</dependencies>
</autotools>
<autotools id="osmgpsmap-py">
<distutils id="osmgpsmap-py" autogen-sh="gnome-autogen.sh">
<branch module="osm-gps-map/python-osmgpsmap-0.7.3.tar.gz" repo="stowers"
version="0.7.3"/>
<dependencies>
<dep package="osmgpsmap"/>
<dep package="pygtk"/>
<dep package="pycairo"/>
<dep package="pycairo-python2.6"/>
<dep package="pygobject"/>
</dependencies>
</autotools>
</distutils>
</moduleset>