mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/xbmc to 12.3-11
This commit is contained in:
parent
77d2d3462a
commit
0fecac6e79
2 changed files with 7 additions and 5 deletions
|
@ -16,7 +16,7 @@ _prefix=/usr
|
|||
pkgname=xbmc
|
||||
pkgver=12.3
|
||||
_codename=Frodo
|
||||
pkgrel=10
|
||||
pkgrel=11
|
||||
pkgdesc="A software media player and entertainment hub for digital media"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://xbmc.org"
|
||||
|
@ -41,7 +41,7 @@ source=("http://mirrors.xbmc.org/releases/source/xbmc-$pkgver.tar.gz"
|
|||
"polkit.rules"
|
||||
"libass.patch::https://bugs.archlinux.org/index.php?getfile=11285")
|
||||
md5sums=('7ae385ebf8e5cfcb917393235e6efbdb'
|
||||
'a32b879d010a0060a8057bb8cb2f4c9e'
|
||||
'b643ab67e4675c6aa88af1857f35baf2'
|
||||
'02f7951824ee13103344f36009c0ef2a'
|
||||
'7fd6399d2ffbdf06b724f0cc2efa0784')
|
||||
|
||||
|
@ -125,6 +125,6 @@ package() {
|
|||
done
|
||||
|
||||
install -Dm0644 $srcdir/xbmc.service $pkgdir/usr/lib/systemd/system/xbmc.service
|
||||
install -Dm0644 $srcdir/polkit.rules $pkgdir/usr/share/polkit-1/rules.d/10-xbmc.rules
|
||||
chmod 0700 $pkgdir/usr/share/polkit-1/rules.d/
|
||||
#install -Dm0644 $srcdir/polkit.rules $pkgdir/usr/share/polkit-1/rules.d/10-xbmc.rules
|
||||
#chmod 0700 $pkgdir/usr/share/polkit-1/rules.d/
|
||||
}
|
||||
|
|
|
@ -1,13 +1,15 @@
|
|||
[Unit]
|
||||
Description = Starts instance of XBMC using xinit
|
||||
After = remote-fs.target
|
||||
Conflicts=getty@tty7.service
|
||||
|
||||
[Service]
|
||||
User = xbmc
|
||||
Group = xbmc
|
||||
PAMName=login
|
||||
Type = simple
|
||||
ExecStart = /usr/bin/xinit /usr/bin/dbus-launch /usr/bin/xbmc-standalone -l /run/lirc/lircd -- :0 -nolisten tcp
|
||||
TTYPath=/dev/tty7
|
||||
ExecStart = /usr/bin/xinit /usr/bin/dbus-launch /usr/bin/xbmc-standalone -l /run/lirc/lircd -- :0 -nolisten tcp vt7
|
||||
Restart = on-abort
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue