* update wxwidgets to 3.2.5-1

This commit is contained in:
Alexander Baldeck 2024-05-16 12:22:36 +02:00
parent 2396a82890
commit 7fd878ad22

View File

@ -6,7 +6,7 @@ pkgbase=wxwidgets
pkgname=(wxwidgets-common
wxwidgets-gtk3
wxwidgets-qt5)
pkgver=3.2.4.1
pkgver=3.2.5
pkgrel=1
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://wxwidgets.org'
@ -22,13 +22,13 @@ makedepends=(cmake
sdl2
webkit2gtk-4.1)
source=(git+https://github.com/wxWidgets/wxWidgets#tag=v$pkgver)
sha256sums=('00ee216ed103a197493ee22a34d9be0cb639d91c6dd163e494b445007fbc6c7b')
sha256sums=('d0f477627d87f67e5085c60d813df726979be248db3699a76b7c4d6987e226b0')
prepare() {
cd wxWidgets
git cherry-pick -n ed510012 # Fix undefined symbols in Qt build
git cherry-pick -n 8ea22b5e # Avoid crash with GTK3 if console program is using a GUI wxApp
git cherry-pick -n 9174c672 # Fix KiCad glitches in Plasma 6
}
build() {