qt6-charts: update to 6.6.0.

This commit is contained in:
John 2023-10-13 19:12:15 +02:00 committed by John Zimmermann
parent d7cbe486fc
commit e1aa3a6ca8

View file

@ -1,6 +1,6 @@
# Template file for 'qt6-charts' # Template file for 'qt6-charts'
pkgname=qt6-charts pkgname=qt6-charts
version=6.5.2 version=6.6.0
revision=1 revision=1
build_style=cmake build_style=cmake
hostmakedepends="perl qt6-declarative-host-tools" hostmakedepends="perl qt6-declarative-host-tools"
@ -10,10 +10,10 @@ maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-only" license="GPL-3.0-only"
homepage="https://qt.io/" homepage="https://qt.io/"
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtcharts-everywhere-src-${version}.tar.xz" distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtcharts-everywhere-src-${version}.tar.xz"
checksum=775af7be019cca698b27e5acffbc2def8f7a5b8f06f5c6db2a7015d578a6ad2d checksum=e6beabcdc70c7719818459d2b2db63d7b0b5adc5572b8802368b698f64292cf5
pre_check() { pre_check() {
export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml" export QML2_IMPORT_PATH="$wrksrc/build/lib${XBPS_TARGET_WORDSIZE}/qt6/qml"
} }
post_install() { post_install() {