Update Qt to 6.5.1 on Linux

This commit is contained in:
Ilya Fedin 2023-05-25 00:12:44 +04:00 committed by John Preston
parent d57aa2a1f6
commit e9787170d5
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{%- set GIT = "https://github.com" -%}
{%- set GIT_FREEDESKTOP = GIT ~ "/gitlab-freedesktop-mirrors" -%}
{%- set QT = "6.5.0" -%}
{%- set QT = "6.5.1" -%}
{%- set QT_TAG = "v" ~ QT -%}
{%- set QT_PREFIX = "/usr/local/desktop-app/Qt-" ~ QT -%}
{%- set OPENSSL_VER = "1_1_1" -%}
@ -58,7 +58,7 @@ ENV CXXFLAGS $CFLAGS
FROM builder AS patches
RUN git clone {{ GIT }}/desktop-app/patches.git \
&& cd patches \
&& git checkout 3fad86d684 \
&& git checkout 1d72fdb335 \
&& rm -rf .git
FROM builder AS nasm

View File

@ -460,7 +460,7 @@ parts:
- libxkbcommon-x11-0
- zlib1g
override-pull: |
QT=6.5.0
QT=6.5.1
git clone -b v${QT} --depth=1 https://code.qt.io/qt/qt5.git .
git submodule update --init --recursive --depth=1 qtbase qtdeclarative qtwayland qtimageformats qtsvg qtshadertools