From 77a85a433320221788de72797820854971abff41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 23 Jun 2024 10:44:32 +0700 Subject: [PATCH] qt6-scxml: update to 6.7.2. --- srcpkgs/qt6-scxml/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/qt6-scxml/template b/srcpkgs/qt6-scxml/template index 1aaca906de2..a5dfb1f8535 100644 --- a/srcpkgs/qt6-scxml/template +++ b/srcpkgs/qt6-scxml/template @@ -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 " 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