# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=oxygen pkgver=5.27.2 pkgrel=0 pkgdesc="Artwork, styles and assets for the Oxygen visual style for the Plasma Desktop" # armhf blocked by extra-cmake-modules arch="all !armhf" url="https://kde.org/plasma-desktop/" license="LGPL-2.1-or-later" makedepends=" extra-cmake-modules frameworkintegration-dev kcmutils-dev kcompletion-dev kconfig-dev kdecoration-dev kguiaddons-dev ki18n-dev kservice-dev kwayland-dev kwidgetsaddons-dev kwindowsystem-dev qt5-qtbase-dev samurai xcb-util-dev " case "$pkgver" in *.90*) _rel=unstable;; *) _rel=stable;; esac source="https://download.kde.org/$_rel/plasma/$pkgver/oxygen-$pkgver.tar.xz" subpackages="$pkgname-lang" build() { cmake -B build -G Ninja \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib cmake --build build } check() { cd build CTEST_OUTPUT_ON_FAILURE=TRUE ctest } package() { DESTDIR="$pkgdir" cmake --install build } sha512sums=" 94e5f0945565e819742a4361d40c4c745b3b2e3e5eb82d9d016883a74423944ea41a6d953fa85d48db0ff4c917d90b26d379cfc6d6f15f831b2efbbb32bfdfad oxygen-5.27.2.tar.xz "