mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Update Qt to 6.5.1 on Linux
This commit is contained in:
parent
d57aa2a1f6
commit
e9787170d5
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue