qt6-scxml: update to 6.7.2.

This commit is contained in:
Đoàn Trần Công Danh 2024-06-23 10:44:32 +07:00 committed by Đoàn Trần Công Danh
parent 2f05824269
commit 77a85a4333

View file

@ -1,20 +1,21 @@
# Template file for 'qt6-scxml'
pkgname=qt6-scxml
version=6.6.0
version=6.7.2
revision=1
build_style=cmake
configure_args="-DQT_FEATURE_scxml_ecmascriptdatamodel=ON"
hostmakedepends="perl qt6-declarative-host-tools"
makedepends="qt6-declarative-devel"
makedepends="qt6-declarative-private-devel qt6-base-private-devel"
short_desc="Cross-platform application and UI framework - scxml"
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=57ecd0db5d8b063d0334c4b21461585b4904d4884c88de125bd72e967e8a1043
checksum=20ecf93506d48f27b492ad3dd9d88830e08d642faec3071ce53396a8ae05c86f
subpackages="qt6-scxml-tools qt6-scxml-devel"
if [ "$CROSS_BUILD" ]; then
configure_args="-DQT_FORCE_BUILD_TOOLS=true"
configure_args+=" -DQT_FORCE_BUILD_TOOLS=true"
hostmakedepends+=" qt6-scxml-tools"
fi