From 22409b7c7eb8c05892e143b8bfb2f2e9bec88570 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 2 Nov 2022 18:24:36 +0100 Subject: [PATCH] qt6-wayland: update to 6.4.0. --- srcpkgs/qt6-wayland/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/qt6-wayland/template b/srcpkgs/qt6-wayland/template index 249271bd3a7..f578689b87e 100644 --- a/srcpkgs/qt6-wayland/template +++ b/srcpkgs/qt6-wayland/template @@ -1,6 +1,6 @@ # Template file for 'qt6-wayland' pkgname=qt6-wayland -version=6.3.1 +version=6.4.0 revision=1 wrksrc="qtwayland-everywhere-src-${version}" build_style=cmake @@ -16,10 +16,10 @@ maintainer="John " 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/qtwayland-everywhere-src-${version}.tar.xz" -checksum=6f14fea2d172a5b4170be3efcb0e58535f6605b61bcd823f6d5c9d165bb8c0f0 +checksum=f08ba8e14fbec34d57332ad897c5a9150453ed07a611abb18c89c6cc5e5b62fc if [ "$CROSS_BUILD" ]; then - configure_args="-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=true" + configure_args="-DQT_FORCE_BUILD_TOOLS=true" hostmakedepends+=" qt6-wayland-devel" fi