kdav: update to 5.72.0.

This commit is contained in:
John 2020-07-11 13:39:42 +02:00
parent e8c2010bd0
commit 516f351f5d

View file

@ -1,6 +1,7 @@
# Template file for 'kdav'
pkgname=kdav
version=20.04.3
reverts="19.04.0_1 19.04.1_1 19.04.2_1 19.04.3_1 19.08.0_1 19.08.1_1 19.08.2_1 19.08.3_1 19.12.0_1 19.12.1_1 19.12.2_1 19.12.3_1 20.04.0_1 20.04.1_1 20.04.2_1 20.04.3_1"
version=5.72.0
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python3
@ -9,9 +10,13 @@ makedepends="kio-devel qt5-xmlpatterns-devel"
short_desc="DAV protocol implemention with KJobs"
maintainer="John <me@johnnynator.dev>"
license="GPL-2.0-or-later"
homepage="https://community.kde.org/KDE_PIM"
distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
checksum=b645d5d17c967fd09c3d7abdfc262740a95870dd66bd3e5f4c0382da097d8510
homepage="https://invent.kde.org/frameworks/kdav"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=0d98e04a9561866f42c033c680d63d4817be917d4381a59fc935522c8fba6461
pre_check() {
export QT_QPA_PLATFORM=offscreen
}
kdav-devel_package() {
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"