Change OsmGpsMaps to git branch gtk2 from tarball
Prereq for cherry-picking Open Street Maps and Google Maps fixes.
This commit is contained in:
@ -21,8 +21,8 @@
|
|||||||
href="http://download.oracle.com/"/>
|
href="http://download.oracle.com/"/>
|
||||||
<repository type="tarball" name="pymodules"
|
<repository type="tarball" name="pymodules"
|
||||||
href="http://pypi.python.org/packages/source/"/>
|
href="http://pypi.python.org/packages/source/"/>
|
||||||
<repository type="tarball" name="stowers"
|
<repository type="git" name="github"
|
||||||
href="http://www.johnstowers.co.nz/files/"/>
|
href="git://github.com/"/>
|
||||||
<repository type="tarball" name="graphviz"
|
<repository type="tarball" name="graphviz"
|
||||||
href="http://www.graphviz.org/pub/graphviz/stable/SOURCES/"/>
|
href="http://www.graphviz.org/pub/graphviz/stable/SOURCES/"/>
|
||||||
<repository type="tarball" name="launchpad"
|
<repository type="tarball" name="launchpad"
|
||||||
@ -74,7 +74,7 @@ ige-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
|
|||||||
<dep package="shared-mime-info"/>
|
<dep package="shared-mime-info"/>
|
||||||
<dep package="hunspell"/>
|
<dep package="hunspell"/>
|
||||||
<dep package="pygtk-extras"/>
|
<dep package="pygtk-extras"/>
|
||||||
<dep package="osmgpsmap-py"/>
|
<dep package="osmgpsmap"/>
|
||||||
<dep package="graphviz"/>
|
<dep package="graphviz"/>
|
||||||
<dep package="pyicu"/>
|
<dep package="pyicu"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
@ -93,7 +93,7 @@ ige-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
|
|||||||
<dep package="shared-mime-info"/>
|
<dep package="shared-mime-info"/>
|
||||||
<dep package="hunspell"/>
|
<dep package="hunspell"/>
|
||||||
<dep package="pygtk-extras"/>
|
<dep package="pygtk-extras"/>
|
||||||
<dep package="osmgpsmap-py"/>
|
<dep package="osmgpsmap"/>
|
||||||
<dep package="graphviz"/>
|
<dep package="graphviz"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<after>
|
<after>
|
||||||
@ -138,27 +138,15 @@ ige-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
|
|||||||
<branch module="xdg-utils-1.0.2.tgz" version="1.0.2" repo="xdg-utils"/>
|
<branch module="xdg-utils-1.0.2.tgz" version="1.0.2" repo="xdg-utils"/>
|
||||||
</autotools>
|
</autotools>
|
||||||
|
|
||||||
<autotools id="osmgpsmap" autogenargs="--disable-introspection"
|
<autotools id="osmgpsmap" skip-autogen="never"
|
||||||
autogen-sh="configure">
|
supports-non-srcdir-builds="no">
|
||||||
<branch module="osm-gps-map/osm-gps-map-0.7.3.tar.gz" repo="stowers"
|
<branch module="nzjrs/osm-gps-map" revision="gtk2" repo="github"/>
|
||||||
version="0.7.3"/>
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dep package="gtk+"/>
|
<dep package="gtk+"/>
|
||||||
<dep package="libsoup"/>
|
<dep package="libsoup"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</autotools>
|
</autotools>
|
||||||
|
|
||||||
<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-python2.6"/>
|
|
||||||
<dep package="pygobject"/>
|
|
||||||
</dependencies>
|
|
||||||
</distutils>
|
|
||||||
|
|
||||||
<autotools id="graphviz" autogen-sh="configure"
|
<autotools id="graphviz" autogen-sh="configure"
|
||||||
autogenargs="--disable-sharp --disable-guile --disable-java --disable-lua --disable-ocaml --disable-perl --disable-php --disable-r --disable-ruby --disable-tcl --without-x --with-pangocairo --with-included-ltdl=yes">
|
autogenargs="--disable-sharp --disable-guile --disable-java --disable-lua --disable-ocaml --disable-perl --disable-php --disable-r --disable-ruby --disable-tcl --without-x --with-pangocairo --with-included-ltdl=yes">
|
||||||
<branch module="graphviz-2.28.0.tar.gz" version="2.28.0" repo="graphviz"/>
|
<branch module="graphviz-2.28.0.tar.gz" version="2.28.0" repo="graphviz"/>
|
||||||
|
Reference in New Issue
Block a user