mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Update Qt to 6.7.0 on Linux
This commit is contained in:
parent
d881019c3b
commit
d67f25d726
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
{%- set GIT = "https://github.com" -%}
|
||||
{%- set GIT_FREEDESKTOP = GIT ~ "/gitlab-freedesktop-mirrors" -%}
|
||||
{%- set QT = "6.6.2" -%}
|
||||
{%- set QT_TAG = "v" ~ QT -%}
|
||||
{%- set QT = "6.7.0" -%}
|
||||
{%- set QT_TAG = "v" ~ QT ~ "-rc1" -%}
|
||||
{%- set QT_PREFIX = "/usr/local/desktop-app/Qt-" ~ QT -%}
|
||||
{%- set OPENSSL_VER = "1_1_1" -%}
|
||||
{%- set OPENSSL_PREFIX = "/usr/local/desktop-app/openssl-1.1.1" -%}
|
||||
|
@ -785,7 +785,7 @@ RUN git clone -b {{ QT_TAG }} --depth=1 {{ GIT }}/qt/qt5.git qt_{{ QT }} \
|
|||
&& rm -rf qt_{{ QT }}
|
||||
|
||||
FROM builder AS breakpad
|
||||
RUN git clone -b v2023.01.27 --depth=1 https://chromium.googlesource.com/breakpad/breakpad.git \
|
||||
RUN git clone -b v2023.06.01 --depth=1 https://chromium.googlesource.com/breakpad/breakpad.git \
|
||||
&& cd breakpad \
|
||||
&& git clone -b v2022.10.12 --depth=1 https://chromium.googlesource.com/linux-syscall-support.git src/third_party/lss \
|
||||
&& env -u CFLAGS -u CXXFLAGS ./configure \
|
||||
|
|
|
@ -494,9 +494,9 @@ parts:
|
|||
- zlib1g
|
||||
- mesa-vulkan-drivers
|
||||
override-pull: |
|
||||
QT=6.6.2
|
||||
QT=6.7.0
|
||||
|
||||
git clone -b v${QT} --depth=1 https://github.com/qt/qt5.git .
|
||||
git clone -b v${QT}-rc1 --depth=1 https://github.com/qt/qt5.git .
|
||||
git submodule update --init --recursive --depth=1 qtbase qtdeclarative qtwayland qtimageformats qtsvg qtshadertools
|
||||
|
||||
cd qtbase
|
||||
|
|
Loading…
Add table
Reference in a new issue