void-packages/srcpkgs/gnome-keyring/template
Érico Nogueira bdc5a79657 gnome-keyring: remove libcap-ng, adopt.
We don't set capabilities on the binary right now, so it's better to
build without libcap-ng, so it doesn't complain on start-up. This is
also done by other distros, see [1].

libcap was no longer used, and neither was libtasn1.

We already depend on gcr via shlibs, so it doesn't need to be in
depends= explicitly.

Also update changelog to canonical URL.

[1] https://gitlab.gnome.org/GNOME/gnome-keyring/-/merge_requests/41#note_1277767
2021-11-29 16:18:42 -03:00

25 lines
839 B
Bash

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