1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Balló György <ballogyor+arch at gmail dot com>
5 pkgver=3.12.2+r71+ged4f890e
8 pkgdesc="Library for OpenPGP prompts"
9 url="https://gitlab.gnome.org/GNOME/libcryptui"
12 depends=(gtk3 gpgme dbus-glib libnotify gcr dconf libsm)
13 makedepends=(intltool gobject-introspection gnome-common git)
14 provides=(libcryptui.so)
16 _commit=ed4f890ee29b94c1bedd7030d5c857e3b9edb465 # master
17 source=("git+https://gitlab.gnome.org/GNOME/libcryptui.git#commit=$_commit")
22 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
27 NOCONFIGURE=1 ./autogen.sh
32 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
33 --disable-static --disable-schemas-compile --enable-gtk-doc
34 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
40 make DESTDIR="$pkgdir" install
43 # vim:set sw=2 sts=-1 et: