# Contributor: Bart Ribbers # Maintainer: team/kde # The group tag is just to easily find this APKBUILD by some scripts for automation # group=kde-applications pkgname=ktorrent pkgver=23.04.3 pkgrel=1 # armhf blocked by extra-cmake-modules # ppc64le, s390x and riscv64 blocked by qt5-qtwebengine arch="all !armhf !ppc64le !s390x !riscv64" url="https://kde.org/applications/internet/org.kde.ktorrent" pkgdesc="A powerful BitTorrent client for KDE" license="GPL-2.0-or-later" makedepends=" boost-dev extra-cmake-modules karchive-dev kcmutils-dev kcompletion-dev kconfig-dev kconfigwidgets-dev kcoreaddons-dev kcrash-dev kdbusaddons-dev kdnssd-dev kdoctools-dev ki18n-dev kiconthemes-dev kio-dev kitemviews-dev knotifications-dev knotifyconfig-dev kparts-dev kplotting-dev kross-dev ktextwidgets-dev kwidgetsaddons-dev kwindowsystem-dev kxmlgui-dev libktorrent-dev phonon-dev plasma-workspace-dev qt5-qtbase-dev qt5-qtwebengine-dev samurai solid-dev syndication-dev taglib-dev " checkdepends="xvfb-run" _repo_url="https://invent.kde.org/network/ktorrent.git" source="https://download.kde.org/stable/release-service/$pkgver/src/ktorrent-$pkgver.tar.xz" subpackages="$pkgname-doc $pkgname-lang" build() { # The infowidget plugin is disabled due to an incompatibility with musl cmake -B build -G Ninja \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DENABLE_INFOWIDGET_PLUGIN=FALSE cmake --build build } check() { cd build # ipblocklisttest requires itself installed CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest -E "ipblocklisttest" } package() { DESTDIR="$pkgdir" cmake --install build } sha512sums=" a803ed8963184f15029e034de4e6e25945d26bd3903afe838eaf0f0f74b3ccb53f1b7732694bda443b8d6bae5ca91f27622334fc628a41002eed7f8e3459c0e5 ktorrent-23.04.3.tar.xz "