main/postmarketos-ui-plasma-desktop: enable networkmanager by default (MR 2174)

This commit is contained in:
Bart Ribbers 2021-05-15 19:26:34 +02:00
parent f364834ee1
commit f33c601086
No known key found for this signature in database
GPG key ID: 699D16185DAFAE61
2 changed files with 4 additions and 2 deletions

View file

@ -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
"

View file

@ -9,3 +9,4 @@ if [ -f ${SDDM_CONF} ]; then
fi
rc-update add sddm default
rc-update add networkmanager default