From 4d33558cf0e817335b87fa9fb99cf26f773b5033 Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 16 Feb 2021 20:16:53 +0100 Subject: [PATCH] rtkit: drop runtime polkit dependency while it's usually required, rtkit is only really needed by pulseaudio and this introduces a needless build-time dependency chain (rtkit -> polkit -> mozjs -> rust -> ...) so drop it for now, usually this is not a problem anyway since affected installations nearly always have polkit already installed and this just introduces trouble for installations that explicitly do not want it (such as chroots/multilib) --- srcpkgs/rtkit/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rtkit/template b/srcpkgs/rtkit/template index da011f844cb..22d3ad2369b 100644 --- a/srcpkgs/rtkit/template +++ b/srcpkgs/rtkit/template @@ -1,11 +1,11 @@ # Template file for 'rtkit' pkgname=rtkit version=0.13 -revision=2 +revision=3 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="dbus-devel libcap-devel" -depends="dbus polkit" +depends="dbus" short_desc="Realtime Policy and Watchdog Daemon" maintainer="Orphaned " license="MIT, GPL-3.0-or-later"