boblightd: update to kodi

This commit is contained in:
Stefan Saraev 2014-10-26 15:35:55 +02:00
parent 62713633e9
commit 4742c5f9fb
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
4.3.4
- update to kodi
4.3.0
- rebuild for addon api bump

View File

@ -18,7 +18,7 @@
PKG_NAME="boblightd"
PKG_VERSION="478"
PKG_REV="3"
PKG_REV="4"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://code.google.com/p/boblight"

View File

@ -3,7 +3,7 @@ Description=boblightd
After=graphical.target
[Service]
ExecStart=/bin/sh -c "exec sh /storage/.xbmc/addons/service.multimedia.boblightd/bin/boblightd.start"
ExecStart=/bin/sh -c "exec sh /storage/.kodi/addons/service.multimedia.boblightd/bin/boblightd.start"
ExecStopPost=-/bin/sh -c "pidof boblight-X11 && killall -q -9 boblight-X11"
TimeoutStopSec=1
Restart=always