mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
alarm/xbmc-imx to Gotham beta 3 and fix cursor blink
This commit is contained in:
parent
0462d1f953
commit
bb95dd0f90
2 changed files with 7 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
buildarch=4
|
||||
|
||||
pkgname=xbmc-imx-git
|
||||
pkgver=13.20140330
|
||||
pkgver=13.20140407
|
||||
pkgrel=1
|
||||
pkgdesc="A software media player and entertainment hub for digital media for select imx6 systems"
|
||||
arch=('armv7h')
|
||||
|
@ -25,11 +25,13 @@ conflicts=("xbmc")
|
|||
install="xbmc.install"
|
||||
source=('xbmc.service'
|
||||
'fix-wandboard.patch'
|
||||
'runxbmc')
|
||||
'runxbmc'
|
||||
'xbmc.conf')
|
||||
|
||||
md5sums=('07096dfd530cc432fa6073ee1a32e7f6'
|
||||
'4ddb9c84c81b03da4e6aae46d7e82edb'
|
||||
'730ac095a89b05c3c2cf2dd93947cb5c')
|
||||
'730ac095a89b05c3c2cf2dd93947cb5c'
|
||||
'00704fd638de9b7f071479cb22e81dae')
|
||||
|
||||
# master branch of xbmc-imx6 organization. Modified by Stephan "wolgar" Rafin, Chris "koying" Browet, Rudi "rudi-warped" Ihle and smallint
|
||||
_gitname="xbmc"
|
||||
|
@ -121,6 +123,7 @@ package() {
|
|||
# systemd stuff
|
||||
install -Dm0644 $srcdir/xbmc.service $pkgdir/usr/lib/systemd/system/xbmc.service
|
||||
install -Dm0755 $srcdir/runxbmc $pkgdir/usr/bin/runxbmc
|
||||
install -Dm0644 $srcdir/xbmc.conf $pkgdir/etc/tmpfiles.d/xbmc.conf
|
||||
|
||||
}
|
||||
|
||||
|
|
1
alarm/xbmc-imx/xbmc.conf
Normal file
1
alarm/xbmc-imx/xbmc.conf
Normal file
|
@ -0,0 +1 @@
|
|||
m /sys/devices/virtual/graphics/fbcon/cursor_blink 0666 root root - -
|
Loading…
Reference in a new issue