59b83d7847
This allows the audio switching backend stuff to work on all UIs (see
!5072 / 87d355e08
). For example, users of any UI can switch audio
backends by installing one of the pmos-base-ui-audio-* metapackages.
[ci:skip-build] already built successfully in CI
32 lines
882 B
Text
32 lines
882 B
Text
# Reference: https://postmarketos.org/uipkg
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=postmarketos-ui-kodi
|
|
pkgver=2
|
|
pkgrel=8
|
|
pkgdesc="(GBM) 10-foot UI useful on TV's"
|
|
url="https://kodi.tv"
|
|
# kodi does not know of other archs
|
|
arch="x86_64 aarch64 armv7" # flatbuffers missing on armhf and x86
|
|
license="GPL-3.0-or-later"
|
|
depends="
|
|
elogind
|
|
elogind-openrc
|
|
kodi
|
|
kodi-gbm
|
|
kodi-polkit
|
|
polkit-elogind
|
|
postmarketos-base-ui
|
|
postmarketos-base-ui-networkmanager
|
|
upower
|
|
"
|
|
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="
|
|
2f1d46ba553cfa129f343ac856d736532374a347329016e35235aa6173658c9db64b259363180207592e77bf1817011b7df6c966f002850c4b0b1ddea856ae27 automount-media.rules
|
|
"
|