[arch-commits] Commit in 0ad/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Jul 7 18:13:57 UTC 2022


    Date: Thursday, July 7, 2022 @ 18:13:56
  Author: arojas
Revision: 1248229

wxwidgets 3.2 rebuild

Modified:
  0ad/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-07 17:59:12 UTC (rev 1248228)
+++ PKGBUILD	2022-07-07 18:13:56 UTC (rev 1248229)
@@ -4,13 +4,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="http://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)
@@ -33,7 +33,6 @@
   # Work around GCC 12 ICE (https://bugs.gentoo.org/847601)
   export CC=clang CXX=clang++
 
-  export WX_CONFIG="wx-config-gtk3"
   ./update-workspaces.sh -j$(nproc) \
       --without-pch \
       --bindir=/usr/bin \



More information about the arch-commits mailing list