Skip to content

Commit

Permalink
[qt5-webengine] fix spellcheck buildflags issue (#43524)
Browse files Browse the repository at this point in the history
  • Loading branch information
rremilian authored Jan 30, 2025
1 parent 09dea3c commit 0b4805a
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 2 deletions.
12 changes: 12 additions & 0 deletions ports/qt5-webengine/fix-spellcheck-buildflags.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/src/3rdparty/chromium/content/browser/BUILD.gn b/src/3rdparty/chromium/content/browser/BUILD.gn
index 1466f33d4..3fc848a56 100644
--- a/src/3rdparty/chromium/content/browser/BUILD.gn
+++ b/src/3rdparty/chromium/content/browser/BUILD.gn
@@ -40,6 +40,7 @@ jumbo_static_library("devtools_protocol") {
"//content/browser/devtools:protocol_sources",
"//content/common:buildflags",
"//third_party/inspector_protocol:crdtp",
+ "//components/spellcheck:buildflags",
]

sources = [
1 change: 1 addition & 0 deletions ports/qt5-webengine/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ set(PATCHES common.pri.patch
0001-Support-ICU-74-in-LazyTextBreakIterator.patch
workaround-protobuf-issue.patch
0001-Fix-jumbo-build-error-due-to-ResolveColor-redefiniti.patch
fix-spellcheck-buildflags.patch
)

set(OPTIONS)
Expand Down
2 changes: 1 addition & 1 deletion ports/qt5-webengine/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "qt5-webengine",
"version": "5.15.16",
"port-version": 1,
"port-version": 2,
"description": "Qt WebEngine provides functionality for rendering regions of dynamic web content.",
"license": null,
"supports": "!static",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7542,7 +7542,7 @@
},
"qt5-webengine": {
"baseline": "5.15.16",
"port-version": 1
"port-version": 2
},
"qt5-webglplugin": {
"baseline": "5.15.16",
Expand Down
5 changes: 5 additions & 0 deletions versions/q-/qt5-webengine.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7785e40d08d000118d180514d7e5f5f30a75ada8",
"version": "5.15.16",
"port-version": 2
},
{
"git-tree": "92f56035f25cfc039d74c70b6905c1b78e480e2e",
"version": "5.15.16",
Expand Down

0 comments on commit 0b4805a

Please sign in to comment.