440aa4ede3
the networkmanager package in alpine was refactored and the wifi and wwan components were split off into separate subpackages. without these, wifi and wwan networking are broken. also see: aports 830af82c6c [ci:ignore-count]
46 lines
845 B
Text
46 lines
845 B
Text
# Reference: https://postmarketos.org/uipkg
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=postmarketos-ui-plasma-desktop
|
|
pkgver=2
|
|
pkgrel=8
|
|
pkgdesc="(X11/Wayland) KDE Desktop Environment (works well with tablets)"
|
|
url="https://www.kde.org"
|
|
# armhf blocked by plasma
|
|
arch="noarch !armhf"
|
|
license="GPL-3.0-or-later"
|
|
depends="
|
|
dnsmasq
|
|
plasma
|
|
postmarketos-base-ui
|
|
qt5-qtvirtualkeyboard
|
|
sddm
|
|
"
|
|
_pmb_recommends="ark
|
|
audiocd-kio
|
|
dolphin
|
|
ffmpegthumbs
|
|
firefox
|
|
gwenview
|
|
kdialog
|
|
kfind
|
|
kio-extras
|
|
kolourpaint
|
|
konsole
|
|
kate
|
|
kwrite
|
|
networkmanager
|
|
networkmanager-cli
|
|
networkmanager-tui
|
|
networkmanager-wifi
|
|
networkmanager-wwan
|
|
okular
|
|
print-manager
|
|
postmarketos-artwork-wallpapers
|
|
spectacle
|
|
"
|
|
install="$pkgname.post-install $pkgname.post-upgrade"
|
|
options="!check" # No tests for a metapkg
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"
|
|
}
|