ee7acf9714
Adjust to sxmo-utils 1.15.0 not having a sxmo-utils-openrc subpackage anymore. Temporarily disable it for riscv64 since the alpine edge builder is currently stuck. We should still merge the patch to unblock bpo images for edge for the other arches. Related: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/56851 Related: https://lists.sr.ht/~mil/sxmo-announce/%3CCXIQYCSF6FI9.28OPMYXGT91GL%40willowbarraco.fr%3E
54 lines
1,011 B
Text
54 lines
1,011 B
Text
# Reference: https://postmarketos.org/uipkg
|
|
# Maintainer: Miles Alan <m@milesalan.com>
|
|
pkgname=postmarketos-ui-sxmo-de-sway
|
|
pkgver=1.15.0
|
|
pkgrel=0
|
|
pkgdesc="Simple Mobile: Mobile environment based on SXMO and running on sway"
|
|
url="http://sr.ht/~mil/Sxmo"
|
|
# riscv64: builder currently stuck, libphonenumber needs rebuild
|
|
arch="noarch !armhf !riscv64"
|
|
license="MIT"
|
|
depends="
|
|
postmarketos-base-ui
|
|
postmarketos-base-ui-networkmanager
|
|
|
|
sxmo-common
|
|
sxmo-utils-sway
|
|
sxmo-utils-audio-bluetooth
|
|
|
|
seatd-openrc
|
|
tinydm-openrc
|
|
modemmanager-openrc
|
|
networkmanager-openrc
|
|
bluez-openrc
|
|
"
|
|
install="
|
|
$pkgname.post-install
|
|
$pkgname.post-upgrade
|
|
"
|
|
_pmb_groups="
|
|
seat
|
|
"
|
|
_pmb_recommends="
|
|
w3m
|
|
sfeed
|
|
|
|
adwaita-icon-theme
|
|
clickclack
|
|
firefox-esr
|
|
font-noto
|
|
font-noto-emoji
|
|
imv
|
|
mobile-config-firefox
|
|
postmarketos-default-camera
|
|
postprocessd
|
|
ttyescape
|
|
"
|
|
provides="postmarketos-ui-sxmo"
|
|
provider_priority=10
|
|
options="!check" # has no tests
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"
|
|
mkdir -p "$pkgdir"/etc/sway/config.d
|
|
}
|