Date: Friday, July 8, 2022 @ 11:55:45
  Author: arojas
Revision: 1248646

wxWidgets 3.2 rebuild

Modified:
  springlobby/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-07-08 11:55:35 UTC (rev 1248645)
+++ PKGBUILD    2022-07-08 11:55:45 UTC (rev 1248646)
@@ -3,12 +3,12 @@
 
 pkgname=springlobby
 pkgver=0.273
-pkgrel=1
+pkgrel=2
 pkgdesc="A free cross-platform lobby client for the Spring RTS project"
 arch=('x86_64')
 url="https://springlobby.springrts.com/";
 license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk3' 'curl' 'libtorrent-rasterbar' 
'boost-libs' 'alure'
+depends=('hicolor-icon-theme' 'wxwidgets-gtk3' 'curl' 'libtorrent-rasterbar' 
'boost-libs' 'alure'
          'minizip' 'libsm')
 makedepends=('boost' 'cmake' 'ninja')
 
source=("https://springlobby.springrts.com/dl/stable/springlobby-${pkgver}.tar.bz2";)
@@ -20,8 +20,7 @@
   cmake \
     -GNinja \
     -Bbuild \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
+    -DCMAKE_INSTALL_PREFIX=/usr
   ninja -C build
 }
 

Reply via email to