# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gexiv2
pkgver=0.14.5
pkgrel=0
pkgdesc="GObject-based wrapper around the Exiv2 library"
url="https://wiki.gnome.org/Projects/gexiv2"
arch="all"
license="GPL-2.0-or-later"
makedepends="
	exiv2-dev
	glib-dev
	gobject-introspection-dev
	gtk-doc
	meson
	py3-gobject3
	vala
	"
subpackages="py3-$pkgname-pyc py3-$pkgname:py3 $pkgname-dev $pkgname-doc"
source="https://download.gnome.org/sources/gexiv2/${pkgver%.*}/gexiv2-$pkgver.tar.xz"
replaces="libgexiv2"

build() {
	abuild-meson \
		-Dgtk_doc=true \
		-Dintrospection=true \
		-Dvapi=true \
		-Dtests="$(want_check && echo true || echo false)" \
		. output
	meson compile -C output
}

check() {
	meson test --print-errorlogs -C output
}

package() {
	DESTDIR="$pkgdir" meson install --no-rebuild -C output
	python3 -m compileall -qf "$pkgdir"/usr/lib
}

py3() {
	amove usr/lib/python*
}

sha512sums="
3d0c8ce1a73396d83dffcf3df9d4ab7d3329809f5ded84d67846b9ac857a94fb181576e01061fa923da21b36190dab69e4dfb8aafd6e9fe27fe25170ffacc6c0  gexiv2-0.14.5.tar.xz
"
