mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-29 15:15:11 +02:00
20 lines
672 B
Bash
20 lines
672 B
Bash
# Template file for 'kquickcharts'
|
|
pkgname=kquickcharts
|
|
version=5.108.0
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools"
|
|
makedepends="qt5-declarative-devel qt5-quickcontrols2-devel"
|
|
checkdepends="glslang which"
|
|
short_desc="QtQuick plugin providing high-performance charts"
|
|
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=fce6ba2b1715ae68847d19a8981f0676c4e077413be1fb6f941820a2a87ab5f1
|
|
|
|
do_check() {
|
|
cd build
|
|
# QML tests require OpenGL
|
|
ctest -E ".*\.qml"
|
|
}
|