Date: Tuesday, January 15, 2019 @ 20:33:56 Author: heftig Revision: 344177
0.11+10+g493a135-1 Modified: rtkit/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-15 20:32:27 UTC (rev 344176) +++ PKGBUILD 2019-01-15 20:33:56 UTC (rev 344177) @@ -2,7 +2,7 @@ # Contributor: Corrado Primier <[email protected]> pkgname=rtkit -pkgver=0.11+8+ge0a51fe +pkgver=0.11+10+g493a135 pkgrel=1 pkgdesc="Realtime Policy and Watchdog Daemon" arch=(x86_64) @@ -10,7 +10,7 @@ license=(GPL3 'custom:BSD') depends=(dbus polkit systemd) makedepends=(git) -_commit=e0a51fe262ff7167622a8e58f876a663b9471124 # master +_commit=493a135af21f9146c2bb6b80d050ca77e4f48171 # master source=("git+https://github.com/heftig/rtkit#commit=$_commit") sha256sums=('SKIP') @@ -33,8 +33,6 @@ --libexecdir=/usr/lib \ --with-systemdsystemunitdir=/usr/lib/systemd/system make - - ./rtkit-daemon --introspect > org.freedesktop.RealtimeKit1.xml } package() { @@ -41,12 +39,9 @@ cd $pkgname make DESTDIR="$pkgdir" install - install -Dt "$pkgdir/usr/share/dbus-1/interfaces" -m644 org.freedesktop.RealtimeKit1.xml - echo 'u rtkit 133 "RealtimeKit" /proc' | install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/$pkgname.conf" - sed -ne '4,25p' rtkit.c | - install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/COPYING" install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE + sed -ne '4,25p' rtkit.c >"$pkgdir/usr/share/licenses/$pkgname/COPYING" }
