upgpkg: 3.2.2.1-2: Fix undefined symbols in Qt build (FS#79130)

This commit is contained in:
Antonio Rojas 2023-07-18 09:21:58 +02:00
parent 7395b68c3b
commit 0703e63bf7
No known key found for this signature in database
GPG Key ID: 7A4E76095D8A52E4
1 changed files with 9 additions and 3 deletions

View File

@ -4,13 +4,19 @@
pkgbase=wxwidgets
pkgname=(wxwidgets-gtk3 wxwidgets-qt5 wxwidgets-common)
pkgver=3.2.2.1
pkgrel=1
pkgrel=2
arch=(x86_64)
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 \