# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=kcodecs pkgver=5.40.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="575872407dcc0da771a7c43e9a751793bee8ac7b36bf262251c00ab7f8af1bcebba3010c3b0a62eddd678b0cea4c4bc58fbcbc7f9382264a06c6186004d96aa6 kcodecs-5.40.0.tar.xz"