Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
(conan-io#18697) qt 6.5.2
Browse files Browse the repository at this point in the history
* qt 6.5.2

generated with:
conan config install https://github.com/conan-io/conan-extensions.git
conan cci:upgrade-qt-recipe 6.5.2

* remove qt 6.4.1
  • Loading branch information
ericLemanissier committed Sep 15, 2023
1 parent 5dd25ce commit 8ce877c
Show file tree
Hide file tree
Showing 4 changed files with 347 additions and 54 deletions.
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

0 comments on commit 8ce877c

Please sign in to comment.