Fix gramps.modules for git conversion

This commit is contained in:
John Ralls 2013-11-09 16:58:54 -08:00
parent d5be60846d
commit 1137274354

View File

@ -13,8 +13,8 @@
href="http://www.gnome.org/~fpeters/pyxdg/"/>
<repository type="tarball" name="xdg-utils"
href="http://portland.freedesktop.org/download/"/>
<repository type="svn" name="gramps"
href="http://svn.code.sf.net/p/gramps/code/"/>
<repository type="git" name="gramps"
href="git://git.code.sf.net/p/gramps/"/>
<repository type="svn" name="gramps-addons"
href="https://svn.code.sf.net/p/gramps-addons/code/"/>
<repository type="tarball" name="oracle"
@ -61,25 +61,8 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
<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"/-->
<distutils id="gramps-svn" supports-non-srcdir-builds="no">
<branch module="trunk" repo="gramps"/>
<dependencies>
<dep package="meta-gtk-osx-python-gtk3"/>
<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="pil"/>
<dep package='pyicu'/>
<dep package="gexiv2"/>
</dependencies>
</distutils>
<distutils id="gramps-git" supports-non-srcdir-builds="no">
<branch module="jralls/Gramps.git" revision="trunk" repo="github"
<branch module="source" repo="gramps"
checkoutdir="gramps-git"/>
<dependencies>
<dep package="meta-gtk-osx-python-gtk3"/>