qt6-scxml: update to 6.6.0.

This commit is contained in:
John 2023-10-13 19:12:59 +02:00 committed by John Zimmermann
parent 211128d525
commit b726ee8853

View file

@ -1,6 +1,6 @@
# Template file for 'qt6-scxml' # Template file for 'qt6-scxml'
pkgname=qt6-scxml pkgname=qt6-scxml
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,7 +10,7 @@ maintainer="John <me@johnnynator.dev>"
license="LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only" license="LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
homepage="https://qt.io/" homepage="https://qt.io/"
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtscxml-everywhere-src-${version}.tar.xz" distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtscxml-everywhere-src-${version}.tar.xz"
checksum=a830f2ec750913a70f854e487b1b44d1ec3a48eb21253f414a1990f8cf4dbdcb checksum=57ecd0db5d8b063d0334c4b21461585b4904d4884c88de125bd72e967e8a1043
subpackages="qt6-scxml-tools qt6-scxml-devel" subpackages="qt6-scxml-tools qt6-scxml-devel"
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
@ -19,7 +19,7 @@ if [ "$CROSS_BUILD" ]; then
fi fi
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() {