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)
This commit is contained in:
Clayton Craft 2024-05-29 16:57:59 -07:00
parent 3126954b45
commit e979d5e79e
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A
2 changed files with 3 additions and 4 deletions

View file

@ -2,14 +2,13 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=postmarketos-base-ui-plasma pkgname=postmarketos-base-ui-plasma
pkgver=2 pkgver=2
pkgrel=4 pkgrel=5
pkgdesc="Meta package for shared configuration for Plasma-based UIs" pkgdesc="Meta package for shared configuration for Plasma-based UIs"
url="https://postmarketos.org" url="https://postmarketos.org"
arch="noarch !armhf" # armhf is not supported arch="noarch !armhf" # armhf is not supported
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
depends=" depends="
bluedevil bluedevil
bluez-openrc
breeze breeze
dnsmasq dnsmasq
iio-sensor-proxy iio-sensor-proxy
@ -71,6 +70,7 @@ openrc() {
install_if="$pkgname=$pkgver-r$pkgrel openrc" install_if="$pkgname=$pkgver-r$pkgrel openrc"
install="$subpkgname.post-install $subpkgname.post-upgrade" install="$subpkgname.post-install $subpkgname.post-upgrade"
depends=" depends="
bluez-openrc
elogind elogind
elogind-openrc elogind-openrc
iio-sensor-proxy-openrc iio-sensor-proxy-openrc

View file

@ -2,6 +2,5 @@
systemctl enable bluetooth systemctl enable bluetooth
#systemctl enable hfd-service #systemctl enable hfd-service
systemctl enable iio-sensor-proxy systemctl enable NetworkManager
systemctl enable networkmanager
#systemctl enable urfkill #systemctl enable urfkill