b24b021431
Kodi UI is broken on Wayland with Cage, switch to GBM instead. GBM is more suitable for running standalone and easier to maintain. Also add udev rules to automount USB drives as you cannot access them from Kodi otherwise. [ci:skip-build] already built successfully in CI
30 lines
805 B
Text
30 lines
805 B
Text
# Reference: https://postmarketos.org/uipkg
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=postmarketos-ui-kodi
|
|
pkgver=2
|
|
pkgrel=0
|
|
pkgdesc="(GBM) 10-foot UI useful on TV's"
|
|
url="https://kodi.tv"
|
|
arch="x86 x86_64 aarch64" # flatbuffers missing on armhf and armv7
|
|
license="GPL-3.0-or-later"
|
|
depends="
|
|
elogind
|
|
kodi
|
|
kodi-gbm
|
|
kodi-polkit
|
|
postmarketos-base-ui
|
|
pulseaudio
|
|
upower
|
|
networkmanager
|
|
"
|
|
install="$pkgname.post-install $pkgname.post-upgrade"
|
|
options="!check pmb:gpu-accel"
|
|
source="automount-media.rules"
|
|
|
|
package() {
|
|
install -Dm 644 automount-media.rules \
|
|
"$pkgdir"/usr/lib/udev/rules.d/99-automount-media.rules
|
|
}
|
|
sha512sums="
|
|
80de117c696854d45b5fca98a7ea975a103fedf483e1415c19060447673d15d3ee1fe7fcdb3f093821fdcb0fdb389af106638c7e6a39b33028dc4d176395f0e8 automount-media.rules
|
|
"
|