From e979d5e79ef64a0351bbd33d0c1122cbf703d63b Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Wed, 29 May 2024 16:57:59 -0700 Subject: [PATCH] main/postmarketos-base-ui-plasma: various systemd service fixes (MR 5184) - fix NM unit name - relocate an errant -openrc pkg - remove iio-sensor-proxy from service autostart on systemd, it appears that this is dbus activated (inspected the .service file, no `Install` section and using dbus directive) --- main/postmarketos-base-ui-plasma/APKBUILD | 4 ++-- .../postmarketos-base-ui-plasma-systemd.post-install | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/main/postmarketos-base-ui-plasma/APKBUILD b/main/postmarketos-base-ui-plasma/APKBUILD index 7e08cc193..de19bd553 100644 --- a/main/postmarketos-base-ui-plasma/APKBUILD +++ b/main/postmarketos-base-ui-plasma/APKBUILD @@ -2,14 +2,13 @@ # Maintainer: Bart Ribbers pkgname=postmarketos-base-ui-plasma pkgver=2 -pkgrel=4 +pkgrel=5 pkgdesc="Meta package for shared configuration for Plasma-based UIs" url="https://postmarketos.org" arch="noarch !armhf" # armhf is not supported license="GPL-3.0-or-later" depends=" bluedevil - bluez-openrc breeze dnsmasq iio-sensor-proxy @@ -71,6 +70,7 @@ openrc() { install_if="$pkgname=$pkgver-r$pkgrel openrc" install="$subpkgname.post-install $subpkgname.post-upgrade" depends=" + bluez-openrc elogind elogind-openrc iio-sensor-proxy-openrc diff --git a/main/postmarketos-base-ui-plasma/postmarketos-base-ui-plasma-systemd.post-install b/main/postmarketos-base-ui-plasma/postmarketos-base-ui-plasma-systemd.post-install index 6f71d878c..9b8a42be0 100644 --- a/main/postmarketos-base-ui-plasma/postmarketos-base-ui-plasma-systemd.post-install +++ b/main/postmarketos-base-ui-plasma/postmarketos-base-ui-plasma-systemd.post-install @@ -2,6 +2,5 @@ systemctl enable bluetooth #systemctl enable hfd-service -systemctl enable iio-sensor-proxy -systemctl enable networkmanager +systemctl enable NetworkManager #systemctl enable urfkill