From f9523726083c272d1ccbac71b052f999f742b2b1 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 11 Jul 2020 11:29:08 +0200 Subject: [PATCH] kquickcharts: update to 5.72.0 [ci skip] --- srcpkgs/kquickcharts/template | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kquickcharts/template b/srcpkgs/kquickcharts/template index 717131a998..9ef0114e07 100644 --- a/srcpkgs/kquickcharts/template +++ b/srcpkgs/kquickcharts/template @@ -1,6 +1,6 @@ # Template file for 'kquickcharts' pkgname=kquickcharts -version=5.71.0 +version=5.72.0 revision=1 build_style=cmake hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools" @@ -10,4 +10,11 @@ maintainer="John " license="LGPL-2.1-only OR LGPL-3.0-only" homepage="https://community.kde.org/Frameworks" distfiles="${KDE_SITE}/frameworks/${version%.*}/kquickcharts-${version}.tar.xz" -checksum=a1befe13903676a9779030b02b91da9889540e689e1f6a0afd54ff484109642a +checksum=fc82529d859f18a9709ebcf66c0c404898c9b01ce062a65f65c1562b0eb9f549 + +do_check() { + export QT_QPA_PLATFORM=offscreen + cd build + # QML tests require OpenGL + CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E ".*\.qml" +}