-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,30 +67,38 @@ patches: | |
- "base_path": "qtwebengine" | ||
"patch_description": "Workaround for too long .rps file name" | ||
"patch_file": "patches/c72097e_6.6.0.diff" | ||
"patch_type": "bugfix" | ||
Check warning on line 70 in recipes/qt/6.x.x/conandata.yml GitHub Actions / Lint changed files (YAML files)conandata.yml schema warning
|
||
- "base_path": "qtbase" | ||
"patch_description": "Fix build error with lambda on GCC 9.2" | ||
"patch_file": "patches/32fa63f.patch" | ||
"patch_type": "bugfix" | ||
Check warning on line 74 in recipes/qt/6.x.x/conandata.yml GitHub Actions / Lint changed files (YAML files)conandata.yml schema warning
|
||
"6.6.0": | ||
- "base_path": "qtwebengine" | ||
"patch_description": "Workaround for too long .rps file name" | ||
"patch_file": "patches/c72097e_6.6.0.diff" | ||
"patch_type": "bugfix" | ||
Check warning on line 79 in recipes/qt/6.x.x/conandata.yml GitHub Actions / Lint changed files (YAML files)conandata.yml schema warning
|
||
- "base_path": "qtbase" | ||
"patch_description": "Fix build error with lambda on GCC 9.2" | ||
"patch_file": "patches/32fa63f.patch" | ||
"patch_type": "bugfix" | ||
Check warning on line 83 in recipes/qt/6.x.x/conandata.yml GitHub Actions / Lint changed files (YAML files)conandata.yml schema warning
|
||
"6.5.3": | ||
- "base_path": "qtwebengine" | ||
"patch_description": "Workaround for too long .rps file name" | ||
"patch_file": "patches/c72097e.diff" | ||
"patch_type": "bugfix" | ||
Check warning on line 88 in recipes/qt/6.x.x/conandata.yml GitHub Actions / Lint changed files (YAML files)conandata.yml schema warning
|
||
- "base_path": "qtbase" | ||
"patch_description": "Fix build error with lambda on GCC 9.2" | ||
"patch_file": "patches/32fa63f_6.5.0.patch" | ||
"patch_type": "bugfix" | ||
Check warning on line 92 in recipes/qt/6.x.x/conandata.yml GitHub Actions / Lint changed files (YAML files)conandata.yml schema warning
|
||
"6.4.2": | ||
- base_path: "qtbase/cmake" | ||
patch_description: "Fix pri helpers" | ||
patch_file: "patches/qt6-pri-helpers-fix.diff" | ||
patch_type: "bugfix" | ||
Check warning on line 97 in recipes/qt/6.x.x/conandata.yml GitHub Actions / Lint changed files (YAML files)conandata.yml schema warning
|
||
- patch_file: "patches/c72097e.diff" | ||
base_path: "qtwebengine" | ||
patch_description: "Workaround for too long .rps file name" | ||
patch_type: "bugfix" | ||
Check warning on line 101 in recipes/qt/6.x.x/conandata.yml GitHub Actions / Lint changed files (YAML files)conandata.yml schema warning
|
||
- patch_file: "patches/d13958d.diff" | ||
base_path: "qtbase" | ||
patch_description: "Fix PCRE2 detection" | ||
|
@@ -100,9 +108,11 @@ patches: | |
- base_path: "qtbase/cmake" | ||
patch_description: "Fix pri helpers" | ||
patch_file: "patches/qt6-pri-helpers-fix.diff" | ||
patch_type: "bugfix" | ||
Check warning on line 111 in recipes/qt/6.x.x/conandata.yml GitHub Actions / Lint changed files (YAML files)conandata.yml schema warning
|
||
- patch_file: "patches/c72097e.diff" | ||
base_path: "qtwebengine" | ||
patch_description: "Workaround for too long .rps file name" | ||
patch_type: "bugfix" | ||
Check warning on line 115 in recipes/qt/6.x.x/conandata.yml GitHub Actions / Lint changed files (YAML files)conandata.yml schema warning
|
||
- patch_file: "patches/d13958d.diff" | ||
base_path: "qtbase" | ||
patch_description: "Fix PCRE2 detection" | ||
|