pmaports/main/postmarketos-ui-plasma-desktop/APKBUILD
Oliver Smith 3d06bf36dc
main/postmarketos-ui-*: link to UI pkg reference (MR 2683)
Let every postmarketos-ui-* package have a link on top that points to
the new UI package reference. Do not put the link in <>, as it was done
with other references, since there's no benefit to it. It doesn't look
better and it doesn't make it easier to click the link or something, I
just did this initially because I saw it in GPL license headers.

[ci:skip-vercheck] [ci:ignore-count]
2021-11-14 18:30:27 +01:00

41 lines
747 B
Text

# Reference: https://postmarketos.org/uipkg
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=postmarketos-ui-plasma-desktop
pkgver=2
pkgrel=6
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
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"
}