qt6-charts: update to 6.5.0.

This commit is contained in:
John 2023-04-03 19:35:54 +02:00
parent e610dc9cd7
commit 98f92627ae

View file

@ -1,6 +1,6 @@
# Template file for 'qt6-charts'
pkgname=qt6-charts
version=6.4.2
version=6.5.0
revision=1
build_style=cmake
hostmakedepends="perl qt6-declarative-host-tools"
@ -10,7 +10,7 @@ maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-only"
homepage="https://qt.io/"
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtcharts-everywhere-src-${version}.tar.xz"
checksum=a1a7c0e08c8870cf97d1c3a2eb3f37681aaed00a63b5b2f70bdf2da878d0a9aa
checksum=fccd1d50a7f56de011f7668e0e90f022316bd4065fa7f91b078579403e2e26a8
pre_check() {
export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml"
@ -26,11 +26,11 @@ qt6-charts-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove usr/lib/metatypes
vmove usr/lib/qt6/metatypes
vmove usr/lib/pkgconfig
vmove usr/lib/qt6/mkspecs
vmove "usr/lib/*.so"
vmove "usr/lib/*.prl"
vmove usr/share/qt6/modules
vmove usr/lib/qt6/modules
}
}