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

Balló György bgyorgy at archlinux.org
Sun Jul 2 22:04:50 UTC 2017


    Date: Sunday, July 2, 2017 @ 22:04:49
  Author: bgyorgy
Revision: 242090

upgpkg: springlobby 0.256-3

Rebuild with wxgtk3

Modified:
  springlobby/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-02 19:32:23 UTC (rev 242089)
+++ PKGBUILD	2017-07-02 22:04:49 UTC (rev 242090)
@@ -4,12 +4,12 @@
 
 pkgname=springlobby
 pkgver=0.256
-pkgrel=2
+pkgrel=3
 pkgdesc="A free cross-platform lobby client for the Spring RTS project"
 arch=('i686' 'x86_64')
 url="http://springlobby.info/"
 license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 'boost-libs'
+depends=('hicolor-icon-theme' 'wxgtk3' 'curl' 'libtorrent-rasterbar' 'boost-libs'
          'alure' 'libsm')
 optdepends=('sdl' 'sdl_sound' 'sdl_mixer')
 makedepends=('boost' 'cmake' 'git')
@@ -25,7 +25,8 @@
   cd $srcdir/${pkgname}
 
   cmake . \
-    -DCMAKE_INSTALL_PREFIX=/usr
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
   make
 }
 



More information about the arch-commits mailing list