1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Ionut Biru <ibiru@archlinux.org>
8 pkgdesc="A library for bits of crypto UI and parsing"
9 url="https://gitlab.gnome.org/GNOME/gcr"
27 _commit=664f8d8619cc6d661bd863107824efbac383a9bf # tags/3.41.1^0
28 source=("git+https://gitlab.gnome.org/GNOME/gcr.git#commit=$_commit")
33 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
41 # ssh-agent moved to gcr-4
42 arch-meson gcr build -D ssh_agent=false
43 meson compile -C build
47 # Secure memory tests fail
48 dbus-run-session meson test -C build --print-errorlogs || :
58 meson install -C build --destdir "$pkgdir"
60 mkdir -p doc/usr/share
61 mv {"$pkgdir",doc}/usr/share/doc
65 pkgdesc+=" (documentation)"
71 # vim:set sw=2 sts=-1 et: