main/postmarketos-ui-plasma-mobile: add elogind-openrc to depends, enable service (MR 4020)

This commit is contained in:
Pablo Correa Gómez 2023-04-20 22:29:30 +02:00 committed by Newbyte
parent ec062f4e09
commit 10e5f418a0
No known key found for this signature in database
GPG key ID: 990600ED1DB95E02
2 changed files with 8 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=postmarketos-ui-plasma-mobile pkgname=postmarketos-ui-plasma-mobile
pkgver=3.9 pkgver=3.9
pkgrel=2 pkgrel=3
pkgdesc="(Wayland) Mobile variant of KDE Plasma (does not run without hardware acceleration)" pkgdesc="(Wayland) Mobile variant of KDE Plasma (does not run without hardware acceleration)"
url="https://wiki.postmarketos.org/wiki/Plasma_Mobile" url="https://wiki.postmarketos.org/wiki/Plasma_Mobile"
arch="noarch !armhf !x86" # armhf: pmaports#75, x86: aports#11807 arch="noarch !armhf !x86" # armhf: pmaports#75, x86: aports#11807
@ -13,6 +13,7 @@ depends="
callaudiod callaudiod
dnsmasq dnsmasq
elogind elogind
elogind-openrc
hfd-service hfd-service
iio-sensor-proxy iio-sensor-proxy
iio-sensor-proxy-openrc iio-sensor-proxy-openrc

View file

@ -1,13 +1,14 @@
#!/bin/sh #!/bin/sh
rc-update add bluetooth default
rc-update add elogind default
rc-update add hfd-service default
rc-update add iio-sensor-proxy default
rc-update add networkmanager default
rc-update add modemmanager default
rc-update add tinydm default rc-update add tinydm default
rc-update add urfkill default rc-update add urfkill default
rc-update add iio-sensor-proxy default
rc-update add bluetooth default
rc-update add hfd-service default
rc-update add networkmanager default
rc-update add modemmanager default
# Migrate from the old ofono setup # Migrate from the old ofono setup
if rc-update del ofono default; then if rc-update del ofono default; then