rtkit: update to 0.11.
This commit is contained in:
parent
02e65d6886
commit
4a4c5ef584
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rtkit'
|
# Template file for 'rtkit'
|
||||||
pkgname=rtkit
|
pkgname=rtkit
|
||||||
version=0.10
|
version=0.11
|
||||||
revision=6
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-systemdsystemunitdir=/usr/lib/systemd/system"
|
configure_args="--with-systemdsystemunitdir=/usr/lib/systemd/system"
|
||||||
makedepends="pkg-config dbus-devel libcap-devel"
|
makedepends="pkg-config dbus-devel libcap-devel"
|
||||||
|
@ -11,8 +11,8 @@ short_desc="Realtime Policy and Watchdog Daemon"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD, GPL-2"
|
license="BSD, GPL-2"
|
||||||
homepage="http://git.0pointer.de/?p=rtkit.git"
|
homepage="http://git.0pointer.de/?p=rtkit.git"
|
||||||
distfiles="http://0pointer.de/public/$pkgname-$version.tar.gz"
|
distfiles="http://0pointer.de/public/$pkgname-$version.tar.xz"
|
||||||
checksum=74ea93ac09d9d5a7cb85bf57ec92090311c9fb105a41bdd633adcf3b94472120
|
checksum=68859108cff6410901502b58365eb7607da37110a06b837762f771735f58acd0
|
||||||
long_desc="
|
long_desc="
|
||||||
RealtimeKit is a D-Bus system service that changes the scheduling policy of
|
RealtimeKit is a D-Bus system service that changes the scheduling policy of
|
||||||
user processes/threads to SCHED_RR (i.e. realtime scheduling mode) on request.
|
user processes/threads to SCHED_RR (i.e. realtime scheduling mode) on request.
|
||||||
|
@ -21,7 +21,7 @@ long_desc="
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# DBus configuration
|
# DBus configuration
|
||||||
install -d ${DESTDIR}/usr/share/dbus-1/interfaces
|
vmkdir usr/share/dbus-1/interfaces
|
||||||
./rtkit-daemon --introspect > \
|
./rtkit-daemon --introspect > \
|
||||||
${DESTDIR}/usr/share/dbus-1/interfaces/org.freedesktop.RealtimeKit1.xml
|
${DESTDIR}/usr/share/dbus-1/interfaces/org.freedesktop.RealtimeKit1.xml
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue