wxwidgets3.2: Check for CURL in wxWidgetsConfig.cmake

This commit is contained in:
مهدي شينون (Mehdi Chinoune)
2025-05-29 05:02:18 +01:00
parent 2f6c93e675
commit b8a806f0e6
2 changed files with 6 additions and 2 deletions

View File

@@ -1 +1,2 @@
006-Check-for-CURL-in-wxWidgetsConfig_cmake.patch
40b67f0e.patch

View File

@@ -14,7 +14,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-wxwidgets${_wx_basever}-common"
"${MINGW_PACKAGE_PREFIX}-wxwidgets${_wx_basever}-gtk3-libs"
"${MINGW_PACKAGE_PREFIX}-wxwidgets${_wx_basever}-gtk3")
pkgver=${_wx_basever}.8.1
pkgrel=1
pkgrel=2
pkgdesc="A C++ library that lets developers create applications for Windows, Linux and UNIX (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -49,6 +49,7 @@ source=(
003-install-dlls-on-bin.patch
004-use-copy-instead-of-symlink-on-windows.patch
005-keep-autotools-dll-naming-for-clang.patch
006-Check-for-CURL-in-wxWidgetsConfig_cmake.patch::https://github.com/wxWidgets/wxWidgets/commit/3c1a2506.patch
https://github.com/wxWidgets/wxWidgets/commit/40b67f0e.patch
)
sha256sums=('ad0cf6c18815dcf1a6a89ad3c3d21a306cd7b5d99a602f77372ef1d92cb7d756'
@@ -57,6 +58,7 @@ sha256sums=('ad0cf6c18815dcf1a6a89ad3c3d21a306cd7b5d99a602f77372ef1d92cb7d756'
'20d9c9813a2d38299325d80af29657beb8912f8b268b83dd7a191055ab312339'
'ff9e4a7f6611f403cdf0ef480adfef59678fe1240960b36304cfb5cbf4426de4'
'38498e1d89944a6024d3b215a0af59b87085e64c442ffe9029c6609376e9267f'
'4bed73f6e89f289b82979c50b853c5ab3a3fdc6e9742204c1cdec23576e5bf44'
'199d48213c2d69313c42e8552e792f31a384996faaba291fae1c0f82d23fbb6d')
apply_patch_with_msg() {
@@ -78,7 +80,8 @@ prepare() {
002-do-not-use-MSVC_NAMING-on-mingw.patch \
003-install-dlls-on-bin.patch \
004-use-copy-instead-of-symlink-on-windows.patch \
005-keep-autotools-dll-naming-for-clang.patch
005-keep-autotools-dll-naming-for-clang.patch \
006-Check-for-CURL-in-wxWidgetsConfig_cmake.patch
# Revert a commit that broke building gtk3 on MinGW-w64
# the commit was meant to fix an issue on wayland