Update versions for gramps v5.0.0-alpha2.
This commit is contained in:
parent
c727d56ed0
commit
657aca35ac
@ -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-2016 The Gramps Team http://www.gramps-project.org</string>
|
<string>master, (C) 1997-2017 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,16 +17,18 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>Master</string>
|
<string>5.0.0-alpha2-1</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>Master</string>
|
<string>5.0.0-alpha2-1</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>Copyright 1997 - 2016 The Gramps Team, GNU General Public License.</string>
|
<string>Copyright 1997 - 2017 The Gramps Team, GNU General Public License.</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>10.5</string>
|
<string>10.8</string>
|
||||||
<key>GtkOSXLaunchScriptFile</key>
|
<key>GtkOSXLaunchScriptFile</key>
|
||||||
<string>gramps_launcher.py</string>
|
<string>gramps_launcher.py</string>
|
||||||
|
<key>NSHighResolutionCapable</key>
|
||||||
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
@ -21,8 +21,8 @@
|
|||||||
href="http://pypi.python.org/packages/"/>
|
href="http://pypi.python.org/packages/"/>
|
||||||
<repository type="tarball" name="stowers"
|
<repository type="tarball" name="stowers"
|
||||||
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"
|
||||||
@ -57,6 +57,7 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
|
|||||||
|
|
||||||
<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"
|
||||||
|
revision="maintenance/gramps50"
|
||||||
checkoutdir="gramps-git"/>
|
checkoutdir="gramps-git"/>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dep package="meta-python2-modules"/>
|
<dep package="meta-python2-modules"/>
|
||||||
@ -64,9 +65,19 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
</distutils>
|
</distutils>
|
||||||
|
|
||||||
<distutils id="gramps-addons-svn">
|
<distutils id="gramps" supports-non-srcdir-builds="no">
|
||||||
<branch module="gramps-addons/trunk/contrib"
|
<branch module="gramps-project/gramps/archive/v5.0.0-alpha2.tar.gz"
|
||||||
repo="gramps-addons"/>
|
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"/>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dep package="gramps-git"/>
|
<dep package="gramps-git"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
@ -100,7 +111,7 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
|
|||||||
<autotools id="osmgpsmap" skip-autogen="never"
|
<autotools id="osmgpsmap" skip-autogen="never"
|
||||||
autogenargs="--disable-gtk-doc-html"
|
autogenargs="--disable-gtk-doc-html"
|
||||||
supports-non-srcdir-builds="no">
|
supports-non-srcdir-builds="no">
|
||||||
<branch module="nzjrs/osm-gps-map" revision="1.0.2" repo="github"/>
|
<branch module="nzjrs/osm-gps-map" revision="1.1.0" repo="github"/>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dep package="meta-gtk-osx-gtk3"/>
|
<dep package="meta-gtk-osx-gtk3"/>
|
||||||
<dep package="libsoup"/>
|
<dep package="libsoup"/>
|
||||||
@ -109,7 +120,7 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
|
|||||||
|
|
||||||
<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 --with-pangocairo">
|
autogenargs="--disable-sharp --disable-guile --disable-java --disable-lua --disable-ocaml --disable-perl --disable-php --disable-r --disable-ruby --disable-tcl --with-pangocairo">
|
||||||
<branch module="graphviz-2.38.0.tar.gz" version="2.38.0" repo="graphviz"/>
|
<branch module="graphviz-2.40.1.tar.gz" version="2.40.1" repo="graphviz"/>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dep package="pango"/>
|
<dep package="pango"/>
|
||||||
<dep package="meta-gtk-osx-freetype"/>
|
<dep package="meta-gtk-osx-freetype"/>
|
||||||
@ -118,15 +129,16 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
|
|||||||
</autotools>
|
</autotools>
|
||||||
|
|
||||||
<autotools id="exiv2" supports-non-srcdir-builds="no">
|
<autotools id="exiv2" supports-non-srcdir-builds="no">
|
||||||
<branch module="exiv2-0.21.1.tar.gz" repo="exiv2.org" version="0.21.1"/>
|
<branch module="exiv2-0.21.1.tar.gz" repo="exiv2.org"
|
||||||
|
version="0.21.1"/>
|
||||||
</autotools>
|
</autotools>
|
||||||
|
|
||||||
<autotools id="gexiv2" autogen-sh="configure" supports-non-srcdir-builds="no"
|
<autotools id="gexiv2" autogen-sh="configure" supports-non-srcdir-builds="no"
|
||||||
autogenargs="--enable-introspection --with-libtool=libtool"
|
autogenargs="--enable-introspection --with-libtool=libtool"
|
||||||
autogen-template="%(srcdir)s/%(autogen-sh)s --prefix=%(prefix)s %(autogenargs)s">
|
autogen-template="%(srcdir)s/%(autogen-sh)s --prefix=%(prefix)s %(autogenargs)s">
|
||||||
<branch module="gexiv2/0.10/gexiv2-0.10.5.tar.xz"
|
<branch module="gexiv2/0.10/gexiv2-0.10.6.tar.xz"
|
||||||
repo="ftp.gnome.org" version="0.10.5"
|
repo="ftp.gnome.org" version="0.10.6"
|
||||||
hash="sha256:318fe068cd414c0af91759a87c29fd577cd5d42bf7a6f50caff27535c02ac7f3">
|
hash="sha256:132788919667254b42c026ab39ab3c3a5be59be8575c05fa4b371ca8aed55825">
|
||||||
</branch>
|
</branch>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dep package="exiv2"/>
|
<dep package="exiv2"/>
|
||||||
@ -169,6 +181,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="berkeleydb"/>
|
||||||
<dep package="python3"/>
|
<dep package="python3"/>
|
||||||
<dep package="gtk-mac-integration-python"/>
|
<dep package="gtk-mac-integration-python"/>
|
||||||
<dep package="pycairo"/>
|
<dep package="pycairo"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user