wxWidgets-gtk3: update to 3.2.3.

This commit is contained in:
Helmut Pozimski 2023-10-29 09:34:50 +01:00
parent 6b1494e7ef
commit f00178d7e6

View file

@ -1,7 +1,7 @@
# Template file for 'wxWidgets-gtk3' # Template file for 'wxWidgets-gtk3'
pkgname=wxWidgets-gtk3 pkgname=wxWidgets-gtk3
version=3.2.2.1 version=3.2.3
revision=2 revision=1
build_style=cmake build_style=cmake
cmake_builddir="build-gtk3" cmake_builddir="build-gtk3"
configure_args="-DwxBUILD_TOOLKIT=gtk3 -DwxUSE_OPENGL=ON -DwxUSE_LIBMSPACK=ON configure_args="-DwxBUILD_TOOLKIT=gtk3 -DwxUSE_OPENGL=ON -DwxUSE_LIBMSPACK=ON
@ -19,7 +19,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="custom:wxWindows" license="custom:wxWindows"
homepage="https://www.wxwidgets.org" homepage="https://www.wxwidgets.org"
distfiles="https://github.com/wxWidgets/wxWidgets/releases/download/v${version}/wxWidgets-${version}.tar.bz2" distfiles="https://github.com/wxWidgets/wxWidgets/releases/download/v${version}/wxWidgets-${version}.tar.bz2"
checksum=dffcb6be71296fff4b7f8840eb1b510178f57aa2eb236b20da41182009242c02 checksum=c170ab67c7e167387162276aea84e055ee58424486404bba692c401730d1a67a
CXXFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" CXXFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"