Aggregated patches to gramps.modules
svn: r17398
This commit is contained in:
parent
d1b9813333
commit
b5b49c440f
@ -21,6 +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"
|
||||||
|
href="http://www.johnstowers.co.nz/files/"/>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Special instructions:
|
Special instructions:
|
||||||
@ -48,10 +50,11 @@ ige-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
|
|||||||
|
|
||||||
|
|
||||||
<include href="http://github.com/jralls/gtk-osx-build/raw/master/modulesets-stable/gtk-osx.modules"/>
|
<include href="http://github.com/jralls/gtk-osx-build/raw/master/modulesets-stable/gtk-osx.modules"/>
|
||||||
|
<!--include href="/Users/john/GTK-OSX/gtk-osx-build/modulesets-unstable/gtk-osx.modules"/-->
|
||||||
|
|
||||||
|
|
||||||
<autotools id="gramps" autogen-sh="configure">
|
<autotools id="gramps" autogen-sh="configure">
|
||||||
<branch module="gramps/gramps-3.2.5.tar.gz" version="3.2.5"
|
<branch module="gramps/gramps-3.2.6.tar.gz" version="3.2.6"
|
||||||
repo="sourceforge">
|
repo="sourceforge">
|
||||||
<patch file="http://github.com/jralls/gtk-osx-build/raw/master/patches/gramps.patch" strip="0"/>
|
<patch file="http://github.com/jralls/gtk-osx-build/raw/master/patches/gramps.patch" strip="0"/>
|
||||||
<patch file="http://github.com/jralls/gtk-osx-build/raw/master/patches/gramps-macui.patch" strip="1"/>
|
<patch file="http://github.com/jralls/gtk-osx-build/raw/master/patches/gramps-macui.patch" strip="1"/>
|
||||||
@ -65,6 +68,7 @@ ige-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
|
|||||||
<dep package="pygoocanvas"/>
|
<dep package="pygoocanvas"/>
|
||||||
<dep package="shared-mime-info"/>
|
<dep package="shared-mime-info"/>
|
||||||
<dep package="pyenchant"/>
|
<dep package="pyenchant"/>
|
||||||
|
<dep package="hunspell"/>
|
||||||
<dep package="pygtk-extras"/>
|
<dep package="pygtk-extras"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</autotools>
|
</autotools>
|
||||||
@ -78,8 +82,10 @@ ige-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
|
|||||||
<dep package="pygoocanvas"/>
|
<dep package="pygoocanvas"/>
|
||||||
<dep package="shared-mime-info"/>
|
<dep package="shared-mime-info"/>
|
||||||
<dep package="pyenchant"/>
|
<dep package="pyenchant"/>
|
||||||
|
<dep package="hunspell"/>
|
||||||
<dep package="pygtk-extras"/>
|
<dep package="pygtk-extras"/>
|
||||||
</dependencies>
|
<dep package="osmgpsmap-py"/>
|
||||||
|
</dependencies>
|
||||||
</autotools>
|
</autotools>
|
||||||
|
|
||||||
<autotools id="gramps-svn" >
|
<autotools id="gramps-svn" >
|
||||||
@ -91,7 +97,9 @@ ige-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
|
|||||||
<dep package="pygoocanvas"/>
|
<dep package="pygoocanvas"/>
|
||||||
<dep package="shared-mime-info"/>
|
<dep package="shared-mime-info"/>
|
||||||
<dep package="pyenchant"/>
|
<dep package="pyenchant"/>
|
||||||
|
<dep package="hunspell"/>
|
||||||
<dep package="pygtk-extras"/>
|
<dep package="pygtk-extras"/>
|
||||||
|
<dep package="osmgpsmap-py"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</autotools>
|
</autotools>
|
||||||
|
|
||||||
@ -173,4 +181,24 @@ ige-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
|
|||||||
repo="oracle" />
|
repo="oracle" />
|
||||||
</autotools>
|
</autotools>
|
||||||
|
|
||||||
|
<autotools id="osmgpsmap">
|
||||||
|
<branch module="osm-gps-map/osm-gps-map-0.7.3.tar.gz" repo="stowers"
|
||||||
|
version="0.7.3"/>
|
||||||
|
<dependencies>
|
||||||
|
<dep package="gtk+"/>
|
||||||
|
<dep package="libsoup"/>
|
||||||
|
</dependencies>
|
||||||
|
</autotools>
|
||||||
|
|
||||||
|
<autotools id="osmgpsmap-py">
|
||||||
|
<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="pygobject"/>
|
||||||
|
</dependencies>
|
||||||
|
</autotools>
|
||||||
|
|
||||||
</moduleset>
|
</moduleset>
|
Loading…
x
Reference in New Issue
Block a user