36 lines
719 B
Text
36 lines
719 B
Text
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=postmarketos-ui-plasma-desktop
|
|
pkgver=2
|
|
pkgrel=1
|
|
pkgdesc="(X11/Wayland) KDE Desktop Environment (works well with tablets)"
|
|
url="https://www.kde.org"
|
|
arch="noarch !armhf !armv7" # armhf: pmaports#75, armv7: build.postmarketos.org#72
|
|
license="GPL-3.0-or-later"
|
|
depends="plasma
|
|
qt5-qtvirtualkeyboard
|
|
sddm
|
|
"
|
|
_pmb_recommends="ark
|
|
audiocd-kio
|
|
dolphin
|
|
ffmpegthumbs
|
|
gwenview
|
|
kdialog
|
|
kfind
|
|
kio-extras
|
|
kolourpaint
|
|
konsole
|
|
kate
|
|
kwrite
|
|
okular
|
|
print-manager
|
|
postmarketos-artwork-wallpapers
|
|
spectacle
|
|
xorg-server-xwayland
|
|
"
|
|
install="$pkgname.post-install $pkgname.post-upgrade"
|
|
options="!check" # No tests for a metapkg
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"
|
|
}
|