mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gramps: update to 5.1.6, adopt.
This commit is contained in:
parent
05508327bc
commit
26286511f6
1 changed files with 8 additions and 5 deletions
|
@ -1,17 +1,20 @@
|
||||||
# Template file for 'gramps'
|
# Template file for 'gramps'
|
||||||
pkgname=gramps
|
pkgname=gramps
|
||||||
version=5.1.4
|
version=5.1.6
|
||||||
revision=4
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="pkg-config intltool python3-setuptools"
|
hostmakedepends="pkg-config intltool python3-setuptools"
|
||||||
depends="gtk+3 python3-gobject python3-bsddb3"
|
depends="gtk+3 python3-gobject python3-bsddb3 python3-PyICU python3-jsonschema python3-lxml"
|
||||||
|
checkdepends="$depends"
|
||||||
short_desc="Genealogy program"
|
short_desc="Genealogy program"
|
||||||
maintainer="7185 <7185@free.fr>"
|
maintainer="Piraty <mail@piraty.dev>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://gramps-project.org"
|
homepage="https://gramps-project.org"
|
||||||
changelog="https://gramps-project.org/blog/2020/08/gramps-5-1-3-released/"
|
changelog="https://gramps-project.org/blog/2020/08/gramps-5-1-3-released/"
|
||||||
distfiles="https://github.com/gramps-project/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/gramps-project/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=6e64a5c1175a4897256ca9eb73a4b77c8e84ebff020b8668bdc527d6dcd14273
|
checksum=bff0b5694e77e0f7075fb76481c4523d37646cc042c8dd9897ff2e0cd401fa3b
|
||||||
|
# borked tests
|
||||||
|
make_check="ci-skip"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
echo -n '/usr/share' > ${DESTDIR}/${py3_sitelib}/gramps/gen/utils/resource-path
|
echo -n '/usr/share' > ${DESTDIR}/${py3_sitelib}/gramps/gen/utils/resource-path
|
||||||
|
|
Loading…
Add table
Reference in a new issue