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

0.19.0-1

parent 5f9c4bbc
No related branches found
No related tags found
No related merge requests found
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libsecret
pkgver=0.18.8
pkgrel=2
pkgver=0.19.0
pkgrel=1
pkgdesc="Library for storing and retrieving passwords and other secrets"
url="https://wiki.gnome.org/Projects/Libsecret"
arch=(x86_64)
......@@ -11,7 +11,7 @@ depends=(glib2 libgcrypt)
checkdepends=(python-dbus dbus-glib python-gobject gjs)
makedepends=(docbook-xsl gobject-introspection vala git gtk-doc meson valgrind)
optdepends=('gnome-keyring: key storage service, or use any other service implementing org.freedesktop.secrets')
_commit=b5442654d483e959ac9ecd3a3fb9eebc8d9d8399 # tags/0.18.8^0
_commit=be541cf9d4a81b97f55794a5b1de50f92aac1fbb # tags/0.19.0^0
source=("git+https://gitlab.gnome.org/GNOME/libsecret.git#commit=$_commit")
sha256sums=('SKIP')
......@@ -25,13 +25,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() {
......
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