core/libsecret to 0.19.1-1

This commit is contained in:
Kevin Mihelich 2019-09-07 22:53:57 +00:00
parent b2ebcc2ffe
commit 5d647f1cb1

View file

@ -5,8 +5,8 @@
# - patch to fix building without valgrind
pkgname=libsecret
pkgver=0.18.8
pkgrel=2
pkgver=0.19.1
pkgrel=1
pkgdesc="Library for storing and retrieving passwords and other secrets"
url="https://wiki.gnome.org/Projects/Libsecret"
arch=(x86_64)
@ -15,7 +15,7 @@ depends=(glib2 libgcrypt)
checkdepends=(python-dbus dbus-glib python-gobject gjs)
makedepends=(docbook-xsl gobject-introspection vala git gtk-doc meson)
optdepends=('gnome-keyring: key storage service, or use any other service implementing org.freedesktop.secrets')
_commit=b5442654d483e959ac9ecd3a3fb9eebc8d9d8399 # tags/0.18.8^0
_commit=f576dfbe50f9aed22802ad0db0356d081f467d7a # tags/0.19.1^0
source=("git+https://gitlab.gnome.org/GNOME/libsecret.git#commit=$_commit"
'0001-Fix-for-building-without-valgrind.patch')
sha256sums=('SKIP'
@ -32,13 +32,12 @@ prepare() {
}
build() {
CFLAGS+=" -DHAVE_MLOCK" # https://gitlab.gnome.org/GNOME/libsecret/issues/23
arch-meson $pkgname build
ninja -C build
}
check() {
dbus-run-session meson test -C build
dbus-run-session meson test -C build --print-errorlogs
}
package() {