mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-25 18:10:35 +00:00
Update Qt to 6.4.2 on Linux
This commit is contained in:
parent
0af26dd353
commit
3cbbe3d3c2
@ -1,8 +1,8 @@
|
||||
{%- set GIT = "https://github.com" -%}
|
||||
{%- set GIT_FREEDESKTOP = GIT ~ "/gitlab-freedesktop-mirrors" -%}
|
||||
{%- set QT = "6_4_1" -%}
|
||||
{%- set QT_TAG = "v6.4.1" -%}
|
||||
{%- set QT_PREFIX = "/usr/local/desktop-app/Qt-6.4.1" -%}
|
||||
{%- set QT = "6_4_2" -%}
|
||||
{%- set QT_TAG = "v6.4.2" -%}
|
||||
{%- set QT_PREFIX = "/usr/local/desktop-app/Qt-6.4.2" -%}
|
||||
{%- set OPENSSL_VER = "1_1_1" -%}
|
||||
{%- set OPENSSL_PREFIX = "/usr/local/desktop-app/openssl-1.1.1" -%}
|
||||
{%- set CMAKE_VER = "3.24.3" -%}
|
||||
@ -56,7 +56,7 @@ ENV CXXFLAGS $CFLAGS
|
||||
FROM builder AS patches
|
||||
RUN git clone {{ GIT }}/desktop-app/patches.git \
|
||||
&& cd patches \
|
||||
&& git checkout 9e04e2eb9c \
|
||||
&& git checkout 614ff3aebd \
|
||||
&& rm -rf .git
|
||||
|
||||
FROM builder AS nasm
|
||||
|
@ -449,9 +449,9 @@ parts:
|
||||
- libxkbcommon-x11-0
|
||||
- zlib1g
|
||||
override-pull: |
|
||||
QT=6_4_1
|
||||
QT=6_4_2
|
||||
|
||||
git clone -b v6.4.1 --depth=1 git://code.qt.io/qt/qt5.git .
|
||||
git clone -b v6.4.2 --depth=1 git://code.qt.io/qt/qt5.git .
|
||||
git submodule update --init --recursive --depth=1 qtbase qtdeclarative qtwayland qtimageformats qtsvg qt5compat qtshadertools
|
||||
|
||||
cd qtbase
|
||||
|
Loading…
Reference in New Issue
Block a user