Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions srcpkgs/rtkit/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Template file for 'rtkit'
pkgname=rtkit
version=0.13
revision=3
build_style=gnu-configure
hostmakedepends="pkg-config"
version=0.14
revision=1
build_style=meson
hostmakedepends="pkg-config xxd"
makedepends="dbus-devel libcap-devel"
depends="dbus"
short_desc="Realtime Policy and Watchdog Daemon"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT, GPL-3.0-or-later"
homepage="https://github.com/heftig/rtkit"
distfiles="https://github.com/heftig/rtkit/releases/download/v${version}/rtkit-${version}.tar.xz"
checksum=a157144cd95cf6d25200e74b74a8f01e4fe51fd421bb63c1f00d471394b640ab
homepage="https://gitlab.freedesktop.org/pipewire/rtkit"
distfiles="https://gitlab.freedesktop.org/pipewire/rtkit/-/archive/v${version}/rtkit-v${version}.tar.gz"
checksum=55dd379b11f52b81655e2dc676de9d602d050cb0beb18ef01f0f65569f0a5e59

system_accounts="rtkit"
rtkit_homedir="/proc"
Expand Down