main/postmarketos-ui-sxmo: fix service enabling dependencies (MR 2197)

This commit is contained in:
Stacy Harper 2021-05-25 17:09:49 +02:00 committed by Oliver Smith
parent abc4eef1e9
commit ca87c1e6c5
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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