diff options
| author | Bart Ribbers <bribbers@disroot.org> | 2019-12-27 19:11:32 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-27 19:35:00 +0100 |
| commit | 06dd7eceb0a6f6a421bf8b07e122856dd61d00c1 (patch) | |
| tree | 2a90120d5d00a7d277d4f8fecd13f4fec69eac81 /testing | |
| parent | 948051bdf20d8372ed52eaf16da32f158af940f4 (diff) | |
| download | aports-06dd7eceb0a6f6a421bf8b07e122856dd61d00c1.tar.bz2 aports-06dd7eceb0a6f6a421bf8b07e122856dd61d00c1.tar.xz | |
community/libktorrent: move from testing
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/libktorrent/APKBUILD | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/testing/libktorrent/APKBUILD b/testing/libktorrent/APKBUILD deleted file mode 100644 index 9b7c768394..0000000000 --- a/testing/libktorrent/APKBUILD +++ /dev/null @@ -1,38 +0,0 @@ -# Contributor: Bart Ribbers <bribbers@disroot.org> -# Maintainer: Bart Ribbers <bribbers@disroot.org> -pkgname=libktorrent -pkgver=2.1.1 -_ktorrentver=5.1.2 -pkgrel=0 -arch="all" -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/$pkgname-$pkgver.tar.xz" -subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" - -build() { - cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib - make - make docs -} - -check() { - # utppolltest is broken - CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest -E "utppolltest" -} - -package() { - 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" |
