1 #Maintainer: Jan De Groot <jgc@archlinux.org>
3 pkgname=libgnome-keyring
4 pkgver=3.12.0+13+g4f8ab73
6 pkgdesc="GNOME keyring client library (deprecated)"
7 url="https://gitlab.gnome.org/GNOME/libgnome-keyring"
10 depends=(dbus glib2 libgcrypt)
11 makedepends=(intltool gobject-introspection vala git gnome-common)
12 optdepends=('org.freedesktop.secrets: secret storage backend')
13 _commit=4f8ab73d19e5621b06102dc29ad880e74aeec573 # master
14 source=("git+https://gitlab.gnome.org/GNOME/libgnome-keyring.git#commit=$_commit")
19 git describe --tags | sed 's/-/+/g'
24 NOCONFIGURE=1 ./autogen.sh
29 ./configure --prefix=/usr --sysconfdir=/etc \
30 --localstatedir=/var --disable-static \
31 --libexecdir=/usr/lib --enable-gtk-doc
32 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
38 make DESTDIR="$pkgdir" install