Skip to content
Snippets Groups Projects
Commit 177a91a2 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

3.12.0+13+g4f8ab73-1

parent da3509c6
No related branches found
Tags 3.12.0+13+g4f8ab73-3
No related merge requests found
#Maintainer: Jan De Groot <jgc@archlinux.org>
pkgname=libgnome-keyring
pkgver=3.12.0+11+g3766bcc
pkgver=3.12.0+13+g4f8ab73
pkgrel=1
pkgdesc="GNOME keyring client library"
pkgdesc="GNOME keyring client library (deprecated)"
url="https://gitlab.gnome.org/GNOME/libgnome-keyring"
arch=(x86_64)
license=('GPL' 'LGPL')
depends=('dbus' 'glib2' 'libgcrypt')
makedepends=('intltool' 'gobject-introspection' 'vala' 'python2' git gnome-common)
optdepends=('gnome-keyring: key storage service (or use any other service implementing org.freedesktop.secrets)')
options=('!emptydirs')
url="https://www.gnome.org"
_commit=3766bcc482f9e02fb5f9c183e814833ad1fbf08a # master
license=(GPL LGPL)
depends=(dbus glib2 libgcrypt)
makedepends=(intltool gobject-introspection vala python2 git gnome-common)
optdepends=('org.freedesktop.secrets: secret storage backend')
_commit=4f8ab73d19e5621b06102dc29ad880e74aeec573 # master
source=("git+https://gitlab.gnome.org/GNOME/libgnome-keyring.git#commit=$_commit")
sha256sums=('SKIP')
......@@ -29,10 +28,8 @@ build() {
cd "$pkgname"
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --disable-static \
--libexecdir=/usr/lib/gnome-keyring --enable-gtk-doc
--libexecdir=/usr/lib --enable-gtk-doc
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment