parent
e59b0b2f6b
commit
f952372608
|
@ -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 <me@johnnynator.dev>"
|
|||
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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue