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:
parent
3126954b45
commit
e979d5e79e
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue