2020-08-01 23:19:28 +00:00
|
|
|
# Maintainer: Miles Alan <m@milesalan.com>
|
|
|
|
pkgname=postmarketos-ui-sxmo
|
2021-02-26 20:44:04 +00:00
|
|
|
pkgver=1.3.2
|
2021-02-13 10:38:58 +00:00
|
|
|
pkgrel=0
|
2020-08-01 23:19:28 +00:00
|
|
|
pkgdesc="(X11) Simple X Mobile: Mobile environment based on simple & suckless software (best compatibility on pinephone)"
|
|
|
|
url="http://sr.ht/~mil/Sxmo"
|
|
|
|
arch="noarch !armhf"
|
|
|
|
license="MIT"
|
2021-02-06 21:52:09 +00:00
|
|
|
depends="sxmo-xdm-config sxmo-xdm-config-openrc sxmo-utils-openrc"
|
2021-02-13 10:38:58 +00:00
|
|
|
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall"
|
2020-08-01 23:19:28 +00:00
|
|
|
_pmb_recommends="
|
|
|
|
firefox-esr
|
|
|
|
gnome-icon-theme
|
|
|
|
htop
|
|
|
|
mobile-config-firefox
|
|
|
|
netsurf
|
|
|
|
sacc
|
|
|
|
xcalc
|
|
|
|
"
|
|
|
|
options="!check" # has no tests
|
|
|
|
|
|
|
|
package() {
|
|
|
|
mkdir -p "$pkgdir"
|
|
|
|
}
|