333f5f77ce
Sxmo maintainers have decided to stay with OpenRC on postmarketOS. Set this option, so pmbootstrap doesn't even ask the user if they want to install Sxmo with systemd. The idea is that users don't end up reporting issues about this unsupported use case.
51 lines
1.1 KiB
Text
51 lines
1.1 KiB
Text
# Reference: https://postmarketos.org/uipkg
|
|
# Maintainer: Willow Barraco <contact@willowbarraco.fr>
|
|
# Co-Maintainer: Anjandev Momi <anjan@momi.ca>
|
|
# Co-Maintainer: Maarten van Gompel <proycon@anaproy.nl>
|
|
# Co-Maintainer: Peter John Hartman <peterjohnhartman@gmail.com>
|
|
pkgname=postmarketos-ui-sxmo-de-dwm
|
|
pkgver=1.15.0
|
|
pkgrel=2
|
|
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 pmb:systemd-never"
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"
|
|
}
|