From 2c281aac2f2bdb148af0f5900697b703ab71e7ab Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 14 Jul 2022 17:23:17 -0700 Subject: Rebuild with new wxgtk depends. --- PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 71c50c8..6ba3f5f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,13 +9,13 @@ pkgname=0ad pkgver=a25.b _pkgver=0.0.25b-alpha -pkgrel=5 +pkgrel=6 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game" arch=('x86_64') url="https://play0ad.com/" license=('GPL2' 'CCPL') depends=('0ad-data' 'binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis' - 'libxml2' 'openal' 'sdl2' 'wxgtk3' 'zlib' 'libgl' 'glu' 'fmt' + 'libxml2' 'openal' 'sdl2' 'wxwidgets-gtk3' 'zlib' 'libgl' 'glu' 'fmt' 'gloox' 'miniupnpc' 'libminiupnpc.so' 'icu' 'nspr' 'libsodium') makedepends=('boost' 'cmake' 'mesa' 'zip' 'libsm' 'rust' 'python' 'clang') options=('!lto') # breaks spidermonkey linking (https://bugs.gentoo.org/746947) @@ -52,7 +52,6 @@ build() { export CFLAGS="$CFLAGS -O3 -fstack-protector-all -fPIC" export CXXFLAGS="$CXXFLAGS -O3 -fstack-protector-all -fPIC" - export WX_CONFIG="wx-config-gtk3" ./update-workspaces.sh $MAKEFLAGS \ --without-pch \ --bindir=/usr/bin \ -- cgit v1.2.1