2010-12-28 04:12:13 +05:30
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE moduleset SYSTEM "moduleset.dtd">
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
<moduleset>
2013-05-19 21:28:29 +05:30
2011-04-30 02:58:50 +05:30
<repository type="tarball" name="sourceforge"
2010-12-28 04:12:13 +05:30
href="http://downloads.sourceforge.net/sourceforge/"/>
2011-04-30 02:58:50 +05:30
<repository type="tarball" name="pywebkitgtk"
2010-12-28 04:12:13 +05:30
href="http://pywebkitgtk.googlecode.com/files/"/>
<repository type="tarball" name="ftp.gnome.org"
href="http://ftp.gnome.org/pub/GNOME/sources/"/>
<repository type="tarball" name="pyxdg"
href="http://www.gnome.org/~fpeters/pyxdg/"/>
<repository type="tarball" name="xdg-utils"
href="http://portland.freedesktop.org/download/"/>
<repository type="svn" name="gramps-addons"
2013-05-19 21:28:29 +05:30
href="https://svn.code.sf.net/p/gramps-addons/code/"/>
2010-12-28 04:12:13 +05:30
<repository type="tarball" name="oracle"
href="http://download.oracle.com/"/>
<repository type="tarball" name="pymodules"
2017-05-05 04:35:47 +05:30
href="http://pypi.python.org/packages/"/>
2011-05-04 02:34:22 +05:30
<repository type="tarball" name="stowers"
href="http://www.johnstowers.co.nz/files/"/>
2017-06-05 05:18:49 +05:30
<repository type="git" name="github" href="git://github.com/"/>
<repository type="tarball" name="github-tarball" href="https://github.com/"/>
2011-06-29 00:24:40 +05:30
<repository type="tarball" name="graphviz"
href="http://www.graphviz.org/pub/graphviz/stable/SOURCES/"/>
2013-05-19 21:28:29 +05:30
<repository type="tarball" name="exiv2.org"
2011-06-29 00:24:40 +05:30
href="http://exiv2.org/"/>
2012-10-03 00:24:47 +05:30
<repository type="tarball" name="pythonware"
href="http://effbot.org/downloads/"/>
2010-12-28 04:12:13 +05:30
<!--
Special instructions:
Gramps uses BerkeleyDB (BDB) via Python. BDB is normally included in Linux systems, but Apple prefers other mechanisms for data storage, so it isn't included on Macs.
2011-06-29 00:24:16 +05:30
jhbuild bootstrap && jhbuild &double-hyphen;moduleset=http://raw.github.com/jralls/gtk-osx-build/master/projects/gramps/gramps.modules build meta-gtk-osx-bootstrap gramps
2010-12-28 04:12:13 +05:30
2011-04-30 02:58:50 +05:30
If you're going to bundle GRAMPS, you'll need to add
2010-12-28 04:12:13 +05:30
_gtk_osx_use_jhbuild_python = True
2011-04-30 02:58:50 +05:30
to your .jhbuildrc-custom and pass the &double-hyphen;ignore-system argument to jhbuild bootstrap. (That &double-hyphen; entity is fake because double-hyphens aren't allowed in xml comments. Just substitute a real double-hyphen when you type it on the command line.)
2010-12-28 04:12:13 +05:30
Open a jhbuild shell.
2011-04-30 02:58:50 +05:30
For reasons known only to themselves, the Python project have set up their makefiles to create libpython without write privs, so you need to
2010-12-28 04:12:13 +05:30
2012-10-03 00:24:47 +05:30
chmod +w $PREFIX/lib/libpython2.7.dylib
2010-12-28 04:12:13 +05:30
2011-04-30 02:58:50 +05:30
before running
2010-12-28 04:12:13 +05:30
2012-10-03 00:24:47 +05:30
gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
2010-12-28 04:12:13 +05:30
-->
2017-05-05 04:35:47 +05:30
<!--include href="http://git.gnome.org/browse/gtk-osx/plain/modulesets-stable/gtk-osx.modules"/ -->
<include href="/Users/john/Development/GTK-OSX/gtk-osx-build/modulesets-stable/gtk-osx.modules"/>
2010-12-28 04:12:13 +05:30
2013-05-16 22:58:44 +05:30
<distutils id="gramps-git" supports-non-srcdir-builds="no">
2015-05-31 22:40:38 +05:30
<branch module="gramps-project/gramps.git" repo="github"
2017-06-05 05:18:49 +05:30
revision="maintenance/gramps50"
2013-05-16 22:58:44 +05:30
checkoutdir="gramps-git"/>
<dependencies>
2015-04-04 02:43:32 +05:30
<dep package="meta-python2-modules"/>
<dep package="meta-python3-modules"/>
2012-12-23 11:41:43 +05:30
</dependencies>
</distutils>
2017-06-05 05:18:49 +05:30
<distutils id="gramps" supports-non-srcdir-builds="no">
<branch module="gramps-project/gramps/archive/v5.0.0-alpha2.tar.gz"
repo="github-tarball" version="5.0.0"
checkoutdir="gramps-gramps-5.0.0-alpha2"/>
<dependencies>
<dep package="meta-python2-modules"/>
<dep package="meta-python3-modules"/>
</dependencies>
</distutils>
<distutils id="gramps-addons-git">
<branch module="gramps-project/gramps-addons"
repo="github"/>
2010-12-28 04:12:13 +05:30
<dependencies>
2014-03-09 02:46:29 +05:30
<dep package="gramps-git"/>
2010-12-28 04:12:13 +05:30
</dependencies>
</distutils>
<autotools id="pyWebKitGtk" >
<branch module="pywebkitgtk-1.1.7.tar.bz2" version="1.1.7"
repo="pywebkitgtk"/>
<dependencies>
<dep package="WebKit"/>
<dep package="sqlite"/>
</dependencies>
</autotools>
<distutils id="pyenchant">
2017-05-05 04:35:47 +05:30
<branch repo="pymodules" module="73/73/49f95fe636ab3deed0ef1e3b9087902413bcdf74ec00298c3059e660cfbb/pyenchant-1.6.8.tar.gz"
2010-12-28 04:12:13 +05:30
version="1.6.1"/>
</distutils>
<distutils id="pyxdg">
<branch repo="pyxdg" module="pyxdg-0.17.tar.gz" version="0.17"
hash="sha256:fbc87711922b2dd6ceb23ee041f1f96da9b7dbb6971df03a3081b439def069ce"
md5sum="a086de99cc536095684d87f15594e4db" size="37372"/>
</distutils>
2014-06-19 23:06:26 +05:30
<autotools id="xdg-utils">
<branch module="xdg-utils-1.0.2.tgz" version="1.0.2" repo="xdg-utils"/>
</autotools>
2010-12-28 04:12:13 +05:30
2014-01-07 23:22:18 +05:30
<autotools id="osmgpsmap" skip-autogen="never"
2015-04-04 02:43:32 +05:30
autogenargs="--disable-gtk-doc-html"
2014-01-07 23:22:18 +05:30
supports-non-srcdir-builds="no">
2017-06-05 05:18:49 +05:30
<branch module="nzjrs/osm-gps-map" revision="1.1.0" repo="github"/>
2011-05-04 02:34:22 +05:30
<dependencies>
2012-10-03 00:24:47 +05:30
<dep package="meta-gtk-osx-gtk3"/>
2011-05-04 02:34:22 +05:30
<dep package="libsoup"/>
</dependencies>
</autotools>
2013-01-14 02:05:51 +05:30
<autotools id="graphviz" autogen-sh="configure"
2016-08-17 00:42:02 +05:30
autogenargs="--disable-sharp --disable-guile --disable-java --disable-lua --disable-ocaml --disable-perl --disable-php --disable-r --disable-ruby --disable-tcl --with-pangocairo">
2017-06-05 05:18:49 +05:30
<branch module="graphviz-2.40.1.tar.gz" version="2.40.1" repo="graphviz"/>
2012-12-28 02:19:19 +05:30
<dependencies>
2013-05-19 21:28:29 +05:30
<dep package="pango"/>
2012-12-28 02:19:19 +05:30
<dep package="meta-gtk-osx-freetype"/>
<dep package="librsvg"/>
</dependencies>
2011-06-29 00:24:40 +05:30
</autotools>
2017-06-05 05:18:49 +05:30
<autotools id="exiv2" supports-non-srcdir-builds="no">
<branch module="exiv2-0.21.1.tar.gz" repo="exiv2.org"
version="0.21.1"/>
2011-06-29 00:24:40 +05:30
</autotools>
2013-05-16 22:58:44 +05:30
<autotools id="gexiv2" autogen-sh="configure" supports-non-srcdir-builds="no"
2014-06-19 23:06:26 +05:30
autogenargs="--enable-introspection --with-libtool=libtool"
2013-05-16 22:58:44 +05:30
autogen-template="%(srcdir)s/%(autogen-sh)s --prefix=%(prefix)s %(autogenargs)s">
2017-06-05 05:18:49 +05:30
<branch module="gexiv2/0.10/gexiv2-0.10.6.tar.xz"
repo="ftp.gnome.org" version="0.10.6"
hash="sha256:132788919667254b42c026ab39ab3c3a5be59be8575c05fa4b371ca8aed55825">
2013-05-16 22:58:44 +05:30
</branch>
2011-06-29 00:24:40 +05:30
<dependencies>
<dep package="exiv2"/>
</dependencies>
</autotools>
2012-10-03 00:24:47 +05:30
<distutils id="pil">
2017-05-05 04:35:47 +05:30
<branch module="93/73/66854f63b1941aad9af18a1de59f9cf95ad1a87c801540222e332f6688d7/Pillow-4.1.1.tar.gz" version="4.1.1"
2015-03-23 07:29:57 +05:30
repo="pymodules"
2017-05-05 04:35:47 +05:30
hash="md5:f2565954955c8d10f3b4f1f72f852bf7">
2014-05-23 23:51:37 +05:30
</branch>
2015-05-31 22:41:21 +05:30
<dependencies>
2017-05-05 04:35:47 +05:30
<!--dep package="setuptools"/-->
2015-05-31 22:41:21 +05:30
</dependencies>
2012-10-03 00:24:47 +05:30
</distutils>
2014-02-26 04:45:44 +05:30
<distutils id='pyicu'>
2017-05-05 04:35:47 +05:30
<branch version='1.9' repo='pymodules'
module='6e/88/f42a1297909ca6d9113ba37b37067011ae29432fe592fdd98cf52ad23b77/PyICU-1.9.7.tar.gz'/>
2013-02-02 01:55:35 +05:30
<dependencies>
<dep package='icu'/>
</dependencies>
</distutils>
2018-01-15 20:57:43 +05:30
<metamodule id="meta-gramps-modules">
2015-04-04 02:43:32 +05:30
<dependencies>
2018-01-15 20:57:43 +05:30
<dep package="python3"/>
<dep package="meta-gtk-osx-gtk3.14"/>
2015-04-04 02:43:32 +05:30
<dep package="meta-gtk-osx-gtk3-core-themes"/>
<dep package="goocanvas2"/>
<dep package="librsvg"/>
<dep package="shared-mime-info"/>
<dep package="hunspell"/>
<dep package="gtkspell3"/>
<dep package="osmgpsmap"/>
<dep package="graphviz"/>
<dep package="gexiv2"/>
2018-01-15 20:57:43 +05:30
<dep package="berkeleydb"/>
<dep package="gtk-mac-integration-python"/>
<dep package="pycairo"/>
<dep package="pygobject3"/>
<dep package='pyicu'/>
<dep package='pybsddb'/>
<dep package="pil"/>
</dependencies>
</metamodule>
2015-04-04 02:43:32 +05:30
2011-06-29 00:24:30 +05:30
</moduleset>