qt6-wayland: update to 6.4.0.

This commit is contained in:
John 2022-11-02 18:24:36 +01:00
parent 8ba7e25b3f
commit 22409b7c7e

View file

@ -1,6 +1,6 @@
# Template file for 'qt6-wayland' # Template file for 'qt6-wayland'
pkgname=qt6-wayland pkgname=qt6-wayland
version=6.3.1 version=6.4.0
revision=1 revision=1
wrksrc="qtwayland-everywhere-src-${version}" wrksrc="qtwayland-everywhere-src-${version}"
build_style=cmake build_style=cmake
@ -16,10 +16,10 @@ 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" 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" homepage="https://www.qt.io"
distfiles="https://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwayland-everywhere-src-${version}.tar.xz" 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 if [ "$CROSS_BUILD" ]; then
configure_args="-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=true" configure_args="-DQT_FORCE_BUILD_TOOLS=true"
hostmakedepends+=" qt6-wayland-devel" hostmakedepends+=" qt6-wayland-devel"
fi fi