Skip to content
Open
Show file tree
Hide file tree
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
41 changes: 0 additions & 41 deletions srcpkgs/rtkit/files/org.freedesktop.RealtimeKit1.xml

This file was deleted.

Empty file modified srcpkgs/rtkit/files/rtkit/run
100644 → 100755
Empty file.
22 changes: 11 additions & 11 deletions srcpkgs/rtkit/template
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# Template file for 'rtkit'
pkgname=rtkit
version=0.13
revision=3
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="dbus-devel libcap-devel"
depends="dbus"
version=0.14
revision=1
build_style=meson
hostmakedepends="pkg-config xxd"
makedepends="dbus-devel libcap-devel polkit-devel"
depends="dbus libcap polkit"
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"

post_install() {
sed -n '7,28p' < rtkit.h > LICENSE
sed -n '7,28p' rtkit.h > LICENSE
vlicense LICENSE
vsv rtkit
}
}
2 changes: 0 additions & 2 deletions srcpkgs/rtkit/update

This file was deleted.