gnome-keyring: update to 3.28.0.1.

Closes #12440.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-03-12 18:46:04 -03:00 committed by Enno Boland
parent 11582d9911
commit 9bae8625e7
1 changed files with 11 additions and 7 deletions

View File

@ -1,19 +1,23 @@
# Template file for 'gnome-keyring'
pkgname=gnome-keyring
version=3.20.1
version=3.28.0.1
revision=1
lib32disabled=yes
build_style=gnu-configure
configure_args="--with-pam-dir=/usr/lib/security --disable-schemas-compile"
hostmakedepends="pkg-config glib-devel intltool libtasn1-tools libxslt docbook-xsl
autoconf"
makedepends="dbus-devel libcap-ng-devel pam-devel libcap-devel libtasn1-devel
libgcrypt-devel gcr-devel"
autoconf openssh"
makedepends="gcr-devel libcap-devel libcap-ng-devel libtasn1-devel pam-devel"
# For setcap(8).
depends="libcap-progs dconf gcr"
short_desc="GNOME password and secret manager"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.gnome.org"
license="GPL-2, LGPL-2.1"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=97964e723f454be509c956ed5e38b5c2fd7363f43bd3f153b94a4a63eb888c8c
license="GPL-2.0-or-later, LGPL-2.1-or-later"
distfiles="${GNOME_SITE}/$pkgname/${version%.*.*}/$pkgname-$version.tar.xz"
checksum=d17c996f0917d9fb9d86492d8ff6e834fe76e3231ec355f7016b29d2f960bd63
do_check() {
# Requires X11 server
:
}