main/postmarketos-ui-plasma-mobile: start networkmanager by default (MR 2174)
The actual dependency is already pulled in via plasma-nm-mobile
This commit is contained in:
parent
9387842aec
commit
bc0b47cd3f
2 changed files with 6 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
|||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=postmarketos-ui-plasma-mobile
|
||||
pkgver=3.3
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="(Wayland) Mobile variant of KDE Plasma (does not run without hardware acceleration, allows only numeric passwords!)"
|
||||
url="https://wiki.postmarketos.org/wiki/Plasma_Mobile"
|
||||
arch="noarch !armhf !x86" # armhf: pmaports#75, x86: aports#11807
|
||||
license="GPL-3.0-or-later"
|
||||
depends="bluedevil
|
||||
depends="
|
||||
bluedevil
|
||||
breeze
|
||||
elogind
|
||||
hfd-service
|
||||
|
@ -15,6 +16,7 @@ depends="bluedevil
|
|||
kscreen
|
||||
kwallet-pam
|
||||
kwayland-integration
|
||||
networkmanager
|
||||
ofono
|
||||
ofono-openrc
|
||||
plasma-phone-components
|
||||
|
|
|
@ -7,6 +7,8 @@ rc-update add ofono-auto-enable default
|
|||
rc-update add iio-sensor-proxy default
|
||||
rc-update add bluetooth default
|
||||
rc-update add hfd-service default
|
||||
rc-update add networkmanager default
|
||||
|
||||
tinydm-set-session -s /usr/share/wayland-sessions/plasma-mobile.desktop
|
||||
|
||||
glib-compile-schemas /usr/share/glib-2.0/schemas
|
||||
|
|
Loading…
Reference in a new issue