qt6-declarative: update to 6.4.0.
This commit is contained in:
parent
18dc6c8724
commit
ddf4281132
|
@ -2046,6 +2046,7 @@ libQt6Quick.so.6 qt6-declarative-6.0.0_1
|
|||
libQt6QmlModels.so.6 qt6-declarative-6.0.0_1
|
||||
libQt6QuickLayouts.so.6 qt6-declarative-6.1.0_1
|
||||
libQt6QuickParticles.so.6 qt6-declarative-6.0.0_1
|
||||
libQt6QmlCompiler.so.6 qt6-declarative-6.4.0_1
|
||||
libQt6ShaderTools.so.6 qt6-shadertools-6.0.0_1
|
||||
libQt6Quick3D.so.6 qt6-quick3d-6.0.0_1
|
||||
libQt6Quick3DRuntimeRender.so.6 qt6-quick3d-6.0.0_1
|
||||
|
|
|
@ -1,48 +0,0 @@
|
|||
--- a/tests/auto/quickcontrols2/controls/universal/BLACKLIST
|
||||
+++ b/tests/auto/quickcontrols2/controls/universal/BLACKLIST
|
||||
@@ -6,5 +6,6 @@
|
||||
|
||||
# QTBUG-95750
|
||||
[RangeSlider::test_overlappingHandles]
|
||||
b2qt
|
||||
qnx
|
||||
+linux
|
||||
--- a/tests/auto/quickcontrols2/controls/basic/BLACKLIST
|
||||
+++ b/tests/auto/quickcontrols2/controls/basic/BLACKLIST
|
||||
@@ -6,5 +6,6 @@
|
||||
|
||||
# QTBUG-95750
|
||||
[RangeSlider::test_overlappingHandles]
|
||||
b2qt
|
||||
qnx
|
||||
+linux
|
||||
--- a/tests/auto/quickcontrols2/controls/fusion/BLACKLIST
|
||||
+++ b/tests/auto/quickcontrols2/controls/fusion/BLACKLIST
|
||||
@@ -6,5 +6,6 @@
|
||||
|
||||
# QTBUG-95750
|
||||
[RangeSlider::test_overlappingHandles]
|
||||
b2qt
|
||||
qnx
|
||||
+linux
|
||||
--- a/tests/auto/quickcontrols2/controls/imagine/BLACKLIST
|
||||
+++ b/tests/auto/quickcontrols2/controls/imagine/BLACKLIST
|
||||
@@ -6,8 +6,9 @@
|
||||
|
||||
# QTBUG-95750
|
||||
[RangeSlider::test_overlappingHandles]
|
||||
b2qt
|
||||
qnx
|
||||
+linux
|
||||
|
||||
# QTBUG-101704
|
||||
[ToolTip::test_attachedSizeBug]
|
||||
--- a/tests/auto/quickcontrols2/controls/material/BLACKLIST
|
||||
+++ b/tests/auto/quickcontrols2/controls/material/BLACKLIST
|
||||
@@ -6,5 +6,6 @@
|
||||
|
||||
# QTBUG-95750
|
||||
[RangeSlider::test_overlappingHandles]
|
||||
b2qt
|
||||
qnx
|
||||
+linux
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'qt6-declarative'
|
||||
pkgname=qt6-declarative
|
||||
version=6.3.1
|
||||
version=6.4.0
|
||||
revision=1
|
||||
wrksrc="qtdeclarative-everywhere-src-${version}"
|
||||
build_style=cmake
|
||||
|
@ -12,11 +12,11 @@ maintainer="John <me@johnnynator.dev>"
|
|||
license="GPL-3.0-only with Qt-GPL-exception-1.0, LGPL-3.0-only, GPL-2.0-or-later"
|
||||
homepage="https://www.qt.io"
|
||||
distfiles="https://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtdeclarative-everywhere-src-${version}.tar.xz"
|
||||
checksum=03e7694123820fcca397f95ce312e0b7f3039493c8754c836da098a1a04346e8
|
||||
checksum=3434e72fccfa0c929c326790723d05c155f5067746b1ab05cfd7a9ba632c4383
|
||||
replaces="qt6-quickcontrols2>=0"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
configure_args="-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=true"
|
||||
configure_args="-DQT_FORCE_BUILD_TOOLS=true"
|
||||
hostmakedepends+=" qt6-declarative-devel"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue