# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=breeze pkgver=5.20.5 pkgrel=1 pkgdesc="Artwork, styles and assets for the Breeze visual style for the Plasma Desktop" # armhf blocked by qt5-qtdeclarative # mips, mips64, s390x blocked by kiconthemes arch="all !armhf !s390x !mips !mips64" url="https://kde.org/plasma-desktop/" license="GPL-2.0-or-later" depends_dev=" kconfigwidgets-dev kdecoration-dev kguiaddons-dev ki18n-dev kiconthemes-dev kpackage-dev kwindowsystem-dev " makedepends="$depends_dev extra-cmake-modules " source="https://download.kde.org/stable/plasma/$pkgver/breeze-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-lang" build() { cmake -B build \ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib cmake --build build } check() { cd build CTEST_OUTPUT_ON_FAILURE=TRUE ctest } package() { DESTDIR="$pkgdir" cmake --build build --target install } sha512sums="1be4d2c52b683b042a4b094fec75ce069b011f547f8c9f58a04a17cc933537bb018dcab826525827a09b607426a65fbaa40b66ad3232267b34d4214be0a8e13d breeze-5.20.5.tar.xz"