kitemviews: update to 5.80.0.

This commit is contained in:
John 2021-03-14 10:55:52 +01:00
parent 553dd538fd
commit e4b729f77e

View file

@ -1,6 +1,6 @@
# Template file for 'kitemviews' # Template file for 'kitemviews'
pkgname=kitemviews pkgname=kitemviews
version=5.79.0 version=5.80.0
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DBUILD_TESTING=OFF" configure_args="-DBUILD_TESTING=OFF"
@ -11,7 +11,7 @@ maintainer="John <me@johnnynator.dev>"
license="LGPL-2.0-only, LGPL-2.0-or-later" license="LGPL-2.0-only, LGPL-2.0-or-later"
homepage="https://invent.kde.org/frameworks/kitemviews" homepage="https://invent.kde.org/frameworks/kitemviews"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=d4022ec9599e5b99c6c3e11e1145e6f85d1a87a0d57d9a42aec24605bb87415c checksum=9702a531799c5f99810beaa64efeb0683d5ae8d4c4933de6906d205f192635c9
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-qmake qt5-host-tools qt5-tools-devel" hostmakedepends+=" qt5-qmake qt5-host-tools qt5-tools-devel"