mirror of
https://aur.archlinux.org/wxwidgets-wayland-perf.git
synced 2024-11-16 16:11:00 +02:00
upgpkg: 3.2.2.1-2: Fix undefined symbols in Qt build (FS#79130)
This commit is contained in:
parent
7395b68c3b
commit
0703e63bf7
12
PKGBUILD
12
PKGBUILD
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user