qt6-declarative: upgrade to 6.6.1

This commit is contained in:
Victor Tebar
2023-11-28 12:49:00 +00:00
parent 77945dabd2
commit 8cf749987f
3 changed files with 1052 additions and 1051 deletions

View File

@@ -1 +1 @@
29b0e8def6152ced84eacb45775a2e54 qt6-declarative-6.6.0.tar.xz
d3d47a63b812d966e17793202a802529 qt6-declarative-6.6.1.tar.xz

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@
# depends : at-spi2-core qt6-shadertools
name=qt6-declarative
version=6.6.0
version=6.6.1
release=1
source="$name-$version.tar.xz::https://download.qt.io/official_releases/qt/${version%.*}/$version/submodules/qtdeclarative-everywhere-src-$version.tar.xz"
@@ -11,7 +11,7 @@ build() {
cmake -S qtdeclarative-everywhere-src-$version -B build -G Ninja \
-D QT_USE_CCACHE=ON \
-D QT_USE_CCACHE=$(scratch isinstalled ccache && echo ON || echo OFF) \
-D INSTALL_PUBLICBINDIR=usr/bin \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \