# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=plasma-framework pkgver=5.62.0 pkgrel=0 pkgdesc="Plasma library and runtime components based upon KF5 and Qt5" arch="all" url="https://community.kde.org/Frameworks" license="LGPL-2.1-or-later AND GPL-2.0-or-later" depends_dev="qt5-qtbase-dev qt5-qtdeclarative-dev qt5-qtquickcontrols2-dev kactivities-dev karchive-dev kconfig-dev kconfigwidgets-dev kcoreaddons-dev kdbusaddons-dev kdeclarative-dev kglobalaccel-dev kguiaddons-dev ki18n-dev kiconthemes-dev kio-dev kservice-dev kwindowsystem-dev kxmlgui-dev knotifications-dev kpackage-dev kirigami2-dev kwayland-dev" makedepends="$depends_dev extra-cmake-modules qt5-qttools-dev doxygen kdoctools-dev" checkdepends="xvfb-run mesa-dri-swrast hicolor-icon-theme" source="https://download.kde.org/stable/frameworks/${pkgver%.*}/plasma-framework-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" options="!check" # 8 out of 13 tests fail build() { cmake \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_QCH=ON make } check() { CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest } package() { DESTDIR="$pkgdir" make install } sha512sums="66980e3935e28da1ae8f46047d959a050a5551ca3aa17f7f7b4a42ab9cfc01231594072951b1fbc68fe55e40f938cfe82fb9a0a9202bc9b6eb753e22d74228ec plasma-framework-5.62.0.tar.xz"