postmarketos-ui-sxmo: Upgrade to 1.3.0 (MR 1930)
This commit is contained in:
parent
96a6e6817c
commit
6e6bc2e1ea
2 changed files with 8 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
|||
# Maintainer: Miles Alan <m@milesalan.com>
|
||||
pkgname=postmarketos-ui-sxmo
|
||||
pkgver=1.2.0
|
||||
pkgver=1.3.0
|
||||
pkgrel=0
|
||||
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"
|
||||
depends="sxmo-xdm-config"
|
||||
depends="sxmo-xdm-config sxmo-xdm-config-openrc sxmo-utils-openrc"
|
||||
install="$pkgname.post-install"
|
||||
_pmb_recommends="
|
||||
firefox-esr
|
||||
foxtrotgps
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
rc-update -q add sxmo-pinephone default
|
||||
rc-update -q add modemmanager default
|
||||
rc-update -q add xdm default
|
Loading…
Reference in a new issue