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

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Apr 11 15:02:23 UTC 2016


    Date: Monday, April 11, 2016 @ 17:02:23
  Author: svenstaro
Revision: 170468

upgpkg: megaglest 3.12.0-1

upstream release 3.12.0

Modified:
  megaglest/trunk/PKGBUILD

----------+
 PKGBUILD |   23 +++++++----------------
 1 file changed, 7 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-11 14:54:38 UTC (rev 170467)
+++ PKGBUILD	2016-04-11 15:02:23 UTC (rev 170468)
@@ -3,25 +3,18 @@
 # Contributor: Larry Hajali <larryhaja [at] gmail [dot] com>
 
 pkgname=megaglest
-pkgver=3.11.1
-pkgrel=5
+pkgver=3.12.0
+pkgrel=1
 pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/megaglest/"
 license=('GPL3')
-depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'libgl' 'lua51' 'icu' 'ftgl' 'glew'
-'libircclient' 'miniupnpc' 'wxgtk2.8' 'glu' 'libx11')
+depends=('curl' 'megaglest-data' 'xerces-c' 'sdl2' 'libvorbis' 'openal' 'libgl' 'lua51' 'icu' 'ftgl' 'glew'
+'libircclient' 'miniupnpc' 'wxgtk' 'glu' 'libx11')
 makedepends=('ftjam' 'cmake' 'mesa' 'git')
-source=("git+https://github.com/MegaGlest/megaglest-source.git#tag=${pkgver}"
-        "miniupnpc14.patch")
-md5sums=('SKIP'
-         '9774a0ab4daa635d3ea7bb6d3ec9834c')
+source=("git+https://github.com/MegaGlest/megaglest-source.git#tag=${pkgver}")
+md5sums=('SKIP')
 
-prepare() {
-  cd megaglest-source
-  patch -Np1 -i ../miniupnpc14.patch
-}
-
 build() {
   cd megaglest-source
 
@@ -32,9 +25,7 @@
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_CXX_FLAGS="-lX11" \
-    -DWANT_GIT_STAMP=0 \
-    -DwxWidgets_CONFIG_EXECUTABLE="/usr/bin/wx-config-2.8" \
-    -DwxWidgets_wxrc_EXECUTABLE="/usr/bin/wxrc-2.8"
+    -DWANT_GIT_STAMP=0
   make VERBOSE=1
 }
 



More information about the arch-commits mailing list