Skip to content
Snippets Groups Projects
Commit 6f80f708 authored by Jan de Groot's avatar Jan de Groot
Browse files

upgpkg: 3.12.0-3

parent 9b480e15
No related branches found
Tags 3.12.0-2
No related merge requests found
......@@ -3,7 +3,7 @@
pkgname=libgnome-keyring
pkgver=3.12.0
pkgrel=2
pkgrel=3
pkgdesc="GNOME keyring client library"
arch=(x86_64)
license=('GPL' 'LGPL')
......@@ -11,7 +11,7 @@ depends=('dbus' 'glib2' 'libgcrypt')
makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
optdepends=('gnome-keyring: key storage service (or use any other service implementing org.freedesktop.secrets)')
options=('!emptydirs')
url="http://www.gnome.org"
url="https://www.gnome.org"
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
sha256sums=('c4c178fbb05f72acc484d22ddb0568f7532c409b0a13e06513ff54b91e947783')
......@@ -20,6 +20,9 @@ build() {
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --disable-static \
--libexecdir=/usr/lib/gnome-keyring
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