# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=libktorrent pkgver=2.1.1 _ktorrentver=5.1.2 # $_ktorrentver=ktorrent-$pkgver pkgrel=2 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://kde.org/applications/internet/org.kde.ktorrent" pkgdesc="A powerful BitTorrent client for KDE" license="GPL-2.0-or-later" depends_dev="qt5-qtbase-dev karchive-dev kcrash-dev ki18n-dev kio-dev solid-dev boost-dev gmp-dev qca-dev" makedepends="$depends_dev extra-cmake-modules doxygen graphviz" checkdepends="xvfb-run" source="https://download.kde.org/stable/ktorrent/$_ktorrentver/libktorrent-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" prepare() { default_prepare mkdir "$builddir"/build } build() { cd "$builddir"/build cmake "$builddir" \ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make make docs } check() { cd "$builddir"/build # utppolltest is broken CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest -E "utppolltest" } package() { cd "$builddir"/build DESTDIR="$pkgdir" make install mkdir -p "$pkgdir"/usr/share/doc mv apidocs/html "$pkgdir"/usr/share/doc/HTML } sha512sums="5c7f0218193cae148b03ae86a886b89d08a46200755728468ef271a6201add88eca617898d486d1823699def282d0251e26e3b28d2642f45cab966c286127d37 libktorrent-2.1.1.tar.xz"