Release 4.2.5 on Mac.
This commit is contained in:
parent
0964bfd683
commit
54b6563e63
@ -7,7 +7,7 @@
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>Gramps</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>Gramps-4.2.4, (C) 1997-2016 The Gramps Team http://www.gramps-project.org</string>
|
||||
<string>Gramps-4.2.5, (C) 1997-2016 The Gramps Team http://www.gramps-project.org</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>gramps.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
@ -17,11 +17,11 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>4.2.4</string>
|
||||
<string>4.2.5</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>Gramps-4.2.4-1</string>
|
||||
<string>Gramps-4.2.5-1</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright 1997 - 2016 The Gramps Team, GNU General Public License.</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
@ -40,10 +40,6 @@
|
||||
${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/printbackends/*.so
|
||||
</binary>
|
||||
|
||||
<binary>
|
||||
${prefix}/lib/pango/${pkg:pango:pango_module_version}/modules/*.so
|
||||
</binary>
|
||||
|
||||
<binary recurse="True">
|
||||
${prefix}/lib/python3.4/*.so
|
||||
</binary>
|
||||
|
@ -67,9 +67,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/v4.2.4.tar.gz"
|
||||
repo="github-tarball" version="4.2.4"
|
||||
checkoutdir="gramps-gramps-4.2.4"/>
|
||||
<branch module="gramps-project/gramps/archive/v4.2.5.tar.gz"
|
||||
repo="github-tarball" version="4.2.5"
|
||||
checkoutdir="gramps-gramps-4.2.5"/>
|
||||
<dependencies>
|
||||
<dep package="meta-python2-modules"/>
|
||||
<dep package="meta-python3-modules"/>
|
||||
@ -136,8 +136,8 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
|
||||
<autotools id="gexiv2" autogen-sh="configure" supports-non-srcdir-builds="no"
|
||||
autogenargs="--enable-introspection --with-libtool=libtool"
|
||||
autogen-template="%(srcdir)s/%(autogen-sh)s --prefix=%(prefix)s %(autogenargs)s">
|
||||
<branch module="gexiv2/0.7/gexiv2-0.7.0.tar.xz"
|
||||
repo="ftp.gnome.org" version="0.7.0">
|
||||
<branch module="gexiv2/0.10/gexiv2-0.10.4.tar.xz"
|
||||
repo="ftp.gnome.org" version="0.10.0">
|
||||
</branch>
|
||||
<dependencies>
|
||||
<dep package="exiv2"/>
|
||||
|
Loading…
Reference in New Issue
Block a user