diff --git a/community/plasma-integration/APKBUILD b/community/plasma-integration/APKBUILD index d82183169244e70d0a45d441bd282e753f06b370..58ca11c7828bf6f3fe14de9b4317982a5f47e51a 100644 --- a/community/plasma-integration/APKBUILD +++ b/community/plasma-integration/APKBUILD @@ -2,15 +2,35 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-integration pkgver=5.20.4 -pkgrel=0 +pkgrel=1 pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces" # armhf blocked by qt5-qtdeclarative # s390x blocked by kconfigwidgets arch="all !armhf !s390x !mips64" url="https://www.kde.org/workspaces/plasmadesktop/" license="(LGPL-2.1-only OR LGPL-3.0-only) AND LGPL-2.1-only AND ((LGPL-2.1-only WITH Nokia-Qt-exception-1.1) OR (GPL-3.0-only WITH Nokia-Qt-exception-1.1))" -depends="font-noto ttf-hack qqc2-desktop-style" -makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtx11extras-dev qt5-qtquickcontrols2-dev kconfig-dev kconfigwidgets-dev ki18n-dev kiconthemes-dev kio-dev knotifications-dev kwayland-dev kwidgetsaddons-dev kwindowsystem-dev breeze-dev libxcursor-dev" +depends=" + font-noto + qqc2-desktop-style + ttf-hack + " +makedepends=" + breeze-dev + extra-cmake-modules + kconfig-dev + kconfigwidgets-dev + ki18n-dev + kiconthemes-dev + kio-dev + knotifications-dev + kwayland-dev + kwidgetsaddons-dev + kwindowsystem-dev + libxcursor-dev + qt5-qtbase-dev + qt5-qtquickcontrols2-dev + qt5-qtx11extras-dev + " checkdepends="xvfb-run" source="https://download.kde.org/stable/plasma/$pkgver/plasma-integration-$pkgver.tar.xz" subpackages="$pkgname-lang"