mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/kodi-rbp-git to 18.0rc2.20181203-1 (#1643)
This commit is contained in:
parent
206e330906
commit
72da5af54e
1 changed files with 5 additions and 9 deletions
|
@ -12,10 +12,10 @@ _prefix=/usr
|
|||
pkgbase=kodi-rbp-git
|
||||
_suffix=rbp-git
|
||||
pkgname=("kodi-$_suffix" "kodi-eventclients-$_suffix" "kodi-tools-texturepacker-$_suffix" "kodi-dev-$_suffix")
|
||||
pkgver=18.0rc1.20181121
|
||||
pkgrel=2
|
||||
pkgver=18.0rc2.20181203
|
||||
pkgrel=1
|
||||
_codename=Leia
|
||||
_tag="18.0rc1-$_codename"
|
||||
_tag="18.0rc2-$_codename"
|
||||
_rtype=Alpha
|
||||
_ffmpeg_version="4.0.3-$_codename-Beta"5
|
||||
_libdvdcss_version="1.4.2-$_codename-Beta"-5
|
||||
|
@ -62,7 +62,7 @@ noextract=(
|
|||
"fstrcmp-$_fstrcmp_version.tar.gz"
|
||||
"flatbuffers-$_flatbuffers_version.tar.gz"
|
||||
)
|
||||
sha256sums=('1e7355f656b376baec9c90040235fef33b02cc03915052e904b3973155026de7'
|
||||
sha256sums=('5e6c3dcac6202039a0a3809b80ea04975c3638699dc2b479da5a0c5c1f3b8f9f'
|
||||
'6eded8b5f52808d5ffa77de546fbf799a255dde2473540e8a8bd46daa6f753d9'
|
||||
'fe7a1ab2a6e2bf00f756c76545a338d2763003052764d722d492b06b1bc05f5e'
|
||||
'b31570f95654434b01fd8531612fbb6be77cbc1c519dd60f92feae26eb160f3d'
|
||||
|
@ -154,7 +154,6 @@ package_kodi-rbp-git() {
|
|||
_components=('kodi' 'kodi-bin')
|
||||
|
||||
cd kodi-build
|
||||
# install eventclients
|
||||
for _cmp in ${_components[@]}; do
|
||||
DESTDIR="$pkgdir" /usr/bin/cmake \
|
||||
-DCMAKE_INSTALL_COMPONENT="$_cmp" \
|
||||
|
@ -181,10 +180,9 @@ package_kodi-eventclients-rbp-git() {
|
|||
optdepends=('python2: most eventclients are implemented in python2')
|
||||
_components=('kodi-eventclients-common'
|
||||
'kodi-eventclients-ps3'
|
||||
'kodi-eventclients-xbmc-send')
|
||||
'kodi-eventclients-kodi-send')
|
||||
|
||||
cd kodi-build
|
||||
# install eventclients
|
||||
for _cmp in ${_components[@]}; do
|
||||
DESTDIR="$pkgdir" /usr/bin/cmake \
|
||||
-DCMAKE_INSTALL_COMPONENT="$_cmp" \
|
||||
|
@ -202,7 +200,6 @@ package_kodi-tools-texturepacker-rbp-git() {
|
|||
_components=('kodi-tools-texturepacker')
|
||||
|
||||
cd kodi-build
|
||||
# install eventclients
|
||||
for _cmp in ${_components[@]}; do
|
||||
DESTDIR="$pkgdir" /usr/bin/cmake \
|
||||
-DCMAKE_INSTALL_COMPONENT="$_cmp" \
|
||||
|
@ -226,7 +223,6 @@ package_kodi-dev-rbp-git() {
|
|||
'kodi-visualization-dev')
|
||||
|
||||
cd kodi-build
|
||||
# install eventclients
|
||||
for _cmp in ${_components[@]}; do
|
||||
DESTDIR="$pkgdir" /usr/bin/cmake \
|
||||
-DCMAKE_INSTALL_COMPONENT="$_cmp" \
|
||||
|
|
Loading…
Reference in a new issue