gnome-keyring: update to 42.1.

This commit is contained in:
Michal Vasilek 2022-07-22 21:58:02 +02:00
parent 7f8809a62c
commit 8bd85207ea

View file

@ -1,24 +1,20 @@
# Template file for 'gnome-keyring' # Template file for 'gnome-keyring'
pkgname=gnome-keyring pkgname=gnome-keyring
version=40.0 version=42.1
revision=3 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-pam-dir=/usr/lib/security --disable-schemas-compile" configure_args="--with-pam-dir=/usr/lib/security --disable-schemas-compile"
hostmakedepends="autoconf docbook-xsl glib-devel intltool libtasn1-tools libxslt hostmakedepends="pkg-config glib-devel openssh docbook-xsl libxslt"
openssh pkg-config"
makedepends="gcr-devel pam-devel" makedepends="gcr-devel pam-devel"
depends="dconf" depends="dconf"
checkdepends="dbus xvfb-run" checkdepends="dbus xvfb-run"
short_desc="GNOME password and secret manager" short_desc="GNOME password and secret manager"
maintainer="Érico Nogueira <ericonr@disroot.org>" maintainer="Érico Nogueira <ericonr@disroot.org>"
license="GPL-2.0-or-later, LGPL-2.1-or-later" license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://www.gnome.org" homepage="https://wiki.gnome.org/Projects/GnomeKeyring/"
changelog="https://gitlab.gnome.org/GNOME/gnome-keyring/-/raw/master/NEWS" changelog="https://gitlab.gnome.org/GNOME/gnome-keyring/-/raw/master/NEWS"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=a3d24db08ee2fdf240fbbf0971a98c8ee295aa0e1a774537f4ea938038a3b931 checksum=c7f4d040cc76a6b7fe67e08ef9106911c3c80d40fc88cbfc8e2684a4c946e3e6
make_check=ci-skip
lib32disabled=yes lib32disabled=yes
make_check_pre="dbus-run-session xvfb-run"
do_check() { make_check=ci-skip # times out
xvfb-run make check
}