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>
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||||
pkgname=postmarketos-ui-plasma-mobile
|
pkgname=postmarketos-ui-plasma-mobile
|
||||||
pkgver=3.3
|
pkgver=3.3
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="(Wayland) Mobile variant of KDE Plasma (does not run without hardware acceleration, allows only numeric passwords!)"
|
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"
|
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
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
depends="bluedevil
|
depends="
|
||||||
|
bluedevil
|
||||||
breeze
|
breeze
|
||||||
elogind
|
elogind
|
||||||
hfd-service
|
hfd-service
|
||||||
|
@ -15,6 +16,7 @@ depends="bluedevil
|
||||||
kscreen
|
kscreen
|
||||||
kwallet-pam
|
kwallet-pam
|
||||||
kwayland-integration
|
kwayland-integration
|
||||||
|
networkmanager
|
||||||
ofono
|
ofono
|
||||||
ofono-openrc
|
ofono-openrc
|
||||||
plasma-phone-components
|
plasma-phone-components
|
||||||
|
|
|
@ -7,6 +7,8 @@ rc-update add ofono-auto-enable default
|
||||||
rc-update add iio-sensor-proxy default
|
rc-update add iio-sensor-proxy default
|
||||||
rc-update add bluetooth default
|
rc-update add bluetooth default
|
||||||
rc-update add hfd-service default
|
rc-update add hfd-service default
|
||||||
|
rc-update add networkmanager default
|
||||||
|
|
||||||
tinydm-set-session -s /usr/share/wayland-sessions/plasma-mobile.desktop
|
tinydm-set-session -s /usr/share/wayland-sessions/plasma-mobile.desktop
|
||||||
|
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas
|
glib-compile-schemas /usr/share/glib-2.0/schemas
|
||||||
|
|
Loading…
Reference in a new issue