1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
3 # Contributor: Michel Brabants <michel.linux@tiscali.be>
9 pkgdesc="GNOME application for managing PGP keys."
10 url="https://wiki.gnome.org/Apps/Seahorse"
13 depends=(gtk3 gcr libsecret libsoup gpgme org.freedesktop.secrets libpwquality
15 makedepends=(libldap yelp-tools gobject-introspection vala git meson)
16 provides=(x11-ssh-askpass)
18 _commit=e16028469dc1ee3c627c2fd9d3a8df7955dc38ec # tags/42.0^0
19 source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit")
24 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
32 arch-meson seahorse build -D manpage=true
33 meson compile -C build
37 meson test -C build --print-errorlogs
41 meson install -C build --destdir "$pkgdir"