Release Gramps-5.0.2 on Mac.

This commit is contained in:
John Ralls 2019-08-24 16:10:44 -07:00
parent ed02e39d5d
commit e7247af252
2 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>Gramps</string>
<key>CFBundleGetInfoString</key>
<string>master, (C) 1997-2018 The Gramps Team http://www.gramps-project.org</string>
<string>master, (C) 1997-2019 The Gramps Team http://www.gramps-project.org</string>
<key>CFBundleIconFile</key>
<string>gramps.icns</string>
<key>CFBundleIdentifier</key>
@ -17,13 +17,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>5.0.0-1</string>
<string>5.0.2-1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>5.0.0-1</string>
<string>5.0.2-1</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 1997 - 2018 The Gramps Team, GNU General Public License.</string>
<string>Copyright 1997 - 2019 The Gramps Team, GNU General Public License.</string>
<key>LSMinimumSystemVersion</key>
<string>10.9</string>
<key>GtkOSXLaunchScriptFile</key>

View File

@ -65,9 +65,9 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
</distutils>
<distutils id="gramps" supports-non-srcdir-builds="no">
<branch module="gramps-project/gramps/archive/v5.0.0.tar.gz"
repo="github-tarball" version="5.0.0"
checkoutdir="gramps-gramps-5.0.0"/>
<branch module="gramps-project/gramps/archive/v5.0.2.tar.gz"
repo="github-tarball" version="5.0.2"
checkoutdir="gramps-gramps-5.0.2"/>
<dependencies>
<dep package="meta-gramps-modules"/>
</dependencies>