mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
alarm/kodi-rpi-legacy to 20.0-13
This commit is contained in:
parent
72c8efdb7d
commit
e1371ae494
1 changed files with 4 additions and 7 deletions
|
@ -23,7 +23,7 @@ _commit=dd09514b36168ba8ec6df0482110b61301a0f78a
|
|||
_clangbuild=
|
||||
|
||||
pkgver=20.0
|
||||
pkgrel=12
|
||||
pkgrel=13
|
||||
arch=('armv7h')
|
||||
url="https://github.com/graysky2/xbmc/tree/gs-gbm_nexus"
|
||||
license=('GPL2')
|
||||
|
@ -62,8 +62,7 @@ source=(
|
|||
"https://mirrors.kodi.tv/build-deps/sources/libudfread-$_libudfread_version.tar.gz"
|
||||
"ArchARM-kodi-init-v$_init_version.tar.gz::https://github.com/graysky2/kodi-standalone-service/archive/v$_init_version.tar.gz"
|
||||
kodi.config.txt
|
||||
https://github.com/xbmc/xbmc/pull/22714.patch
|
||||
https://github.com/xbmc/xbmc/pull/22897.patch
|
||||
https://patch-diff.githubusercontent.com/raw/xbmc/xbmc/pull/22909.patch
|
||||
)
|
||||
backup=(boot/kodi.config.txt etc/conf.d/kodi-standalone)
|
||||
noextract=(
|
||||
|
@ -87,8 +86,7 @@ sha256sums=('4aeec099e4566daf0d7856662c2bf1cc1ac56cf82f46c6da616ee2adf446dd2e'
|
|||
'2bf16726ac98d093156195bb049a663e07d3323e079c26912546f4e05c77bac5'
|
||||
'b94c70baa45e30346224ceecfab031dd183e09303b1f97d6522f9941da9b0067'
|
||||
'590a2fcc8d4855ef1e1196b7a81954670cd1d7580d94e41c8b5e99c5f206d37d'
|
||||
'677745404a2b000674c74eefe1ce345331260906d3bc449c6fe79c8f4c014845'
|
||||
'91c6a7ef6b1cf918e1dd3d21e9385d91fd424b8031e6b324567c7f8e7a52f0c0')
|
||||
'2b6740fd646419f40aa7b8f48bf3fc2ec69036fc1493f2ceabf7fa6965fca9fd')
|
||||
|
||||
prepare() {
|
||||
[[ -d kodi-build ]] && rm -rf kodi-build
|
||||
|
@ -98,8 +96,7 @@ prepare() {
|
|||
# fixes for NFSv4
|
||||
# https://bugs.archlinux.org/task/77565
|
||||
# https://bugs.archlinux.org/task/77727
|
||||
patch -p1 -i ../22714.patch
|
||||
patch -p1 -i ../22897.patch
|
||||
patch -p1 -i ../22909.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue