[wxwidgets] Update to 3.2.6 (#41415)

This commit is contained in:
jim wang 2024-10-09 18:00:53 +00:00 committed by GitHub
parent da5b6383d7
commit 0104b799f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 18 additions and 14 deletions

View File

@ -1,5 +1,5 @@
diff --git a/build/cmake/wxWidgetsConfig.cmake.in b/build/cmake/wxWidgetsConfig.cmake.in
index 6ef5a6e..248a701 100644
index b251109..60cf762 100644
--- a/build/cmake/wxWidgetsConfig.cmake.in
+++ b/build/cmake/wxWidgetsConfig.cmake.in
@@ -1,5 +1,8 @@
@ -8,6 +8,6 @@ index 6ef5a6e..248a701 100644
+include(CMakeFindDependencyMacro)
+find_dependency(NanoSVG CONFIG)
+
# determine target from compiler, platform and library type
if(WIN32 AND NOT CYGWIN AND NOT MSYS)
if(${CMAKE_CXX_COMPILER_ID} STREQUAL MSVC)
cmake_policy(PUSH)
# Set policies to prevent warnings
if(POLICY CMP0072)

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO wxWidgets/wxWidgets
REF "v${VERSION}"
SHA512 6d92635f88fc7b0ee52ef996f87d79d9af34428e2cb4469134b74514135b87b42acbc515c0d2d1e1ff5265b8383c9783ce58655bd410fa9215cfc7a8d528aa87
SHA512 0834cb1f4f2e294b721abeef659f696156b9a7474a6a770197f2295a598cce5547671634036a96739b063bb6482f5cb0092b5f704dc5ceb1c002c4e1782df197
HEAD_REF master
PATCHES
install-layout.patch

View File

@ -1,8 +1,8 @@
diff --git a/build/cmake/init.cmake b/build/cmake/init.cmake
index 7bd00d3..d903584 100644
index 5447d33..f5440b4 100644
--- a/build/cmake/init.cmake
+++ b/build/cmake/init.cmake
@@ -493,7 +493,9 @@ if(wxUSE_GUI)
@@ -530,7 +530,9 @@ if(wxUSE_GUI)
endif()
if(wxUSE_SOUND AND wxUSE_LIBSDL AND UNIX AND NOT APPLE)
@ -14,7 +14,7 @@ index 7bd00d3..d903584 100644
find_package(SDL)
endif()
diff --git a/build/cmake/wxWidgetsConfig.cmake.in b/build/cmake/wxWidgetsConfig.cmake.in
index 248a701..f617dc4 100644
index 60cf762..202a8c3 100644
--- a/build/cmake/wxWidgetsConfig.cmake.in
+++ b/build/cmake/wxWidgetsConfig.cmake.in
@@ -2,6 +2,9 @@
@ -25,5 +25,5 @@ index 248a701..f617dc4 100644
+ find_dependency(SDL2 CONFIG)
+endif()
# determine target from compiler, platform and library type
if(WIN32 AND NOT CYGWIN AND NOT MSYS)
cmake_policy(PUSH)
# Set policies to prevent warnings

View File

@ -1,7 +1,6 @@
{
"name": "wxwidgets",
"version": "3.2.5",
"port-version": 3,
"version": "3.2.6",
"description": [
"Widget toolkit and tools library for creating graphical user interfaces (GUIs) for cross-platform applications. ",
"Set WXWIDGETS_USE_STL in a custom triplet to build with the wxUSE_STL build option.",

View File

@ -9641,8 +9641,8 @@
"port-version": 0
},
"wxwidgets": {
"baseline": "3.2.5",
"port-version": 3
"baseline": "3.2.6",
"port-version": 0
},
"wyhash": {
"baseline": "2023-12-03",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "bb7e54e4bab9652768a7a7d6f2cf37171e48b7cd",
"version": "3.2.6",
"port-version": 0
},
{
"git-tree": "98b2c9fc10fef8e61d3b43cc6b7b37ef72eac355",
"version": "3.2.5",