main/postmarketos-ui-plasma-mobile: add elogind-openrc to depends, enable service (MR 4020)
This commit is contained in:
parent
ec062f4e09
commit
10e5f418a0
2 changed files with 8 additions and 6 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue