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
42 lines
695 B
Text
42 lines
695 B
Text
# Reference: https://postmarketos.org/uipkg
|
|
# Maintainer: Affe Null <affenull2345@gmail.com>
|
|
pkgname=postmarketos-ui-bananui
|
|
pkgver=1
|
|
pkgrel=1
|
|
pkgdesc="(Wayland) Keypad controlled UI for feature phones"
|
|
url="https://git.abscue.de/obp/bananui"
|
|
arch="noarch"
|
|
license="GPL-3.0-or-later"
|
|
depends="
|
|
bananui-clock
|
|
bananui-shell
|
|
dnsmasq
|
|
pam-rundir
|
|
postmarketos-base-ui
|
|
postmarketos-base-ui-networkmanager
|
|
seatd
|
|
seatd-openrc
|
|
tinydm
|
|
tinydm-openrc
|
|
wroomd
|
|
wroomd-openrc
|
|
xdg-user-dirs
|
|
xwayland
|
|
"
|
|
_pmb_recommends="
|
|
bananui-demos
|
|
foot
|
|
"
|
|
_pmb_groups="
|
|
feedbackd
|
|
rtc
|
|
seat
|
|
wroomd
|
|
"
|
|
install="$pkgname.post-install $pkgname.post-upgrade"
|
|
options="!check"
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"
|
|
}
|
|
|