void-packages/srcpkgs/gnome-keyring/template
Michal Vasilek e60a4fde33 gnome-keyring: remove CAP_IPC_LOCK
due to hardening in glib 2.70, gnome-keyring is broken with CAP_IPC_LOCK
https://gitlab.gnome.org/GNOME/gnome-keyring/-/issues/77
2021-09-29 22:34:14 +02:00

25 lines
886 B
Bash

# Template file for 'gnome-keyring'
pkgname=gnome-keyring
version=40.0
revision=2
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 libcap-devel libcap-ng-devel libtasn1-devel pam-devel"
depends="dconf gcr"
checkdepends="dbus xvfb-run"
short_desc="GNOME password and secret manager"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://www.gnome.org"
changelog="https://raw.githubusercontent.com/GNOME/gnome-keyring/gnome-40/NEWS"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=a3d24db08ee2fdf240fbbf0971a98c8ee295aa0e1a774537f4ea938038a3b931
make_check=ci-skip
lib32disabled=yes
do_check() {
xvfb-run make check
}