-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
built latest qt 5.15 as maintained by KDE and openssl 3.1.4
Signed-off-by: Matthieu Gallien <[email protected]>
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,20 +6,20 @@ MAINTAINER Desktop Team <[email protected]> | |
ARG BUILD_QT | ||
|
||
ENV VER_QT kde-5.15 | ||
ENV VER_QT_DATE 2023-08-21 | ||
ENV VER_OPENSSL 3.0.10 | ||
ENV VER_QT_DATE 2024-02-03 | ||
ENV VER_OPENSSL 3.1.4 | ||
ENV VER_LIBP11 libp11-0.4.12 | ||
ENV VER_KFRAMEWORKS 5.107.0 | ||
ENV VER_SQLITE 3430000 | ||
ENV VER_SQLITE_YEAR 2023 | ||
ENV VER_SQLITE 3450100 | ||
ENV VER_SQLITE_YEAR 2024 | ||
|
||
ENV QT_ROOT /opt/qt${VER_QT} | ||
|
||
RUN sed -i '/deb-src/s/^# //' /etc/apt/sources.list && \ | ||
apt-get update && \ | ||
apt-get install -y apt-transport-https ca-certificates gnupg software-properties-common wget && \ | ||
apt-get install -y --no-install-recommends apt-transport-https ca-certificates gnupg software-properties-common wget && \ | ||
apt-get update && \ | ||
DEBIAN_FRONTEND=noninteractive apt-get install -q -y \ | ||
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -q -y \ | ||
git \ | ||
ninja-build \ | ||
curl \ | ||
|
@@ -173,7 +173,7 @@ RUN if [ "$BUILD_QT" = "1" ] ; then \ | |
# Build Qt | ||
RUN if [ "$BUILD_QT" = "1" ] ; then \ | ||
# Do not require matching versions of Qt dependencies for WebEngine modules | ||
sed -i "s/5.15.14 /5.15.10 /" ${QT_ROOT}/lib/cmake/*/*Config.cmake \ | ||
sed -i "s/5.15.17 /5.15.12 /" ${QT_ROOT}/lib/cmake/*/*Config.cmake \ | ||
; fi | ||
|
||
# Build Qt | ||
|