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:
Stacy Harper 2021-07-13 12:54:25 +00:00
parent 69498c9489
commit 3fa1b54a91
No known key found for this signature in database
GPG key ID: 8642571587897EA1
2 changed files with 3 additions and 1 deletions

View file

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

View file

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