# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=kcodecs pkgver=5.84.0 pkgrel=0 pkgdesc="Provide a collection of methods to manipulate strings using various encodings" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" license="LGPL-2.1-only AND LGPL-2.1-or-later" makedepends="extra-cmake-modules qt5-qttools-dev gperf doxygen" source="https://download.kde.org/stable/frameworks/${pkgver%.*}/kcodecs-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" build() { cmake -B build \ -DCMAKE_BUILD_TYPE=None \ -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 --build build --target install } sha512sums=" 96b56a9388998cdffed4133a920325dd469cdd6fa14e86517886f0818f60e2a5933ab16a7bf039dc299c43a58acc3d1b7c3ef89e5d66027991a3e2262fc14ef8 kcodecs-5.84.0.tar.xz "