2021-11-15 12:22:57 +00:00
|
|
|
# Reference: https://postmarketos.org/uipkg
|
2024-01-26 12:43:52 +00:00
|
|
|
# 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>
|
2021-11-15 12:22:57 +00:00
|
|
|
pkgname=postmarketos-ui-sxmo-de-sway
|
2023-12-07 20:24:05 +00:00
|
|
|
pkgver=1.15.0
|
2024-01-26 12:43:52 +00:00
|
|
|
pkgrel=2
|
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"
|
2023-12-07 20:24:05 +00:00
|
|
|
# riscv64: builder currently stuck, libphonenumber needs rebuild
|
|
|
|
arch="noarch !armhf !riscv64"
|
2021-11-15 12:22:57 +00:00
|
|
|
license="MIT"
|
|
|
|
depends="
|
2023-07-09 16:52:42 +00:00
|
|
|
postmarketos-base-ui
|
|
|
|
postmarketos-base-ui-networkmanager
|
|
|
|
|
2023-07-18 20:12:53 +00:00
|
|
|
sxmo-common
|
2023-07-09 16:52:42 +00:00
|
|
|
sxmo-utils-sway
|
|
|
|
sxmo-utils-audio-bluetooth
|
2021-11-15 12:22:57 +00:00
|
|
|
|
|
|
|
seatd-openrc
|
2023-07-09 16:52:42 +00:00
|
|
|
tinydm-openrc
|
|
|
|
modemmanager-openrc
|
|
|
|
networkmanager-openrc
|
|
|
|
bluez-openrc
|
|
|
|
"
|
|
|
|
install="
|
|
|
|
$pkgname.post-install
|
|
|
|
$pkgname.post-upgrade
|
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
|
|
|
}
|