alarm/kodi-rpi-legacy to 20.0-5

This commit is contained in:
graysky 2023-02-11 08:20:58 -05:00
parent 1cbc5967ed
commit c7f93eec51

View file

@ -23,7 +23,7 @@ _commit=2464903eb19ac84f8883a78f4f8cb626bed225d7
_clangbuild=
pkgver=20.0
pkgrel=4
pkgrel=5
arch=('armv7h')
url="https://github.com/graysky2/xbmc/tree/gs-gbm_nexus"
license=('GPL2')
@ -63,6 +63,7 @@ source=(
"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/22658.patch"
"https://github.com/xbmc/xbmc/pull/22714.patch"
)
backup=(boot/kodi.config.txt etc/conf.d/kodi-standalone)
noextract=(
@ -86,7 +87,8 @@ sha256sums=('82a64bc1eb2112679db74a49c1ed1a6e5ddcad1334b71320f48ad1089475b8d3'
'2bf16726ac98d093156195bb049a663e07d3323e079c26912546f4e05c77bac5'
'b94c70baa45e30346224ceecfab031dd183e09303b1f97d6522f9941da9b0067'
'590a2fcc8d4855ef1e1196b7a81954670cd1d7580d94e41c8b5e99c5f206d37d'
'b970818a13508aacee149bfa7a791b442efd8522a6f6eba6d923c20f2927d1c5')
'b970818a13508aacee149bfa7a791b442efd8522a6f6eba6d923c20f2927d1c5'
'e99de9944817a3b9d3668810a692c9f3669ace2ccd451c33afcdfb488d41bed0')
prepare() {
[[ -d kodi-build ]] && rm -rf kodi-build
@ -95,6 +97,8 @@ prepare() {
# FS#77390
patch -p1 -i ../22658.patch
# fix nfsv4 lockout
patch -p1 -i ../22714.patch
}
build() {