Skip to content
Snippets Groups Projects
Verified Commit e6a905c1 authored by Pablo Correa Gomez's avatar Pablo Correa Gomez :beach: Committed by Clayton Craft
Browse files

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
parent a1a98369
No related branches found
No related tags found
No related merge requests found
Pipeline #199241 passed
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
......
#!/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
\ No newline at end of file
rc-update add networkmanager default
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment