Skip to content

Commit

Permalink
[qt5-webengine]: fix typo (#25012)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZgblKylin authored May 31, 2022
1 parent f14179a commit 145848f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/qt5-webengine/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ endif()
#set(VCPKG_BUILD_TYPE release) #You probably want to set this to reduce build type and space requirements
message(STATUS "${PORT} requires a lot of free disk space (>100GB), ram (>8 GB) and time (>2h per configuration) to be successfully build.\n\
-- As such ${PORT} is currently experimental.\n\
-- If ${PORT} fails post build validation please try manually reducing VCPKG_MAX_CONCURRENY and open up an issue if it still cannot build. \n\
-- If ${PORT} fails post build validation please try manually reducing VCPKG_MAX_CONCURRENCY and open up an issue if it still cannot build. \n\
-- If it fails due to post validation the successfully installed files can be found in ${CURRENT_PACKAGES_DIR} \n\
-- and just need to be copied into ${CURRENT_INSTALLED_DIR}")
if(NOT VCPKG_TARGET_IS_WINDOWS)
Expand Down Expand Up @@ -45,7 +45,7 @@ vcpkg_add_to_path(PREPEND "${GPERF_DIR}")
vcpkg_add_to_path(PREPEND "${NINJA_DIR}")
vcpkg_add_to_path(PREPEND "${NODEJS_DIR}")

set(PATCHES common.pri.patch
set(PATCHES common.pri.patch
gl.patch
build_1.patch
build_2.patch
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.4",
"port-version": 1,
"port-version": 2,
"description": "Qt5 webengine Module;",
"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 @@ -5842,7 +5842,7 @@
},
"qt5-webengine": {
"baseline": "5.15.4",
"port-version": 1
"port-version": 2
},
"qt5-webglplugin": {
"baseline": "5.15.4",
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": "71d241727d07ed646d0f34c1d29d4173c1087233",
"version": "5.15.4",
"port-version": 2
},
{
"git-tree": "ac21a058fe59c5b0272cdfc2cc1791b9b9901a79",
"version": "5.15.4",
Expand Down

0 comments on commit 145848f

Please sign in to comment.