rtkit: update to 0.13.
This commit is contained in:
parent
b9fa7ecbb3
commit
e757df3bde
1 changed files with 5 additions and 8 deletions
|
@ -1,24 +1,21 @@
|
||||||
# Template file for 'rtkit'
|
# Template file for 'rtkit'
|
||||||
pkgname=rtkit
|
pkgname=rtkit
|
||||||
version=0.11
|
version=0.13
|
||||||
revision=16
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="dbus-devel libcap-devel"
|
makedepends="dbus-devel libcap-devel"
|
||||||
short_desc="Realtime Policy and Watchdog Daemon"
|
short_desc="Realtime Policy and Watchdog Daemon"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT, GPL-3.0-or-later"
|
license="MIT, GPL-3.0-or-later"
|
||||||
homepage="http://git.0pointer.de/?p=rtkit.git"
|
homepage="https://github.com/heftig/rtkit"
|
||||||
distfiles="http://0pointer.de/public/${pkgname}-${version}.tar.xz"
|
distfiles="https://github.com/heftig/rtkit/releases/download/v${version}/rtkit-${version}.tar.xz"
|
||||||
checksum=68859108cff6410901502b58365eb7607da37110a06b837762f771735f58acd0
|
checksum=a157144cd95cf6d25200e74b74a8f01e4fe51fd421bb63c1f00d471394b640ab
|
||||||
|
|
||||||
system_accounts="rtkit"
|
system_accounts="rtkit"
|
||||||
rtkit_homedir="/proc"
|
rtkit_homedir="/proc"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# DBus configuration
|
|
||||||
vinstall ${FILESDIR}/org.freedesktop.RealtimeKit1.xml 644 usr/share/dbus-1/interfaces
|
|
||||||
|
|
||||||
sed -n '7,28p' < rtkit.h > LICENSE
|
sed -n '7,28p' < rtkit.h > LICENSE
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vsv rtkit
|
vsv rtkit
|
||||||
|
|
Loading…
Reference in a new issue