mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
qt6-scxml: update to 6.7.2.
This commit is contained in:
parent
2f05824269
commit
77a85a4333
1 changed files with 5 additions and 4 deletions
|
@ -1,20 +1,21 @@
|
||||||
# Template file for 'qt6-scxml'
|
# Template file for 'qt6-scxml'
|
||||||
pkgname=qt6-scxml
|
pkgname=qt6-scxml
|
||||||
version=6.6.0
|
version=6.7.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
configure_args="-DQT_FEATURE_scxml_ecmascriptdatamodel=ON"
|
||||||
hostmakedepends="perl qt6-declarative-host-tools"
|
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"
|
short_desc="Cross-platform application and UI framework - scxml"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
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=57ecd0db5d8b063d0334c4b21461585b4904d4884c88de125bd72e967e8a1043
|
checksum=20ecf93506d48f27b492ad3dd9d88830e08d642faec3071ce53396a8ae05c86f
|
||||||
|
|
||||||
subpackages="qt6-scxml-tools qt6-scxml-devel"
|
subpackages="qt6-scxml-tools qt6-scxml-devel"
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args="-DQT_FORCE_BUILD_TOOLS=true"
|
configure_args+=" -DQT_FORCE_BUILD_TOOLS=true"
|
||||||
hostmakedepends+=" qt6-scxml-tools"
|
hostmakedepends+=" qt6-scxml-tools"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue