kitemviews: update to 5.79.0.

This commit is contained in:
John 2021-02-19 18:56:59 +01:00
parent 9fdbe9beb5
commit ebd4f3616c

View file

@ -1,6 +1,6 @@
# Template file for 'kitemviews' # Template file for 'kitemviews'
pkgname=kitemviews pkgname=kitemviews
version=5.78.0 version=5.79.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=05f8895880afd15b2c08570df26cfc6cec847808e1aab0968ffeaf47618eda83 checksum=d4022ec9599e5b99c6c3e11e1145e6f85d1a87a0d57d9a42aec24605bb87415c
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"