ktorrent: update to 20.12.1.

This commit is contained in:
mobinmob 2021-01-22 22:31:38 +02:00 committed by Piotr
parent 3bd8f6ae80
commit d6b9b7400e
2 changed files with 15 additions and 4 deletions

View file

@ -0,0 +1,2 @@
ktorrent needs geoip data in the legacy format to show some information.
The data can be fetched with the geoipupdate utility.

View file

@ -1,20 +1,21 @@
# Template file for 'ktorrent'
pkgname=ktorrent
version=5.2.0
version=20.12.1
revision=1
build_style=cmake
configure_args="-DWITH_SYSTEM_GEOIP=ON"
hostmakedepends="extra-cmake-modules qt5-host-tools qt5-qmake gettext"
makedepends="qt5-devel qt5-script-devel ki18n-devel kio-devel kxmlgui-devel
knotifications-devel ksolid-devel kconfig-devel kcoreaddons-devel kdoctools-devel
kross-devel kcmutils-devel sonnet-devel kdbusaddons-devel kcrash-devel
karchive-devel knotifyconfig-devel libktorrent-devel kplotting-devel
gmp-devel taglib-devel kdnssd-devel kdewebkit-devel"
gmp-devel taglib-devel kdnssd-devel kdewebkit-devel geoip-devel syndication-devel"
short_desc="BitTorrent client based on the KDE platform"
maintainer="Norbert Vegh <vegh@norvegh.com>"
license="GPL-2.0-or-later"
homepage="https://www.kde.org/applications/internet/ktorrent"
distfiles="${KDE_SITE}/ktorrent/${version}/ktorrent-${version}.tar.xz"
checksum=d1031d745c1ace02d11b59c426610aee779d208e3d1ae81f8559c265173732ff
distfiles="${KDE_SITE}/release-service/${version}/src/ktorrent-${version}.tar.xz"
checksum=8c5f52d9b4597c117c0ed189c2ada3b9716bc0d5ceb53fde66f6a009bee68354
if [ "$CROSS_BUILD" ]; then
configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
@ -25,3 +26,11 @@ pre_configure() {
# The ECM FindTaglib.cmake gives different variable names
grep -rl TAGLIB_ | xargs -n1 sed -i -e "s;TAGLIB_;Taglib_;g"
}
pre_check() {
export QT_QPA_PLATFORM=offscreen
}
post_install() {
vdoc "${FILESDIR}/README.voidlinux"
}