mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gramps: update to 5.1.2
This commit is contained in:
parent
b2d5c4762a
commit
7b7b3448d2
1 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'gramps'
|
# Template file for 'gramps'
|
||||||
pkgname=gramps
|
pkgname=gramps
|
||||||
version=5.1.1
|
version=5.1.2
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="gramps"
|
|
||||||
hostmakedepends="pkg-config intltool python3"
|
hostmakedepends="pkg-config intltool python3"
|
||||||
depends="gtk+3 python3-gobject python3-bsddb3"
|
depends="gtk+3 python3-gobject python3-bsddb3"
|
||||||
short_desc="Genealogy program"
|
short_desc="Genealogy program"
|
||||||
|
@ -13,7 +12,7 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://gramps-project.org"
|
homepage="https://gramps-project.org"
|
||||||
changelog="https://gramps-project.org/introduction-WP/2019/09/gramps-5-1-1-released/"
|
changelog="https://gramps-project.org/introduction-WP/2019/09/gramps-5-1-1-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=7623c1e976a19e121f6fa799ca619def18672000ba7fd505abdaa9e782920eda
|
checksum=4f11d7fa66e397a36c902057794c48c0740d56c802fcdc5f2c3e3652104dd45b
|
||||||
|
|
||||||
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