mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/libsecret to 0.19.1-1
This commit is contained in:
parent
b2ebcc2ffe
commit
5d647f1cb1
1 changed files with 4 additions and 5 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue