aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-03-02 11:29:40 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-03-03 08:50:05 -0300
commitaf2d0b94ba612b3925c6cf3900d6cf89715f1a94 (patch)
tree7acfa1d222816f61639c5c2678392c849cdfd3eb /testing
parent65868aded40cea35533890d8152dad05579066f6 (diff)
downloadaports-af2d0b94ba612b3925c6cf3900d6cf89715f1a94.tar.bz2
aports-af2d0b94ba612b3925c6cf3900d6cf89715f1a94.tar.xz
community/ktorrent: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/ktorrent/APKBUILD39
1 files changed, 0 insertions, 39 deletions
diff --git a/testing/ktorrent/APKBUILD b/testing/ktorrent/APKBUILD
deleted file mode 100644
index ba467aa93d..0000000000
--- a/testing/ktorrent/APKBUILD
+++ /dev/null
@@ -1,39 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=ktorrent
-pkgver=5.1.2
-pkgrel=2
-arch="all !ppc64le !s390x !armhf" # Limited by plasma-workspace -> libksysguard -> qt5-qtwebengine
-url="https://kde.org/applications/internet/org.kde.ktorrent"
-pkgdesc="A powerful BitTorrent client for KDE"
-license="GPL-2.0-or-later"
-makedepends="extra-cmake-modules qt5-qtbase-dev kconfig-dev kconfigwidgets-dev
- kcoreaddons-dev kcrash-dev kdbusaddons-dev ki18n-dev kiconthemes-dev
- kio-dev knotifications-dev knotifyconfig-dev kcmutils-dev kparts-dev
- solid-dev kwidgetsaddons-dev kwindowsystem-dev kxmlgui-dev kdoctools-dev
- libktorrent-dev boost-dev ktextwidgets-dev karchive-dev kitemviews-dev
- kross-dev kplotting-dev syndication-dev kdewebkit-dev kdnssd-dev
- kcompletion-dev plasma-workspace-dev taglib-dev phonon-dev"
-checkdepends="xvfb-run"
-source="https://download.kde.org/stable/ktorrent/$pkgver/ktorrent-$pkgver.tar.xz"
-subpackages="$pkgname-doc $pkgname-lang"
-
-build() {
- # The infowidget plugin is disabled due to an incompatibility with musl
- cmake \
- -DCMAKE_BUILD_TYPE=None \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DENABLE_INFOWIDGET_PLUGIN=FALSE
- make
-}
-
-check() {
- CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest
-}
-
-package() {
- DESTDIR="$pkgdir" make install
-}
-
-sha512sums="b62d05650216721299dc9db23da1a2d6ae5d3b77583ad4bd99ac032d7b135cce567feff3b66d27ac001d77e30517112e4e8c8bf8e83c1106a79509ec45498621 ktorrent-5.1.2.tar.xz"