main/postmarketos-ui-plasma-desktop: enable networkmanager by default (MR 2174)
This commit is contained in:
parent
f364834ee1
commit
f33c601086
2 changed files with 4 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
|||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=postmarketos-ui-plasma-desktop
|
||||
pkgver=2
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="(X11/Wayland) KDE Desktop Environment (works well with tablets)"
|
||||
url="https://www.kde.org"
|
||||
arch="noarch !armhf !x86" # x86: missing "plasma"
|
||||
license="GPL-3.0-or-later"
|
||||
depends="plasma
|
||||
depends="
|
||||
plasma
|
||||
qt5-qtvirtualkeyboard
|
||||
sddm
|
||||
"
|
||||
|
|
|
@ -9,3 +9,4 @@ if [ -f ${SDDM_CONF} ]; then
|
|||
fi
|
||||
|
||||
rc-update add sddm default
|
||||
rc-update add networkmanager default
|
||||
|
|
Loading…
Reference in a new issue