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
|
2022-09-03 19:12:47 +00:00
|
|
|
pkgver=1.11.1
|
|
|
|
pkgrel=0
|
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="
|
|
|
|
sxmo-common
|
|
|
|
|
2022-04-30 14:20:11 +00:00
|
|
|
bemenu
|
2021-11-15 12:22:57 +00:00
|
|
|
foot
|
|
|
|
grim
|
|
|
|
mako
|
|
|
|
seatd
|
|
|
|
seatd-openrc
|
|
|
|
slurp
|
|
|
|
swaybg
|
2022-01-15 16:27:42 +00:00
|
|
|
swayidle
|
2021-11-15 12:22:57 +00:00
|
|
|
sxmo-sway
|
|
|
|
wayout
|
|
|
|
wl-clipboard
|
2022-01-07 10:10:05 +00:00
|
|
|
wob
|
2021-11-15 12:22:57 +00:00
|
|
|
wtype
|
|
|
|
wvkbd
|
|
|
|
xwayland
|
|
|
|
"
|
|
|
|
install="$pkgname.post-install $pkgname.pre-deinstall"
|
|
|
|
_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
|
|
|
|
megapixels
|
|
|
|
mobile-config-firefox
|
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"
|
|
|
|
provider_priority=1
|
|
|
|
options="!check" # has no tests
|
|
|
|
|
2022-09-03 19:12:47 +00:00
|
|
|
# bonsai requires hare which doesnt work on all arches
|
|
|
|
# refer to https://pkgs.alpinelinux.org/packages?name=hare&branch=edge&repo=&arch=&maintainer=
|
|
|
|
# and add arches here as they become available. Bonsai should always be preferred
|
|
|
|
# cause it fixes alot of issues. If bonsai is not installed, sxmo will fallback
|
|
|
|
# to the old buggy shell script.
|
|
|
|
case "$CARCH" in
|
|
|
|
x86_64|aarch64)
|
|
|
|
depends="$depends bonsai"
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|
2021-11-15 12:22:57 +00:00
|
|
|
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
|
|
|
}
|