diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-22 09:08:59 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-22 09:08:59 +0100 |
commit | 052a047ba2443f21bd93a717fcf9001ca1b87497 (patch) | |
tree | 6eddf3488f24459aa4e071e14125d7616c94e1ac /pcr/kodi-standalone-service/PKGBUILD | |
parent | 4fddf4535622c1ee143d99ef9e5b41ae67e92f06 (diff) | |
download | abslibre-052a047ba2443f21bd93a717fcf9001ca1b87497.tar.gz abslibre-052a047ba2443f21bd93a717fcf9001ca1b87497.tar.bz2 abslibre-052a047ba2443f21bd93a717fcf9001ca1b87497.zip |
pcr/kodi-standalone-service: updated to 1.93
Diffstat (limited to 'pcr/kodi-standalone-service/PKGBUILD')
-rw-r--r-- | pcr/kodi-standalone-service/PKGBUILD | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/pcr/kodi-standalone-service/PKGBUILD b/pcr/kodi-standalone-service/PKGBUILD index 9f6823fb0..f2823a3b3 100644 --- a/pcr/kodi-standalone-service/PKGBUILD +++ b/pcr/kodi-standalone-service/PKGBUILD @@ -1,29 +1,29 @@ -# Maintainer (Arch): graysky <graysky AT archlinux DOT us> -# Contributor (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor (Arch): Brad Fanella <bradfanella@archlinux.us> -# Contributor (Arch): [vEX] <niechift.dot.vex.at.gmail.dot.com> -# Contributor (Arch): Zeqadious <zeqadious.at.gmail.dot.com> -# Contributor (Arch): BlackIkeEagle < ike DOT devolder AT gmail DOT com > -# Contributor (Arch): Bartłomiej Piotrowski <bpiotrowski@archlinux.org> -# Contributor (Arch): Maxime Gauduin <alucryd@gmail.com> -# Maintainer : André Silva <emulatorman@hyperbola.info> +# Maintainer (AUR): graysky <graysky AT archlinux DOT us> +# Contributor: André Silva <emulatorman@hyperbola.info> + +# parabola changes and rationale: +# no changes. pkgname=kodi-standalone-service -pkgver=1.8 +pkgver=1.93 pkgrel=1 -pkgdesc="Systemd service and user to autostart kodi at boot" -arch=('any') -url="https://wiki.parabola.nu/index.php/Kodi#Kodi-standalone-service" +pkgdesc="Systemd service to run kodi in stand-alone mode without a DE" +# Do NOT attempt to use this package on Arch ARM! This is only for x86_64/i686. +# You have been warned. +arch=('x86_64' 'i686') +url="https://github.com/graysky2/kodi-standalone-service" license=('GPL') -depends=('systemd' 'xorg-server' 'xorg-xinit' 'kodi') +depends=('systemd' 'xorg-server' 'xorg-xinit' 'kodi' 'polkit') replaces=('xbmc-standalone-service') install=readme.install source=("https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz") -sha256sums=('a165a66e976bb1a6ac622618887c2f9699acd84d8790af517b85a66bf5e0474c') +sha256sums=('da8fa6585b60f47242f1ae4f164f1271726047f99926f8ded3d5103b11708ac4') package() { - install -Dm644 "$srcdir/$pkgname-$pkgver/init/kodi.service" \ - "$pkgdir/usr/lib/systemd/system/kodi.service" - install -dm 700 "$pkgdir"/var/lib/kodi - chown 420:420 "$pkgdir"/var/lib/kodi + install -Dm644 "$srcdir/$pkgname-$pkgver/init/kodi.service" \ + "$pkgdir/usr/lib/systemd/system/kodi.service" + install -dm 700 "$pkgdir"/var/lib/kodi + chown 420:420 "$pkgdir"/var/lib/kodi } + +# vim:set ts=2 sw=2 et: |