wxFormBuilder: update to 4.1.0.

This commit is contained in:
Andrew J. Hesford 2024-02-27 13:41:16 -05:00
parent ca736dc704
commit fd90acd3f6
2 changed files with 2 additions and 13 deletions

View file

@ -1,11 +0,0 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -72,7 +72,7 @@
stash_variable(BUILD_SHARED_LIBS VALUE ON)
set(wxWidgets_USE_STATIC OFF)
if(NOT WXFB_WXWIDGETS_ENABLE_30)
- set(wxWidgetsVersion 3.1.2)
+ set(wxWidgetsVersion 3.2)
else()
set(wxWidgetsVersion 3.0)
endif()

View file

@ -1,6 +1,6 @@
# Template file for 'wxFormBuilder'
pkgname=wxFormBuilder
version=4.0.0
version=4.1.0
revision=1
build_style=cmake
configure_args="-DCMAKE_BUILD_TYPE=Release"
@ -12,7 +12,7 @@ license="GPL-2.0-or-later"
homepage="https://github.com/wxFormBuilder/wxFormBuilder"
changelog="https://raw.githubusercontent.com/wxFormBuilder/wxFormBuilder/master/Changelog.txt"
distfiles="${homepage}/releases/download/v${version}/${pkgname}-${version}-source-full.tar.gz"
checksum=3bf1a29e5be88a05244afc5fd6f5ab90abf893810bee0cb4f0be861f0ff516ad
checksum=dd9b18ba7212d757c383b073b7743be074cf9ca6e7e5361aefd9513fe1cad63d
if [ -n "${CROSS_BUILD}" ]; then
configure_args+=" -DwxWidgets_wxrc_EXECUTABLE=${XBPS_CROSS_BASE}/usr/bin/wxrc-3.2"