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)
This commit is contained in:
q66 2021-02-16 20:16:53 +01:00
parent 5e9db0992a
commit 4d33558cf0

View file

@ -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 <orphan@voidlinux.org>"
license="MIT, GPL-3.0-or-later"