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
48 lines
920 B
Text
48 lines
920 B
Text
# Reference: https://postmarketos.org/uipkg
|
|
# Maintainer: Miles Alan <m@milesalan.com>
|
|
pkgname=postmarketos-ui-sxmo-de-dwm
|
|
pkgver=1.15.0
|
|
pkgrel=0
|
|
pkgdesc="Simple Mobile: Mobile environment based on SXMO and running on dwm"
|
|
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-dwm
|
|
sxmo-utils-audio-bluetooth
|
|
|
|
tinydm-openrc
|
|
modemmanager-openrc
|
|
networkmanager-openrc
|
|
bluez-openrc
|
|
"
|
|
install="
|
|
$pkgname.post-install
|
|
$pkgname.post-upgrade
|
|
"
|
|
_pmb_recommends="
|
|
w3m
|
|
sfeed
|
|
|
|
adwaita-icon-theme
|
|
clickclack
|
|
firefox-esr
|
|
font-noto
|
|
font-noto-emoji
|
|
mobile-config-firefox
|
|
postmarketos-default-camera
|
|
ttyescape
|
|
xcalc
|
|
"
|
|
provides="postmarketos-ui-sxmo"
|
|
provider_priority=5
|
|
options="!check" # has no tests
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"
|
|
}
|