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"
21 org.freedesktop.secrets
31 provides=(x11-ssh-askpass)
33 _commit=5303f3ff9b3ce69c7e88ee4678328b8ce892ccdb # tags/43.0^0
34 source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit")
39 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
47 arch-meson seahorse build -D manpage=true
48 meson compile -C build
52 meson test -C build --print-errorlogs
56 meson install -C build --destdir "$pkgdir"
59 # vim:set sw=2 sts=-1 et: