55 lines
974 B
Text
55 lines
974 B
Text
# Reference: https://postmarketos.org/uipkg
|
|
# Maintainer: Miles Alan <m@milesalan.com>
|
|
pkgname=postmarketos-ui-sxmo-de-sway
|
|
pkgver=1.14.0
|
|
pkgrel=1
|
|
pkgdesc="Simple Mobile: Mobile environment based on SXMO and running on sway"
|
|
url="http://sr.ht/~mil/Sxmo"
|
|
arch="noarch !armhf"
|
|
license="MIT"
|
|
depends="
|
|
postmarketos-base-ui
|
|
postmarketos-base-ui-networkmanager
|
|
|
|
sxmo-utils-sway
|
|
sxmo-utils-audio-bluetooth
|
|
|
|
seatd
|
|
seatd-openrc
|
|
sxmo-utils-openrc
|
|
tinydm-openrc
|
|
modemmanager-openrc
|
|
networkmanager-openrc
|
|
bluez-openrc
|
|
"
|
|
install="
|
|
$pkgname.post-install
|
|
$pkgname.post-upgrade
|
|
$pkgname.pre-deinstall
|
|
"
|
|
_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
|
|
}
|