main/postmarketos-base-ui-gnome: enable apk-polkit-rs service (MR 4014)

Needed by GNOME Software since
https://gitlab.alpinelinux.org/Cogitri/apk-polkit-rs/-/merge_requests/45

GNOME Software is often installed in GNOME UI's through pmb_recommends,
but it's not a dependency in any way. To avoid spilling this service
enablement everywhere, add just the openrc subpackage from the daemon.
That means that if GNOME Software is not installed or gets uninstalled,
the daemon will crash on startup. That should not be a big deal though.

[ci:skip-build] already built successfully in CI
This commit is contained in:
Pablo Correa Gómez 2023-04-14 17:44:44 +02:00 committed by Clayton Craft
parent a1a9836982
commit e6a905c176
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A
2 changed files with 4 additions and 2 deletions

View file

@ -1,11 +1,12 @@
pkgname=postmarketos-base-ui-gnome
pkgver=1
pkgrel=7
pkgrel=8
pkgdesc="Meta package for shared configuration for GNOME-based UIs"
url="https://postmarketos.org"
arch="noarch"
license="GPL-3.0-or-later"
depends="
apk-polkit-rs-openrc
dnsmasq
elogind
gnome-bluetooth

View file

@ -1,6 +1,7 @@
#!/bin/sh
rc-update add apk-polkit-server default
rc-update add bluetooth default
rc-update add iio-sensor-proxy default
rc-update add modemmanager default
rc-update add networkmanager default
rc-update add networkmanager default