* update wxwidgets to 3.2.2.1-2

This commit is contained in:
Alexander Baldeck 2023-08-01 11:30:43 +02:00
parent 5b0609d4f0
commit 6ef4a2a372

View File

@ -5,13 +5,19 @@
pkgbase=wxwidgets
pkgname=(wxwidgets-gtk3 wxwidgets-qt5 wxwidgets-common)
pkgver=3.2.2.1
pkgrel=1
pkgrel=2
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://wxwidgets.org'
license=(custom:wxWindows)
makedepends=(cmake gst-plugins-base glu webkit2gtk libnotify qt5-base sdl2 libmspack)
source=(https://github.com/wxWidgets/wxWidgets/releases/download/v$pkgver/wxWidgets-$pkgver.tar.bz2)
sha256sums=('dffcb6be71296fff4b7f8840eb1b510178f57aa2eb236b20da41182009242c02')
source=(https://github.com/wxWidgets/wxWidgets/releases/download/v$pkgver/wxWidgets-$pkgver.tar.bz2
https://github.com/wxWidgets/wxWidgets/commit/ed510012.patch)
sha256sums=('dffcb6be71296fff4b7f8840eb1b510178f57aa2eb236b20da41182009242c02'
'0f714caa562269ba40ea55e1ef2f1c800d0669f01c3862f47db183eb2db91567')
prepare() {
patch -d wxWidgets-$pkgver -p1 < ed510012.patch # Fix undefined symbols in Qt build
}
build() {
cmake -B build-gtk3 -S wxWidgets-$pkgver \