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

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Jun 3 10:26:15 UTC 2013


    Date: Monday, June 3, 2013 @ 12:26:15
  Author: spupykin
Revision: 92242

upgpkg: hedgewars 0.9.19-1

upd

Modified:
  hedgewars/trunk/PKGBUILD

----------+
 PKGBUILD |   29 ++++++++++++++---------------
 1 file changed, 14 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-03 10:26:07 UTC (rev 92241)
+++ PKGBUILD	2013-06-03 10:26:15 UTC (rev 92242)
@@ -2,38 +2,37 @@
 # Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
 
 pkgname=hedgewars
-pkgver=0.9.18
-pkgrel=8
+pkgver=0.9.19
+pkgrel=1
 pkgdesc="Free Worms-like turn based strategy game"
 arch=('i686' 'x86_64')
 url="http://hedgewars.org"
 license=('GPL' 'custom')
-depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51')
+depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 'physfs' 'ffmpeg' 'glut')
 makedepends=('fpc' 'cmake'
 	     # haskell specific
-	     'ghc=7.6.3-1'
-	     'haskell-network=2.4.1.2-1'
-             'haskell-bytestring-show=0.3.5.4-4'
-	     'haskell-utf8-string=0.3.7-5'
-             'haskell-dataenc=0.14.0.5-2'
-	     'haskell-hslogger=1.2.1-4'
-             'haskell-vector=0.10.0.1-4')
-source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver-3.tar.bz2
+	     'ghc'
+	     'haskell-network'
+	     'haskell-bytestring-show'
+	     'haskell-utf8-string'
+	     'haskell-dataenc'
+	     'haskell-hslogger'
+	     'haskell-vector'
+	     'haskell-random')
+source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2
 	hedgewars.desktop
 	hedgewars.png)
-md5sums=('02465736fdcf48feea1cacaa0aa5960e'
+md5sums=('51d84ad6ea00e9894e6119b118b4a523'
          '48c66a3204d4fa0a69e9aa46f7c31e0c'
          'eeb14d50df39063549ac5eca9dbc65d1')
 
 build() {
   cd $pkgname-src-$pkgver
   sed -i 's|instance NFData B.ByteString||' gameServer/Actions.hs
-#  sed -i 's|lua51 lua5.1 lua-5.1|lua lua51 lua5.1 lua-5.1|g' cmake_modules/FindLua.cmake
   cmake \
+	-DCMAKE_BUILD_TYPE="Release" \
 	-DCMAKE_INSTALL_PREFIX=/usr \
 	-DDATA_INSTALL_DIR=/usr/share \
-	-DQT_QMAKE_EXECUTABLE=/usr/lib/qt4/bin/qmake \
-	-DQT_MOC_EXECUTABLE=/usr/lib/qt4/bin/moc \
 	-DWITH_SERVER=1 .
   make
 }




More information about the arch-commits mailing list