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
This commit is contained in:
Érico Nogueira 2021-11-29 02:01:44 -03:00 committed by Érico Nogueira Rolim
parent b6d1f84b86
commit bdc5a79657

View File

@ -1,19 +1,19 @@
# Template file for 'gnome-keyring' # Template file for 'gnome-keyring'
pkgname=gnome-keyring pkgname=gnome-keyring
version=40.0 version=40.0
revision=2 revision=3
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="autoconf docbook-xsl glib-devel intltool libtasn1-tools libxslt
openssh pkg-config" openssh pkg-config"
makedepends="gcr-devel libcap-devel libcap-ng-devel libtasn1-devel pam-devel" makedepends="gcr-devel pam-devel"
depends="dconf gcr" 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="Orphaned <orphan@voidlinux.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://www.gnome.org"
changelog="https://raw.githubusercontent.com/GNOME/gnome-keyring/gnome-40/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=a3d24db08ee2fdf240fbbf0971a98c8ee295aa0e1a774537f4ea938038a3b931
make_check=ci-skip make_check=ci-skip