pmaports/main/postmarketos-ui-plasma-desktop/APKBUILD
Oliver Smith 35015139f3
*/*: disable armv7 for plasma programs
"plasma" and some related packages are currently missing in Alpine edge
armv7 due to a cyclic dependency. Let's disable all packages depending
on plasma for armv7 temporarily, to get the pmOS edge armv7 repo up
again.
[ci:skip-build], [ci:skip-vercheck]: only arch line changed

Related: build.postmarketos.org#72
2020-07-29 12:19:04 +02:00

36 lines
720 B
Text

# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=postmarketos-ui-plasma-desktop
pkgver=2
pkgrel=0
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
spectactle
xorg-server-xwayland
"
install="$pkgname.post-install $pkgname.post-upgrade"
options="!check" # No tests for a metapkg
package() {
mkdir -p "$pkgdir"
}