2021-11-15 12:22:57 +00:00
|
|
|
# Reference: https://postmarketos.org/uipkg
|
|
|
|
# Maintainer: Miles Alan <m@milesalan.com>
|
|
|
|
pkgname=postmarketos-ui-sxmo-de-sway
|
2023-03-29 19:30:58 +00:00
|
|
|
pkgver=1.14.0
|
2023-07-09 16:52:42 +00:00
|
|
|
pkgrel=1
|
2021-11-15 12:22:57 +00:00
|
|
|
pkgdesc="Simple Mobile: Mobile environment based on SXMO and running on sway"
|
|
|
|
url="http://sr.ht/~mil/Sxmo"
|
|
|
|
arch="noarch !armhf"
|
|
|
|
license="MIT"
|
|
|
|
depends="
|
2023-07-09 16:52:42 +00:00
|
|
|
postmarketos-base-ui
|
|
|
|
postmarketos-base-ui-networkmanager
|
|
|
|
|
|
|
|
sxmo-utils-sway
|
|
|
|
sxmo-utils-audio-bluetooth
|
2021-11-15 12:22:57 +00:00
|
|
|
|
|
|
|
seatd
|
|
|
|
seatd-openrc
|
2023-07-09 16:52:42 +00:00
|
|
|
sxmo-utils-openrc
|
|
|
|
tinydm-openrc
|
|
|
|
modemmanager-openrc
|
|
|
|
networkmanager-openrc
|
|
|
|
bluez-openrc
|
|
|
|
"
|
|
|
|
install="
|
|
|
|
$pkgname.post-install
|
|
|
|
$pkgname.post-upgrade
|
|
|
|
$pkgname.pre-deinstall
|
2021-11-15 12:22:57 +00:00
|
|
|
"
|
|
|
|
_pmb_groups="
|
|
|
|
seat
|
|
|
|
"
|
|
|
|
_pmb_recommends="
|
|
|
|
w3m
|
|
|
|
sfeed
|
|
|
|
|
2022-06-15 10:20:06 +00:00
|
|
|
adwaita-icon-theme
|
2021-11-15 12:22:57 +00:00
|
|
|
clickclack
|
|
|
|
firefox-esr
|
|
|
|
font-noto
|
|
|
|
font-noto-emoji
|
|
|
|
imv
|
|
|
|
mobile-config-firefox
|
2023-01-20 06:48:43 +00:00
|
|
|
postmarketos-default-camera
|
2022-07-17 18:05:24 +00:00
|
|
|
postprocessd
|
2021-12-16 03:41:27 +00:00
|
|
|
ttyescape
|
2021-11-15 12:22:57 +00:00
|
|
|
"
|
|
|
|
provides="postmarketos-ui-sxmo"
|
2022-11-01 16:13:47 +00:00
|
|
|
provider_priority=10
|
2021-11-15 12:22:57 +00:00
|
|
|
options="!check" # has no tests
|
|
|
|
|
|
|
|
package() {
|
|
|
|
mkdir -p "$pkgdir"
|
2022-05-30 22:13:19 +00:00
|
|
|
mkdir -p "$pkgdir"/etc/sway/config.d
|
2021-11-15 12:22:57 +00:00
|
|
|
}
|