# Maintainer: Balló György # Contributor: Sergej Pupykin # Contributor: William Rea # Contributor: Cory Farmer pkgname=gramps pkgver=5.1.5 pkgrel=2 epoch=2 pkgdesc="Genealogy program, which helps you track your family tree" arch=('any') url="https://gramps-project.org/" license=('GPL') depends=('gtk3' 'python-bsddb' 'python-cairo' 'python-gobject' 'xdg-utils') makedepends=('intltool') optdepends=('osm-gps-map: show maps in the geography view' 'graphviz: enable creation of graphs (required for tree reports)' 'python-pyicu: improves localised sorting' 'gtkspell3: enable spell checking in the notes' 'rcs: manage multiple revisions of your family trees' 'python-pillow: crop and convert images to JPG' 'libgexiv2: manage Exif metadata embedded in your media' 'geocode-glib: associate a geographical position to a place name') source=("$pkgname-$pkgver.tar.gz::https://github.com/gramps-project/$pkgname/archive/v$pkgver.tar.gz") sha256sums=('4045a142a7c3cbe50a41e594bb160dce4112e37ef7dec68d65af42e9269c2df6') build() { cd $pkgname-$pkgver python3 setup.py build } package() { cd $pkgname-$pkgver python3 setup.py install --no-compress-manpages --root="$pkgdir" --optimize=1 echo -n '/usr/share' >"$pkgdir"/usr/lib/python*/site-packages/gramps/gen/utils/resource-path }