# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=attica pkgver=9999_git1688826913 pkgrel=0 pkgdesc="Freedesktop OCS binding for Qt" url="https://www.kde.org/" arch="all !armhf" # Blocked by extra-cmake-modules license="LGPL-2.0-or-later" makedepends="qt5-qttools-dev extra-cmake-modules doxygen samurai" options="!check" # failing on builders subpackages="$pkgname-dev $pkgname-doc" source="https://download.kde.org/stable/frameworks/${pkgver%.*}/attica-$pkgver.tar.xz" build() { cmake -B build -G Ninja \ -DCMAKE_BUILD_TYPE=MinSizeRel \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_QCH=ON cmake --build build } check() { cd build CTEST_OUTPUT_ON_FAILURE=TRUE ctest } package() { DESTDIR="$pkgdir" cmake --install build } sha512sums=" 38a28b03909e53399157cef9341c73b92bc129c65c0de61c39c9fca6133652cf8a689a9c1d32ff16f967e0ed6bd21183153b733843a78a0f7fa8b491c04f840f attica-5.108.0.tar.xz " options="$options !strip"