Set up gramps module and info.plist for Gramps42 branch.
This commit is contained in:
parent
22a27e9707
commit
913fdd071c
@ -7,7 +7,7 @@
|
|||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>Gramps</string>
|
<string>Gramps</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>master, (C) 1997-2015 The Gramps Team http://www.gramps-project.org</string>
|
<string>Gramps-4.2.0beta1, (C) 1997-2015 The Gramps Team http://www.gramps-project.org</string>
|
||||||
<key>CFBundleIconFile</key>
|
<key>CFBundleIconFile</key>
|
||||||
<string>gramps.icns</string>
|
<string>gramps.icns</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
@ -17,11 +17,11 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>Master</string>
|
<string>4.2.0beta1</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>Master</string>
|
<string>Gramps-4.2.0beta1-1</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>Copyright 1997 - 2015 The Gramps Team, GNU General Public License.</string>
|
<string>Copyright 1997 - 2015 The Gramps Team, GNU General Public License.</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
|
@ -23,6 +23,8 @@
|
|||||||
href="http://www.johnstowers.co.nz/files/"/>
|
href="http://www.johnstowers.co.nz/files/"/>
|
||||||
<repository type="git" name="github"
|
<repository type="git" name="github"
|
||||||
href="git://github.com/"/>
|
href="git://github.com/"/>
|
||||||
|
<repository type="tarball" name="github-tarball"
|
||||||
|
href="https://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="exiv2.org"
|
<repository type="tarball" name="exiv2.org"
|
||||||
@ -52,12 +54,22 @@ 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="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"/-->
|
<include href="/Users/john/Development/GTK-OSX/gtk-osx-build/modulesets-stable/gtk-osx.modules"/>
|
||||||
|
|
||||||
<distutils id="gramps-git" supports-non-srcdir-builds="no">
|
<distutils id="gramps-git" supports-non-srcdir-builds="no">
|
||||||
<branch module="gramps-project/gramps.git" repo="github"
|
<branch module="gramps-project/gramps.git" repo="github"
|
||||||
checkoutdir="gramps-git"/>
|
checkoutdir="gramps-git" tag="maintenance/gramps42"/>
|
||||||
|
<dependencies>
|
||||||
|
<dep package="meta-python2-modules"/>
|
||||||
|
<dep package="meta-python3-modules"/>
|
||||||
|
</dependencies>
|
||||||
|
</distutils>
|
||||||
|
|
||||||
|
<distutils id="gramps" supports-non-srcdir-builds="no">
|
||||||
|
<branch module="gramps-project/gramps/archive/gramps-4.2.0beta1.tar.gz"
|
||||||
|
repo="github-tarball" version="4.2.0beta1"
|
||||||
|
checkoutdir="gramps-gramps-4.2.0beta1"/>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dep package="meta-python2-modules"/>
|
<dep package="meta-python2-modules"/>
|
||||||
<dep package="meta-python3-modules"/>
|
<dep package="meta-python3-modules"/>
|
||||||
@ -178,6 +190,7 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
|
|||||||
<metamodule id="meta-python3-modules">
|
<metamodule id="meta-python3-modules">
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dep package="python3"/>
|
<dep package="python3"/>
|
||||||
|
<dep package="berkeleydb"/>
|
||||||
<dep package="pycairo-python3"/>
|
<dep package="pycairo-python3"/>
|
||||||
<dep package="pygobject3"/>
|
<dep package="pygobject3"/>
|
||||||
<dep package='pyicu'/>
|
<dep package='pyicu'/>
|
||||||
|
Loading…
Reference in New Issue
Block a user