# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=attica-qt _pkgname="${pkgname/-qt/}" pkgver=5.57.0 pkgrel=0 arch="all" pkgdesc="Qt5 library that implements the Open Collaboration Services API" url="https://community.kde.org/Frameworks" license="LGPL-2.1" depends_dev="qt5-qtbase-dev" makedepends="$depends_dev extra-cmake-modules doxygen qt5-qttools-dev" source="https://download.kde.org/stable/frameworks/${pkgver%.*}/$_pkgname-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-doc" options="!check" # ProviderTest::testFetchInvalidProvider() fails with: Could not fetch provider builddir="$srcdir/$_pkgname-$pkgver" build() { cmake \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_QCH=ON make } check() { cd "$builddir" CTEST_OUTPUT_ON_FAILURE=TRUE ctest } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="217c0d00fedd594826eaefbed683008df00403179243c938eebdb46a429a24be4a684286d7f813593711059f9ffbb4c5ff6261a436b6d568f9fedd96f52ed0b3 attica-5.57.0.tar.xz"