819620d7aa
This should be reverted when this Alpine issue has been closed: https://gitlab.alpinelinux.org/alpine/aports/-/issues/13778 sxmo-common already had this for some reason. [ci:ignore-count] [ci:skip-build] Already built successfuly on CI in MR
35 lines
910 B
Text
35 lines
910 B
Text
# Reference: https://postmarketos.org/uipkg
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=postmarketos-ui-kodi
|
|
pkgver=2
|
|
pkgrel=3
|
|
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
|
|
networkmanager-cli
|
|
networkmanager-openrc
|
|
networkmanager-tui
|
|
networkmanager-wifi
|
|
networkmanager-wwan
|
|
"
|
|
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
|
|
"
|