kqtquickcharts: update to 25.08.0.

This commit is contained in:
John 2025-08-20 15:26:51 +02:00 committed by John Zimmermann
parent b557597cc5
commit eb226e0baa

View file

@ -1,21 +1,18 @@
# Template file for 'kqtquickcharts'
pkgname=kqtquickcharts
version=25.04.2
version=25.08.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF -DKF5_HOST_TOOLING=/usr/lib/cmake
-DKDE_INSTALL_QTPLUGINDIR=lib/qt5/plugins
-DKDE_INSTALL_QMLDIR=lib/qt5/qml
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules"
hostmakedepends="extra-cmake-modules qt5-host-tools qt5-qmake"
makedepends="qt5-declarative-devel"
depends="qt5-quickcontrols2"
configure_args="-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins
-DKDE_INSTALL_QMLDIR=lib/qt6/qml"
hostmakedepends="extra-cmake-modules qt6-base qt6-tools qt6-declarative-host-tools"
makedepends="qt6-declarative-devel"
short_desc="QtQuick plugin to render beautiful and interactive charts"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://edu.kde.org/"
distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
checksum=f1691c48efeea44285a36754697441027d87e078b6c0c421249571441f3179aa
checksum=ac19517bd806746b3ed4f9c63ed219bb083bcfc614426400d0959c6a4638672c
kqtquickcharts-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"