main/postmarketos-ui-sxmo: add polkit required dependency (MR 2343)
In postmarketOs we rely on polkit rules to manage networks by example. This add the dependency and configure the service.
This commit is contained in:
parent
69498c9489
commit
3fa1b54a91
2 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Miles Alan <m@milesalan.com>
|
||||
pkgname=postmarketos-ui-sxmo
|
||||
pkgver=1.4.1
|
||||
pkgrel=8
|
||||
pkgrel=9
|
||||
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"
|
||||
|
@ -14,6 +14,7 @@ depends="
|
|||
sxmo-utils-openrc
|
||||
sxmo-xdm-config
|
||||
sxmo-xdm-config-openrc
|
||||
polkit polkit-openrc
|
||||
"
|
||||
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall"
|
||||
subpackages="$pkgname-qt_tweaks"
|
||||
|
|
|
@ -4,3 +4,4 @@ rc-update add sxmo-setpermissions default
|
|||
rc-update add modemmanager default
|
||||
rc-update add xdm default
|
||||
rc-update add networkmanager default
|
||||
rc-update add polkit default
|
||||
|
|
Loading…
Reference in a new issue