qt6-scxml: update to 6.5.0.

This commit is contained in:
John 2023-04-03 19:36:24 +02:00
parent 321ed4f4f8
commit c99a3e6ebe

View file

@ -1,6 +1,6 @@
# Template file for 'qt6-scxml'
pkgname=qt6-scxml
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="LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
homepage="https://qt.io/"
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtscxml-everywhere-src-${version}.tar.xz"
checksum=13b0d43459394bed2481967a1feff02b63228a82c1136a62941c0eb83ef54e7f
checksum=f121843cb8cf4a76d621be371e80265ac28254f3c4c123b051e907c1c915766e
subpackages="qt6-scxml-tools qt6-scxml-devel"
if [ "$CROSS_BUILD" ]; then
@ -41,11 +41,11 @@ qt6-scxml-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
}
}