# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=kcodecs pkgver=5.47.0 pkgrel=0 pkgdesc='Provide a collection of methods to manipulate strings using various encodings' arch="all" url='https://community.kde.org/Frameworks' license="LGPL-2.1" depends="" makedepends="extra-cmake-modules qt5-qttools-dev gperf doxygen" source="https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" build() { cmake \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DKDE_INSTALL_LIBDIR=lib \ -DBUILD_QCH=ON make } check() { cd "$builddir" CTEST_OUTPUT_ON_FAILURE=TRUE ctest } package() { cd "$builddir" make DESTDIR="${pkgdir}" install } sha512sums="3aabd608228ba92330847c06b77ac625894c7fcba5badcc0164229d8e8d0a1305f702c5ad09e057833b8a2940be5eca1dc33634d94f79df79d973b6e304ae7dc kcodecs-5.47.0.tar.xz"