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" +}