summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-07-14 17:23:17 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-07-14 17:23:17 -0700
commit2c281aac2f2bdb148af0f5900697b703ab71e7ab (patch)
tree8b8c9fbadf9ab86d8b8b48c8dff618dfb5aa74e8
parentRebuild for boost 1.79 (diff)
download0ad-2c281aac2f2bdb148af0f5900697b703ab71e7ab.tar.xz
Rebuild with new wxgtk depends.
-rw-r--r--PKGBUILD5
1 files 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 \