Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qt 6.5.2 #18697

Merged
merged 2 commits into from
Aug 9, 2023
Merged

qt 6.5.2 #18697

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 14 additions & 25 deletions recipes/qt/6.x.x/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
sources:
"6.5.2":
url:
- "https://download.qt.io/official_releases/qt/6.5/6.5.2/single/qt-everywhere-src-6.5.2.tar.xz"
- "https://download.qt.io/archive/qt/6.5/6.5.2/single/qt-everywhere-src-6.5.2.tar.xz"
- "https://mirrors.ukfast.co.uk/sites/qt.io/archive/qt/6.5/6.5.2/single/qt-everywhere-src-6.5.2.tar.xz"
- "https://qt-mirror.dannhauer.de/archive/qt/6.5/6.5.2/single/qt-everywhere-src-6.5.2.tar.xz"
- "https://master.qt.io/archive/qt/6.5/6.5.2/single/qt-everywhere-src-6.5.2.tar.xz"
- "https://www.nic.funet.fi/pub/mirrors/download.qt-project.org/archive/qt/6.5/6.5.2/single/qt-everywhere-src-6.5.2.tar.xz"
- "https://mirrors.sjtug.sjtu.edu.cn/qt/archive/qt/6.5/6.5.2/single/qt-everywhere-src-6.5.2.tar.xz"
sha256: "cde57be663d0f875759797298bdc37a936d517c39f2013e4e6ece5e12edeed12"
"6.5.1":
url:
- "https://download.qt.io/official_releases/qt/6.5/6.5.1/single/qt-everywhere-src-6.5.1.tar.xz"
Expand Down Expand Up @@ -45,14 +55,6 @@ sources:
- "https://ftp.fau.de/qtproject/archive/qt/6.4/6.4.2/single/qt-everywhere-src-6.4.2.tar.xz"
- "https://mirrors.ustc.edu.cn/qtproject/archive/qt/6.4/6.4.2/single/qt-everywhere-src-6.4.2.tar.xz"
sha256: "689f53e6652da82fccf7c2ab58066787487339f28d1ec66a8765ad357f4976be"
"6.4.1":
url:
- "https://download.qt.io/archive/qt/6.4/6.4.1/single/qt-everywhere-src-6.4.1.tar.xz"
- "https://qt-mirror.dannhauer.de/archive/qt/6.4/6.4.1/single/qt-everywhere-src-6.4.1.tar.xz"
- "https://www.funet.fi/pub/mirrors/download.qt-project.org/archive/qt/6.4/6.4.1/single/qt-everywhere-src-6.4.1.tar.xz"
- "https://ftp.fau.de/qtproject/archive/qt/6.4/6.4.1/single/qt-everywhere-src-6.4.1.tar.xz"
- "https://mirrors.ustc.edu.cn/qtproject/archive/qt/6.4/6.4.1/single/qt-everywhere-src-6.4.1.tar.xz"
sha256: "e20b850b6134098a7f2e7701cfddfb213c6cf394b9e848e6fbc5b0e89dcfcc09"
"6.3.2":
url:
- "https://download.qt.io/archive/qt/6.3/6.3.2/single/qt-everywhere-src-6.3.2.tar.xz"
Expand All @@ -62,6 +64,10 @@ sources:
- "https://mirrors.ustc.edu.cn/qtproject/archive/qt/6.3/6.3.2/single/qt-everywhere-src-6.3.2.tar.xz"
sha256: "b90524f686224a0e5a945c1d65307e16a375348dbe275c9ac11de171fe31374a"
patches:
"6.5.2":
- "base_path": "qtwebengine"
"patch_description": "Workaround for too long .rps file name"
"patch_file": "patches/c72097e.diff"
"6.5.1":
- base_path: "qtwebengine"
patch_description: "Workaround for too long .rps file name"
Expand All @@ -88,23 +94,6 @@ patches:
patch_description: "Fix PCRE2 detection"
patch_type: "bugfix"
patch_source: "https://codereview.qt-project.org/c/qt/qtbase/+/445885"
"6.4.1":
- base_path: "qtbase/cmake"
patch_description: "Fix pri helpers"
patch_file: "patches/qt6-pri-helpers-fix.diff"
- patch_file: "patches/c72097e.diff"
base_path: "qtwebengine"
patch_description: "Workaround for too long .rps file name"
- patch_file: "patches/d13958d.diff"
base_path: "qtbase"
patch_description: "Fix PCRE2 detection"
patch_type: "bugfix"
patch_source: "https://codereview.qt-project.org/c/qt/qtbase/+/445885"
- patch_file: "patches/3801bba82.patch"
base_path: "qtwebengine/src/3rdparty"
patch_description: "fix qtwebengine with MSVC2022"
patch_type: "portability"
patch_source: "https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/444132"
"6.3.2":
- base_path: "qtbase/cmake"
patch_description: "Fix pri helpers"
Expand Down
27 changes: 0 additions & 27 deletions recipes/qt/6.x.x/patches/3801bba82.patch

This file was deleted.

Loading