main/postmarketos-ui-sxmo: fix service enabling dependencies (MR 2197)
This commit is contained in:
parent
abc4eef1e9
commit
ca87c1e6c5
2 changed files with 4 additions and 2 deletions
|
@ -1,13 +1,14 @@
|
||||||
# Maintainer: Miles Alan <m@milesalan.com>
|
# Maintainer: Miles Alan <m@milesalan.com>
|
||||||
pkgname=postmarketos-ui-sxmo
|
pkgname=postmarketos-ui-sxmo
|
||||||
pkgver=1.4.1
|
pkgver=1.4.1
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="(X11) Simple X Mobile: Mobile environment based on simple & suckless software (best compatibility on pinephone)"
|
pkgdesc="(X11) Simple X Mobile: Mobile environment based on simple & suckless software (best compatibility on pinephone)"
|
||||||
url="http://sr.ht/~mil/Sxmo"
|
url="http://sr.ht/~mil/Sxmo"
|
||||||
arch="noarch !armhf"
|
arch="noarch !armhf"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
depends="
|
depends="
|
||||||
networkmanager
|
networkmanager-openrc
|
||||||
|
modemmanager-openrc
|
||||||
sxmo-utils-openrc
|
sxmo-utils-openrc
|
||||||
sxmo-xdm-config
|
sxmo-xdm-config
|
||||||
sxmo-xdm-config-openrc
|
sxmo-xdm-config-openrc
|
||||||
|
|
|
@ -3,3 +3,4 @@
|
||||||
rc-update del sxmo-setpermissions default
|
rc-update del sxmo-setpermissions default
|
||||||
rc-update del modemmanager default
|
rc-update del modemmanager default
|
||||||
rc-update del xdm default
|
rc-update del xdm default
|
||||||
|
rc-update del networkmanager default
|
||||||
|
|
Loading…
Reference in a new issue