attica: update to 5.83.0.

This commit is contained in:
John 2021-06-13 17:27:56 +02:00
parent 5d9567aae5
commit a87cc0e37b

View file

@ -1,9 +1,8 @@
# Template file for 'attica'
pkgname=attica
version=5.82.0
version=5.83.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="kcoreaddons extra-cmake-modules qt5-host-tools qt5-devel"
makedepends="qt5-devel"
short_desc="A Qt library that implements the Open Collaboration Services API"
@ -11,7 +10,14 @@ maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://invent.kde.org/frameworks/attica"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=f482b3353926447679829693d7a7e02cd8d4956f67f2c05316d5ab941e6ac808
checksum=46c847699d9f5c16683f30d589522de91d296bf257d4afdc2faefc406306abee
do_check() {
cd build
# providertest is not able to fetch https://api.kde-look.org/ocs/v1/config
# (other URLs under api.kde-look.org seem to work fine)
ctest -E 'providertest'
}
attica-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"