[arch-commits] Commit in hedgewars/repos (8 files)

2017-03-24 Thread Sergej Pupykin
Date: Friday, March 24, 2017 @ 16:54:36
  Author: spupykin
Revision: 218676

archrelease: copy trunk to community-i686, community-x86_64

Added:
  hedgewars/repos/community-i686/PKGBUILD
(from rev 218675, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-i686/hedgewars-ffmpeg3.patch
(from rev 218675, hedgewars/trunk/hedgewars-ffmpeg3.patch)
  hedgewars/repos/community-x86_64/PKGBUILD
(from rev 218675, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-x86_64/hedgewars-ffmpeg3.patch
(from rev 218675, hedgewars/trunk/hedgewars-ffmpeg3.patch)
Deleted:
  hedgewars/repos/community-i686/PKGBUILD
  hedgewars/repos/community-i686/hedgewars-ffmpeg3.patch
  hedgewars/repos/community-x86_64/PKGBUILD
  hedgewars/repos/community-x86_64/hedgewars-ffmpeg3.patch

--+
 /PKGBUILD|  156 +
 /hedgewars-ffmpeg3.patch |  152 
 community-i686/PKGBUILD  |   72 -
 community-i686/hedgewars-ffmpeg3.patch   |   76 --
 community-x86_64/PKGBUILD|   72 -
 community-x86_64/hedgewars-ffmpeg3.patch |   76 --
 6 files changed, 308 insertions(+), 296 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-24 16:54:16 UTC (rev 218675)
+++ community-i686/PKGBUILD 2017-03-24 16:54:36 UTC (rev 218676)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Tinxy 
-
-pkgname=hedgewars
-pkgver=0.9.22
-pkgrel=7
-pkgdesc="Turn-based strategy artillery game similiar to Worms"
-arch=('i686' 'x86_64')
-url="http://hedgewars.org;
-license=('GPL' 'custom')
-depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut' 'physfs')
-makedepends=('fpc' 'cmake'
-# haskell specific
-'ghc'
-'haskell-network'
-'haskell-bytestring-show'
-'haskell-utf8-string'
-'haskell-dataenc'
-'haskell-hslogger'
-'haskell-vector'
-'haskell-entropy'
-'haskell-sha'
-'haskell-zlib'
-'haskell-random'
-# for scaling the icon
-'imagemagick')
-source=("http://download.gna.org/hedgewars/${pkgname}-src-${pkgver}.tar.bz2; 
hedgewars-ffmpeg3.patch)
-sha256sums=('b699c8971ff420c3edd6533527ae2e99040f1e79207c9140826945bcf0e62192'
-'8c77091440f0e9c6ca365e160f56b2195a573dca206ee29d762ff6a35af84604')
-
-prepare() {
-  cd ${pkgname}-src-${pkgver}
-  sed -i 's|instance NFData (Chan a)$|instance NFData (Chan a) where rnf x = 
seq x ()|' gameServer/CoreTypes.hs
-
-# Fix build with ffmpeg 3.0 (Debian)
-  patch -p1 -i ../hedgewars-ffmpeg3.patch
-}
-
-build() {
-  cd ${pkgname}-src-${pkgver}
-  mkdir -p ${srcdir}/bin
-  ln -sf /usr/bin/lrelease-qt4 ${srcdir}/bin/Qt4::lrelease
-  export PATH=${srcdir}/bin:${PATH}
-  cmake \
-   -DCMAKE_BUILD_TYPE="Release" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DDATA_INSTALL_DIR=/usr/share/hedgewars \
-   -DNOSERVER=0 \
-   .
-  make
-
-  # resize icon
-  for _size in 16 32 48 64 128 256; do
-convert misc/hedgewars.png -resize ${_size}x${_size} hedgewars_${_size}.png
-  done
-}
-
-package() {
-  cd ${pkgname}-src-${pkgver}
-  make DESTDIR="$pkgdir" install
-  install -D -m644 Fonts_LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/Fonts_LICENSE.txt
-
-  # install icons
-  install -D -m644 misc/hedgewars.png 
${pkgdir}/usr/share/icons/hicolor/512x512/apps/hedgewars.png
-  for _size in 16 32 48 64 128 256; do
-install -D -m644 hedgewars_${_size}.png 
${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/hedgewars.png
-  done
-  rm -rf ${pkgdir}/usr/share/pixmaps
-
-  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
${pkgdir}/usr/share/applications/hedgewars.desktop
-}

Copied: hedgewars/repos/community-i686/PKGBUILD (from rev 218675, 
hedgewars/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-24 16:54:36 UTC (rev 218676)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Tinxy 
+
+pkgname=hedgewars
+pkgver=0.9.22
+pkgrel=8
+pkgdesc="Turn-based strategy artillery game similiar to Worms"
+arch=('i686' 'x86_64')
+url="http://hedgewars.org;
+license=('GPL' 'custom')
+depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut' 'physfs')
+makedepends=('fpc' 'cmake'
+# haskell specific
+'ghc'
+'haskell-network'
+'haskell-bytestring-show'
+'haskell-utf8-string'
+'haskell-dataenc'
+'haskell-hslogger'
+'haskell-vector'
+

[arch-commits] Commit in hedgewars/repos (8 files)

2016-02-18 Thread Antonio Rojas
Date: Thursday, February 18, 2016 @ 09:18:15
  Author: arojas
Revision: 162225

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  hedgewars/repos/community-staging-i686/
  hedgewars/repos/community-staging-i686/PKGBUILD
(from rev 162224, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-staging-i686/hedgewars-ffmpeg3.patch
(from rev 162224, hedgewars/trunk/hedgewars-ffmpeg3.patch)
  hedgewars/repos/community-staging-i686/hedgewars.install
(from rev 162224, hedgewars/trunk/hedgewars.install)
  hedgewars/repos/community-staging-x86_64/
  hedgewars/repos/community-staging-x86_64/PKGBUILD
(from rev 162224, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-staging-x86_64/hedgewars-ffmpeg3.patch
(from rev 162224, hedgewars/trunk/hedgewars-ffmpeg3.patch)
  hedgewars/repos/community-staging-x86_64/hedgewars.install
(from rev 162224, hedgewars/trunk/hedgewars.install)

--+
 community-staging-i686/PKGBUILD  |   73 
 community-staging-i686/hedgewars-ffmpeg3.patch   |   76 +
 community-staging-i686/hedgewars.install |   12 +++
 community-staging-x86_64/PKGBUILD|   73 
 community-staging-x86_64/hedgewars-ffmpeg3.patch |   76 +
 community-staging-x86_64/hedgewars.install   |   12 +++
 6 files changed, 322 insertions(+)

Copied: hedgewars/repos/community-staging-i686/PKGBUILD (from rev 162224, 
hedgewars/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-18 08:18:15 UTC (rev 162225)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Tinxy 
+
+pkgname=hedgewars
+pkgver=0.9.22
+pkgrel=6
+pkgdesc="Turn-based strategy artillery game similiar to Worms"
+arch=('i686' 'x86_64')
+url="http://hedgewars.org;
+license=('GPL' 'custom')
+depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut' 'physfs')
+makedepends=('fpc' 'cmake'
+# haskell specific
+'ghc'
+'haskell-network'
+'haskell-bytestring-show'
+'haskell-utf8-string'
+'haskell-dataenc'
+'haskell-hslogger'
+'haskell-vector'
+'haskell-entropy'
+'haskell-sha'
+'haskell-zlib'
+'haskell-random'
+# for scaling the icon
+'imagemagick')
+install='hedgewars.install'
+source=("http://download.gna.org/hedgewars/${pkgname}-src-${pkgver}.tar.bz2; 
hedgewars-ffmpeg3.patch)
+sha256sums=('b699c8971ff420c3edd6533527ae2e99040f1e79207c9140826945bcf0e62192'
+'8c77091440f0e9c6ca365e160f56b2195a573dca206ee29d762ff6a35af84604')
+
+prepare() {
+  cd ${pkgname}-src-${pkgver}
+  sed -i 's|instance NFData (Chan a)$|instance NFData (Chan a) where rnf x = 
seq x ()|' gameServer/CoreTypes.hs
+
+# Fix build with ffmpeg 3.0 (Debian)
+  patch -p1 -i ../hedgewars-ffmpeg3.patch
+}
+
+build() {
+  cd ${pkgname}-src-${pkgver}
+  mkdir -p ${srcdir}/bin
+  ln -sf /usr/bin/lrelease-qt4 ${srcdir}/bin/Qt4::lrelease
+  export PATH=${srcdir}/bin:${PATH}
+  cmake \
+   -DCMAKE_BUILD_TYPE="Release" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DDATA_INSTALL_DIR=/usr/share/hedgewars \
+   -DNOSERVER=0 \
+   .
+  make
+
+  # resize icon
+  for _size in 16 32 48 64 128 256; do
+convert misc/hedgewars.png -resize ${_size}x${_size} hedgewars_${_size}.png
+  done
+}
+
+package() {
+  cd ${pkgname}-src-${pkgver}
+  make DESTDIR="$pkgdir" install
+  install -D -m644 Fonts_LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/Fonts_LICENSE.txt
+
+  # install icons
+  install -D -m644 misc/hedgewars.png 
${pkgdir}/usr/share/icons/hicolor/512x512/apps/hedgewars.png
+  for _size in 16 32 48 64 128 256; do
+install -D -m644 hedgewars_${_size}.png 
${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/hedgewars.png
+  done
+  rm -rf ${pkgdir}/usr/share/pixmaps
+
+  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
${pkgdir}/usr/share/applications/hedgewars.desktop
+}

Copied: hedgewars/repos/community-staging-i686/hedgewars-ffmpeg3.patch (from 
rev 162224, hedgewars/trunk/hedgewars-ffmpeg3.patch)
===
--- community-staging-i686/hedgewars-ffmpeg3.patch  
(rev 0)
+++ community-staging-i686/hedgewars-ffmpeg3.patch  2016-02-18 08:18:15 UTC 
(rev 162225)
@@ -0,0 +1,76 @@
+Description: Replace deprecated FFmpeg API
+Author: Andreas Cadhalpun 
+Last-Update: <2015-11-02>
+
+--- hedgewars-0.9.22-dfsg.orig/QTfrontend/util/LibavInteraction.cpp
 hedgewars-0.9.22-dfsg/QTfrontend/util/LibavInteraction.cpp
+@@ -106,8 +106,8 @@ 

[arch-commits] Commit in hedgewars/repos (8 files)

2016-01-15 Thread Felix Yan
Date: Saturday, January 16, 2016 @ 06:20:23
  Author: fyan
Revision: 156916

archrelease: copy trunk to community-i686, community-x86_64

Added:
  hedgewars/repos/community-i686/PKGBUILD
(from rev 156915, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-i686/hedgewars.install
(from rev 156915, hedgewars/trunk/hedgewars.install)
  hedgewars/repos/community-x86_64/PKGBUILD
(from rev 156915, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-x86_64/hedgewars.install
(from rev 156915, hedgewars/trunk/hedgewars.install)
Deleted:
  hedgewars/repos/community-i686/PKGBUILD
  hedgewars/repos/community-i686/hedgewars.install
  hedgewars/repos/community-x86_64/PKGBUILD
  hedgewars/repos/community-x86_64/hedgewars.install

+
 /PKGBUILD  |  138 +++
 /hedgewars.install |   24 ++
 community-i686/PKGBUILD|   69 -
 community-i686/hedgewars.install   |   12 ---
 community-x86_64/PKGBUILD  |   69 -
 community-x86_64/hedgewars.install |   12 ---
 6 files changed, 162 insertions(+), 162 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-16 05:19:54 UTC (rev 156915)
+++ community-i686/PKGBUILD 2016-01-16 05:20:23 UTC (rev 156916)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Tinxy 
-
-pkgname=hedgewars
-pkgver=0.9.22
-pkgrel=3
-pkgdesc="Turn-based strategy artillery game similiar to Worms"
-arch=('i686' 'x86_64')
-url="http://hedgewars.org;
-license=('GPL' 'custom')
-depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut' 'physfs')
-makedepends=('fpc' 'cmake'
-# haskell specific
-'ghc'
-'haskell-network'
-'haskell-bytestring-show'
-'haskell-utf8-string'
-'haskell-dataenc'
-'haskell-hslogger'
-'haskell-vector'
-'haskell-entropy'
-'haskell-sha'
-'haskell-zlib'
-'haskell-random'
-# for scaling the icon
-'imagemagick')
-install='hedgewars.install'
-source=("http://download.gna.org/hedgewars/${pkgname}-src-${pkgver}.tar.bz2;)
-sha256sums=('b699c8971ff420c3edd6533527ae2e99040f1e79207c9140826945bcf0e62192')
-
-prepare() {
-  cd ${pkgname}-src-${pkgver}
-  sed -i 's|instance NFData (Chan a)$|instance NFData (Chan a) where rnf x = 
seq x ()|' gameServer/CoreTypes.hs
-}
-
-build() {
-  cd ${pkgname}-src-${pkgver}
-  mkdir -p ${srcdir}/bin
-  ln -sf /usr/bin/lrelease-qt4 ${srcdir}/bin/Qt4::lrelease
-  export PATH=${srcdir}/bin:${PATH}
-  cmake \
-   -DCMAKE_BUILD_TYPE="Release" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DDATA_INSTALL_DIR=/usr/share/hedgewars \
-   -DNOSERVER=0 \
-   .
-  make
-
-  # resize icon
-  for _size in 16 32 48 64 128 256; do
-convert misc/hedgewars.png -resize ${_size}x${_size} hedgewars_${_size}.png
-  done
-}
-
-package() {
-  cd ${pkgname}-src-${pkgver}
-  make DESTDIR="$pkgdir" install
-  install -D -m644 Fonts_LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/Fonts_LICENSE.txt
-
-  # install icons
-  install -D -m644 misc/hedgewars.png 
${pkgdir}/usr/share/icons/hicolor/512x512/apps/hedgewars.png
-  for _size in 16 32 48 64 128 256; do
-install -D -m644 hedgewars_${_size}.png 
${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/hedgewars.png
-  done
-  rm -rf ${pkgdir}/usr/share/pixmaps
-
-  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
${pkgdir}/usr/share/applications/hedgewars.desktop
-}

Copied: hedgewars/repos/community-i686/PKGBUILD (from rev 156915, 
hedgewars/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-16 05:20:23 UTC (rev 156916)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Tinxy 
+
+pkgname=hedgewars
+pkgver=0.9.22
+pkgrel=4
+pkgdesc="Turn-based strategy artillery game similiar to Worms"
+arch=('i686' 'x86_64')
+url="http://hedgewars.org;
+license=('GPL' 'custom')
+depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut' 'physfs')
+makedepends=('fpc' 'cmake'
+# haskell specific
+'ghc'
+'haskell-network'
+'haskell-bytestring-show'
+'haskell-utf8-string'
+'haskell-dataenc'
+'haskell-hslogger'
+'haskell-vector'
+'haskell-entropy'
+'haskell-sha'
+'haskell-zlib'
+'haskell-random'
+# for scaling the icon
+'imagemagick')
+install='hedgewars.install'

[arch-commits] Commit in hedgewars/repos (8 files)

2015-11-02 Thread Sergej Pupykin
Date: Monday, November 2, 2015 @ 14:07:52
  Author: spupykin
Revision: 145606

archrelease: copy trunk to community-i686, community-x86_64

Added:
  hedgewars/repos/community-i686/PKGBUILD
(from rev 145605, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-i686/hedgewars.install
(from rev 145605, hedgewars/trunk/hedgewars.install)
  hedgewars/repos/community-x86_64/PKGBUILD
(from rev 145605, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-x86_64/hedgewars.install
(from rev 145605, hedgewars/trunk/hedgewars.install)
Deleted:
  hedgewars/repos/community-i686/PKGBUILD
  hedgewars/repos/community-i686/hedgewars.png
  hedgewars/repos/community-x86_64/PKGBUILD
  hedgewars/repos/community-x86_64/hedgewars.png

+
 /PKGBUILD  |  138 +++
 community-i686/PKGBUILD|   54 -
 community-i686/hedgewars.install   |   12 +++
 community-x86_64/PKGBUILD  |   54 -
 community-x86_64/hedgewars.install |   12 +++
 5 files changed, 162 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 13:06:34 UTC (rev 145605)
+++ community-i686/PKGBUILD 2015-11-02 13:07:52 UTC (rev 145606)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=hedgewars
-pkgver=0.9.21.1
-pkgrel=4
-pkgdesc="Turn-based strategy artillery game similiar to Worms"
-arch=('i686' 'x86_64')
-url="http://hedgewars.org;
-license=('GPL' 'custom')
-depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut' 'physfs')
-makedepends=('fpc' 'cmake'
-# haskell specific
-'ghc'
-'haskell-network'
-'haskell-bytestring-show'
-'haskell-utf8-string'
-'haskell-dataenc'
-'haskell-hslogger'
-'haskell-vector'
-'haskell-entropy'
-'haskell-sha'
-'haskell-zlib'
-'haskell-random')
-source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2
-hedgewars.png)
-md5sums=('5c87b1ff54c861ae0cae6a9c1198f957'
- 'eeb14d50df39063549ac5eca9dbc65d1')
-
-prepare() {
-  cd $pkgname-src-*
-  sed -i 's|instance NFData (Chan a)$|instance NFData (Chan a) where rnf x = 
seq x ()|' gameServer/CoreTypes.hs
-}
-
-build() {
-  cd $pkgname-src-*
-  mkdir -p $srcdir/bin
-  ln -sf /usr/bin/lrelease-qt4 $srcdir/bin/Qt4::lrelease
-  export PATH=$srcdir/bin:$PATH
-  cmake \
-   -DCMAKE_BUILD_TYPE="Release" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DDATA_INSTALL_DIR=/usr/share/hedgewars \
-   -DNOSERVER=0 .
-  make
-}
-
-package() {
-  cd $pkgname-src-*
-  make DESTDIR=$pkgdir install
-  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
-  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
-  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
-}

Copied: hedgewars/repos/community-i686/PKGBUILD (from rev 145605, 
hedgewars/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 13:07:52 UTC (rev 145606)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Tinxy 
+
+pkgname=hedgewars
+pkgver=0.9.22
+pkgrel=1
+pkgdesc="Turn-based strategy artillery game similiar to Worms"
+arch=('i686' 'x86_64')
+url="http://hedgewars.org;
+license=('GPL' 'custom')
+depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut' 'physfs')
+makedepends=('fpc' 'cmake'
+# haskell specific
+'ghc'
+'haskell-network'
+'haskell-bytestring-show'
+'haskell-utf8-string'
+'haskell-dataenc'
+'haskell-hslogger'
+'haskell-vector'
+'haskell-entropy'
+'haskell-sha'
+'haskell-zlib'
+'haskell-random'
+# for scaling the icon
+'imagemagick')
+install='hedgewars.install'
+source=("http://download.gna.org/hedgewars/${pkgname}-src-${pkgver}.tar.bz2;)
+sha256sums=('b699c8971ff420c3edd6533527ae2e99040f1e79207c9140826945bcf0e62192')
+
+prepare() {
+  cd ${pkgname}-src-${pkgver}
+  sed -i 's|instance NFData (Chan a)$|instance NFData (Chan a) where rnf x = 
seq x ()|' gameServer/CoreTypes.hs
+}
+
+build() {
+  cd ${pkgname}-src-${pkgver}
+  mkdir -p ${srcdir}/bin
+  ln -sf /usr/bin/lrelease-qt4 ${srcdir}/bin/Qt4::lrelease
+  export PATH=${srcdir}/bin:${PATH}
+  cmake \
+   -DCMAKE_BUILD_TYPE="Release" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DDATA_INSTALL_DIR=/usr/share/hedgewars \
+   -DNOSERVER=0 \
+   .
+  make
+

[arch-commits] Commit in hedgewars/repos (8 files)

2014-12-29 Thread Sergej Pupykin
Date: Monday, December 29, 2014 @ 20:05:00
  Author: spupykin
Revision: 124871

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  hedgewars/repos/community-staging-i686/
  hedgewars/repos/community-staging-i686/PKGBUILD
(from rev 124870, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-staging-i686/fix-ghc-7.8-build-failure.diff
(from rev 124870, hedgewars/trunk/fix-ghc-7.8-build-failure.diff)
  hedgewars/repos/community-staging-i686/hedgewars.png
(from rev 124870, hedgewars/trunk/hedgewars.png)
  hedgewars/repos/community-staging-x86_64/
  hedgewars/repos/community-staging-x86_64/PKGBUILD
(from rev 124870, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-staging-x86_64/fix-ghc-7.8-build-failure.diff
(from rev 124870, hedgewars/trunk/fix-ghc-7.8-build-failure.diff)
  hedgewars/repos/community-staging-x86_64/hedgewars.png
(from rev 124870, hedgewars/trunk/hedgewars.png)

-+
 community-staging-i686/PKGBUILD |   57 ++
 community-staging-i686/fix-ghc-7.8-build-failure.diff   |   13 +++
 community-staging-x86_64/PKGBUILD   |   57 ++
 community-staging-x86_64/fix-ghc-7.8-build-failure.diff |   13 +++
 4 files changed, 140 insertions(+)

Copied: hedgewars/repos/community-staging-i686/PKGBUILD (from rev 124870, 
hedgewars/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-12-29 19:05:00 UTC (rev 124871)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hedgewars
+pkgver=0.9.21
+pkgrel=1
+pkgdesc=Turn-based strategy artillery game similiar to Worms
+arch=('i686' 'x86_64')
+url=http://hedgewars.org;
+license=('GPL' 'custom')
+depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut' 'physfs')
+makedepends=('fpc' 'cmake'
+# haskell specific
+'ghc'
+'haskell-network'
+'haskell-bytestring-show'
+'haskell-utf8-string'
+'haskell-dataenc'
+'haskell-hslogger'
+'haskell-vector'
+'haskell-entropy'
+'haskell-sha'
+'haskell-zlib'
+'haskell-random')
+source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2
+hedgewars.png
+'fix-ghc-7.8-build-failure.diff')
+md5sums=('67b57d00b91d3c1212dcb5d56ac6f2df'
+ 'eeb14d50df39063549ac5eca9dbc65d1'
+ '84a85365cbbf7a1aabe4d0f37bd5f03f')
+
+prepare() {
+  cd $pkgname-src-*
+#  patch -Np1 -i ${srcdir}/fix-ghc-7.8-build-failure.diff
+#  sed -i 's|\[ ! -a Hedgewars.app \]|\\[ ! -a Hedgewars.app \\]|' 
tools/CMakeLists.txt
+}
+
+build() {
+  cd $pkgname-src-*
+  mkdir -p $srcdir/bin
+  ln -sf /usr/bin/lrelease-qt4 $srcdir/bin/Qt4::lrelease
+  export PATH=$srcdir/bin:$PATH
+  cmake \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DDATA_INSTALL_DIR=/usr/share/hedgewars \
+   -DNOSERVER=0 .
+  make
+}
+
+package() {
+  cd $pkgname-src-*
+  make DESTDIR=$pkgdir install
+  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
+  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
+  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
+}

Copied: hedgewars/repos/community-staging-i686/fix-ghc-7.8-build-failure.diff 
(from rev 124870, hedgewars/trunk/fix-ghc-7.8-build-failure.diff)
===
--- community-staging-i686/fix-ghc-7.8-build-failure.diff   
(rev 0)
+++ community-staging-i686/fix-ghc-7.8-build-failure.diff   2014-12-29 
19:05:00 UTC (rev 124871)
@@ -0,0 +1,13 @@
+diff --git a/gameServer/Actions.hs b/gameServer/Actions.hs
+index 2cebe4f..355ee26 100644
+--- a/gameServer/Actions.hs
 b/gameServer/Actions.hs
+@@ -562,7 +562,7 @@ processAction (AddClient cl) = do
+ si - gets serverInfo
+ newClId - io $ do
+ ci - addClient rnc cl
+-_ - Exception.mask (forkIO . clientRecvLoop (clientSocket cl) 
(coreChan si) (sendChan cl) ci)
++_ - Exception.mask (\x - forkIO $ clientRecvLoop (clientSocket cl) 
(coreChan si) (sendChan cl) ci x)
+ 
+ infoM Clients (show ci ++ : New client. Time:  ++ show 
(connectTime cl))
+ 

Copied: hedgewars/repos/community-staging-i686/hedgewars.png (from rev 124870, 
hedgewars/trunk/hedgewars.png)
===
(Binary files differ)

Copied: hedgewars/repos/community-staging-x86_64/PKGBUILD (from rev 124870, 
hedgewars/trunk/PKGBUILD)
===
--- 

[arch-commits] Commit in hedgewars/repos (8 files)

2014-09-15 Thread Bartłomiej Piotrowski
Date: Monday, September 15, 2014 @ 21:09:27
  Author: bpiotrowski
Revision: 119035

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  hedgewars/repos/community-staging-i686/
  hedgewars/repos/community-staging-i686/PKGBUILD
(from rev 119034, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-staging-i686/fix-ghc-7.8-build-failure.diff
(from rev 119034, hedgewars/trunk/fix-ghc-7.8-build-failure.diff)
  hedgewars/repos/community-staging-i686/hedgewars.png
(from rev 119034, hedgewars/trunk/hedgewars.png)
  hedgewars/repos/community-staging-x86_64/
  hedgewars/repos/community-staging-x86_64/PKGBUILD
(from rev 119034, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-staging-x86_64/fix-ghc-7.8-build-failure.diff
(from rev 119034, hedgewars/trunk/fix-ghc-7.8-build-failure.diff)
  hedgewars/repos/community-staging-x86_64/hedgewars.png
(from rev 119034, hedgewars/trunk/hedgewars.png)

-+
 community-staging-i686/PKGBUILD |   54 ++
 community-staging-i686/fix-ghc-7.8-build-failure.diff   |   13 +++
 community-staging-x86_64/PKGBUILD   |   54 ++
 community-staging-x86_64/fix-ghc-7.8-build-failure.diff |   13 +++
 4 files changed, 134 insertions(+)

Copied: hedgewars/repos/community-staging-i686/PKGBUILD (from rev 119034, 
hedgewars/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-15 19:09:27 UTC (rev 119035)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hedgewars
+pkgver=0.9.20.5
+pkgrel=4
+pkgdesc=Turn-based strategy artillery game similiar to Worms
+arch=('i686' 'x86_64')
+url=http://hedgewars.org;
+license=('GPL' 'custom')
+depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut')
+makedepends=('fpc' 'cmake'
+# haskell specific
+'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.png
+'fix-ghc-7.8-build-failure.diff')
+md5sums=('c61eb01466e86da656e1e74ad70a3217'
+ 'eeb14d50df39063549ac5eca9dbc65d1'
+ '84a85365cbbf7a1aabe4d0f37bd5f03f')
+
+prepare() {
+  cd $pkgname-src-*
+  patch -Np1 -i ${srcdir}/fix-ghc-7.8-build-failure.diff
+  sed -i 's|\[ ! -a Hedgewars.app \]|\\[ ! -a Hedgewars.app \\]|' 
tools/CMakeLists.txt
+}
+
+build() {
+  cd $pkgname-src-*
+  mkdir -p $srcdir/bin
+  ln -sf /usr/bin/lrelease-qt4 $srcdir/bin/Qt4::lrelease
+  export PATH=$srcdir/bin:$PATH
+  cmake \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DDATA_INSTALL_DIR=/usr/share/hedgewars \
+   -DNOSERVER=0 .
+  make
+}
+
+package() {
+  cd $pkgname-src-*
+  make DESTDIR=$pkgdir install
+  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
+  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
+  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
+}

Copied: hedgewars/repos/community-staging-i686/fix-ghc-7.8-build-failure.diff 
(from rev 119034, hedgewars/trunk/fix-ghc-7.8-build-failure.diff)
===
--- community-staging-i686/fix-ghc-7.8-build-failure.diff   
(rev 0)
+++ community-staging-i686/fix-ghc-7.8-build-failure.diff   2014-09-15 
19:09:27 UTC (rev 119035)
@@ -0,0 +1,13 @@
+diff --git a/gameServer/Actions.hs b/gameServer/Actions.hs
+index 2cebe4f..355ee26 100644
+--- a/gameServer/Actions.hs
 b/gameServer/Actions.hs
+@@ -562,7 +562,7 @@ processAction (AddClient cl) = do
+ si - gets serverInfo
+ newClId - io $ do
+ ci - addClient rnc cl
+-_ - Exception.mask (forkIO . clientRecvLoop (clientSocket cl) 
(coreChan si) (sendChan cl) ci)
++_ - Exception.mask (\x - forkIO $ clientRecvLoop (clientSocket cl) 
(coreChan si) (sendChan cl) ci x)
+ 
+ infoM Clients (show ci ++ : New client. Time:  ++ show 
(connectTime cl))
+ 

Copied: hedgewars/repos/community-staging-i686/hedgewars.png (from rev 119034, 
hedgewars/trunk/hedgewars.png)
===
(Binary files differ)

Copied: hedgewars/repos/community-staging-x86_64/PKGBUILD (from rev 119034, 
hedgewars/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-09-15 

[arch-commits] Commit in hedgewars/repos (8 files)

2014-07-14 Thread Sergej Pupykin
Date: Monday, July 14, 2014 @ 16:43:25
  Author: spupykin
Revision: 115719

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  hedgewars/repos/community-staging-i686/
  hedgewars/repos/community-staging-i686/PKGBUILD
(from rev 115718, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-staging-i686/fix-ghc-7.8-build-failure.diff
(from rev 115718, hedgewars/trunk/fix-ghc-7.8-build-failure.diff)
  hedgewars/repos/community-staging-i686/hedgewars.png
(from rev 115718, hedgewars/trunk/hedgewars.png)
  hedgewars/repos/community-staging-x86_64/
  hedgewars/repos/community-staging-x86_64/PKGBUILD
(from rev 115718, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-staging-x86_64/fix-ghc-7.8-build-failure.diff
(from rev 115718, hedgewars/trunk/fix-ghc-7.8-build-failure.diff)
  hedgewars/repos/community-staging-x86_64/hedgewars.png
(from rev 115718, hedgewars/trunk/hedgewars.png)

-+
 community-staging-i686/PKGBUILD |   56 ++
 community-staging-i686/fix-ghc-7.8-build-failure.diff   |   13 +++
 community-staging-x86_64/PKGBUILD   |   56 ++
 community-staging-x86_64/fix-ghc-7.8-build-failure.diff |   13 +++
 4 files changed, 138 insertions(+)

Copied: hedgewars/repos/community-staging-i686/PKGBUILD (from rev 115718, 
hedgewars/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-07-14 14:43:25 UTC (rev 115719)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hedgewars
+pkgver=0.9.20.5
+pkgrel=3
+pkgdesc=turn based strategy, artillery, action and comedy game, featuring the
+ antics of pink hedgehogs with attitude as they battle from the depths of hell
+ to the depths of space.
+arch=('i686' 'x86_64')
+url=http://hedgewars.org;
+license=('GPL' 'custom')
+depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut')
+makedepends=('fpc' 'cmake'
+# haskell specific
+'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.png
+'fix-ghc-7.8-build-failure.diff')
+md5sums=('c61eb01466e86da656e1e74ad70a3217'
+ 'eeb14d50df39063549ac5eca9dbc65d1'
+ '84a85365cbbf7a1aabe4d0f37bd5f03f')
+
+prepare() {
+  cd $pkgname-src-*
+  patch -Np1 -i ${srcdir}/fix-ghc-7.8-build-failure.diff
+  sed -i 's|\[ ! -a Hedgewars.app \]|\\[ ! -a Hedgewars.app \\]|' 
tools/CMakeLists.txt
+}
+
+build() {
+  cd $pkgname-src-*
+  mkdir -p $srcdir/bin
+  ln -sf /usr/bin/lrelease-qt4 $srcdir/bin/Qt4::lrelease
+  export PATH=$srcdir/bin:$PATH
+  cmake \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DDATA_INSTALL_DIR=/usr/share/hedgewars \
+   -DNOSERVER=0 .
+  make
+}
+
+package() {
+  cd $pkgname-src-*
+  make DESTDIR=$pkgdir install
+  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
+  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
+  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
+}

Copied: hedgewars/repos/community-staging-i686/fix-ghc-7.8-build-failure.diff 
(from rev 115718, hedgewars/trunk/fix-ghc-7.8-build-failure.diff)
===
--- community-staging-i686/fix-ghc-7.8-build-failure.diff   
(rev 0)
+++ community-staging-i686/fix-ghc-7.8-build-failure.diff   2014-07-14 
14:43:25 UTC (rev 115719)
@@ -0,0 +1,13 @@
+diff --git a/gameServer/Actions.hs b/gameServer/Actions.hs
+index 2cebe4f..355ee26 100644
+--- a/gameServer/Actions.hs
 b/gameServer/Actions.hs
+@@ -562,7 +562,7 @@ processAction (AddClient cl) = do
+ si - gets serverInfo
+ newClId - io $ do
+ ci - addClient rnc cl
+-_ - Exception.mask (forkIO . clientRecvLoop (clientSocket cl) 
(coreChan si) (sendChan cl) ci)
++_ - Exception.mask (\x - forkIO $ clientRecvLoop (clientSocket cl) 
(coreChan si) (sendChan cl) ci x)
+ 
+ infoM Clients (show ci ++ : New client. Time:  ++ show 
(connectTime cl))
+ 

Copied: hedgewars/repos/community-staging-i686/hedgewars.png (from rev 115718, 
hedgewars/trunk/hedgewars.png)
===
(Binary files differ)

Copied: hedgewars/repos/community-staging-x86_64/PKGBUILD (from rev 115718, 
hedgewars/trunk/PKGBUILD)
===
--- 

[arch-commits] Commit in hedgewars/repos (8 files)

2014-04-27 Thread Thomas Dziedzic
Date: Monday, April 28, 2014 @ 05:50:22
  Author: td123
Revision: 110288

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  hedgewars/repos/community-staging-i686/
  hedgewars/repos/community-staging-i686/PKGBUILD
(from rev 110287, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-staging-i686/fix-ghc-7.8-build-failure.diff
(from rev 110287, hedgewars/trunk/fix-ghc-7.8-build-failure.diff)
  hedgewars/repos/community-staging-i686/hedgewars.png
(from rev 110287, hedgewars/trunk/hedgewars.png)
  hedgewars/repos/community-staging-x86_64/
  hedgewars/repos/community-staging-x86_64/PKGBUILD
(from rev 110287, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-staging-x86_64/fix-ghc-7.8-build-failure.diff
(from rev 110287, hedgewars/trunk/fix-ghc-7.8-build-failure.diff)
  hedgewars/repos/community-staging-x86_64/hedgewars.png
(from rev 110287, hedgewars/trunk/hedgewars.png)

-+
 community-staging-i686/PKGBUILD |   53 ++
 community-staging-i686/fix-ghc-7.8-build-failure.diff   |   13 +++
 community-staging-x86_64/PKGBUILD   |   53 ++
 community-staging-x86_64/fix-ghc-7.8-build-failure.diff |   13 +++
 4 files changed, 132 insertions(+)

Copied: hedgewars/repos/community-staging-i686/PKGBUILD (from rev 110287, 
hedgewars/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-28 03:50:22 UTC (rev 110288)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hedgewars
+pkgver=0.9.20.5
+pkgrel=2
+pkgdesc=turn based strategy, artillery, action and comedy game, featuring the
+ antics of pink hedgehogs with attitude as they battle from the depths of hell
+ to the depths of space.
+arch=('i686' 'x86_64')
+url=http://hedgewars.org;
+license=('GPL' 'custom')
+depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut')
+makedepends=('fpc' 'cmake'
+# haskell specific
+'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.png
+'fix-ghc-7.8-build-failure.diff')
+md5sums=('c61eb01466e86da656e1e74ad70a3217'
+ 'eeb14d50df39063549ac5eca9dbc65d1'
+ '84a85365cbbf7a1aabe4d0f37bd5f03f')
+
+build() {
+  cd $pkgname-src-*
+
+  patch -Np1 -i ${srcdir}/fix-ghc-7.8-build-failure.diff
+
+  cmake \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DDATA_INSTALL_DIR=/usr/share/hedgewars \
+   -DNOSERVER=0 .
+
+  make
+}
+
+package() {
+  cd $pkgname-src-*
+
+  make DESTDIR=$pkgdir install
+
+  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
+  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
+  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
+}

Copied: hedgewars/repos/community-staging-i686/fix-ghc-7.8-build-failure.diff 
(from rev 110287, hedgewars/trunk/fix-ghc-7.8-build-failure.diff)
===
--- community-staging-i686/fix-ghc-7.8-build-failure.diff   
(rev 0)
+++ community-staging-i686/fix-ghc-7.8-build-failure.diff   2014-04-28 
03:50:22 UTC (rev 110288)
@@ -0,0 +1,13 @@
+diff --git a/gameServer/Actions.hs b/gameServer/Actions.hs
+index 2cebe4f..355ee26 100644
+--- a/gameServer/Actions.hs
 b/gameServer/Actions.hs
+@@ -562,7 +562,7 @@ processAction (AddClient cl) = do
+ si - gets serverInfo
+ newClId - io $ do
+ ci - addClient rnc cl
+-_ - Exception.mask (forkIO . clientRecvLoop (clientSocket cl) 
(coreChan si) (sendChan cl) ci)
++_ - Exception.mask (\x - forkIO $ clientRecvLoop (clientSocket cl) 
(coreChan si) (sendChan cl) ci x)
+ 
+ infoM Clients (show ci ++ : New client. Time:  ++ show 
(connectTime cl))
+ 

Copied: hedgewars/repos/community-staging-i686/hedgewars.png (from rev 110287, 
hedgewars/trunk/hedgewars.png)
===
(Binary files differ)

Copied: hedgewars/repos/community-staging-x86_64/PKGBUILD (from rev 110287, 
hedgewars/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-28 03:50:22 UTC (rev 110288)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+

[arch-commits] Commit in hedgewars/repos (8 files)

2014-01-16 Thread Sergej Pupykin
Date: Thursday, January 16, 2014 @ 12:39:31
  Author: spupykin
Revision: 104154

archrelease: copy trunk to community-i686, community-x86_64

Added:
  hedgewars/repos/community-i686/PKGBUILD
(from rev 104153, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-i686/hedgewars.png
(from rev 104153, hedgewars/trunk/hedgewars.png)
  hedgewars/repos/community-x86_64/PKGBUILD
(from rev 104153, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-x86_64/hedgewars.png
(from rev 104153, hedgewars/trunk/hedgewars.png)
Deleted:
  hedgewars/repos/community-i686/PKGBUILD
  hedgewars/repos/community-i686/hedgewars.png
  hedgewars/repos/community-x86_64/PKGBUILD
  hedgewars/repos/community-x86_64/hedgewars.png

---+
 /PKGBUILD |   94 
 community-i686/PKGBUILD   |   47 --
 community-x86_64/PKGBUILD |   47 --
 3 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-16 11:39:11 UTC (rev 104153)
+++ community-i686/PKGBUILD 2014-01-16 11:39:31 UTC (rev 104154)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=hedgewars
-pkgver=0.9.20.3
-pkgrel=1
-pkgdesc=turn based strategy, artillery, action and comedy game, featuring the
- antics of pink hedgehogs with attitude as they battle from the depths of hell
- to the depths of space.
-arch=('i686' 'x86_64')
-url=http://hedgewars.org;
-license=('GPL' 'custom')
-depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut')
-makedepends=('fpc' 'cmake'
-# haskell specific
-'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.png)
-md5sums=('cea4def4e212905026ef29e00447b966'
- 'eeb14d50df39063549ac5eca9dbc65d1')
-
-build() {
-  cd $pkgname-src-$pkgver
-  cmake \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DDATA_INSTALL_DIR=/usr/share/hedgewars \
-   -DNOSERVER=0 .
-  make
-}
-
-package() {
-  cd $pkgname-src-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
-  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
-  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
-}

Copied: hedgewars/repos/community-i686/PKGBUILD (from rev 104153, 
hedgewars/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 11:39:31 UTC (rev 104154)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hedgewars
+pkgver=0.9.20.5
+pkgrel=1
+pkgdesc=turn based strategy, artillery, action and comedy game, featuring the
+ antics of pink hedgehogs with attitude as they battle from the depths of hell
+ to the depths of space.
+arch=('i686' 'x86_64')
+url=http://hedgewars.org;
+license=('GPL' 'custom')
+depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut')
+makedepends=('fpc' 'cmake'
+# haskell specific
+'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.png)
+md5sums=('c61eb01466e86da656e1e74ad70a3217'
+ 'eeb14d50df39063549ac5eca9dbc65d1')
+
+build() {
+  cd $pkgname-src-*
+  cmake \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DDATA_INSTALL_DIR=/usr/share/hedgewars \
+   -DNOSERVER=0 .
+  make
+}
+
+package() {
+  cd $pkgname-src-*
+
+  make DESTDIR=$pkgdir install
+
+  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
+  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
+  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
+}

Deleted: community-i686/hedgewars.png
===
(Binary files differ)

Copied: hedgewars/repos/community-i686/hedgewars.png (from rev 104153, 
hedgewars/trunk/hedgewars.png)
===
(Binary files differ)

Deleted: 

[arch-commits] Commit in hedgewars/repos (8 files)

2014-01-02 Thread Sergej Pupykin
Date: Thursday, January 2, 2014 @ 23:43:13
  Author: spupykin
Revision: 103306

archrelease: copy trunk to community-i686, community-x86_64

Added:
  hedgewars/repos/community-i686/PKGBUILD
(from rev 103305, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-i686/hedgewars.png
(from rev 103305, hedgewars/trunk/hedgewars.png)
  hedgewars/repos/community-x86_64/PKGBUILD
(from rev 103305, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-x86_64/hedgewars.png
(from rev 103305, hedgewars/trunk/hedgewars.png)
Deleted:
  hedgewars/repos/community-i686/PKGBUILD
  hedgewars/repos/community-i686/hedgewars.png
  hedgewars/repos/community-x86_64/PKGBUILD
  hedgewars/repos/community-x86_64/hedgewars.png

---+
 /PKGBUILD |   94 
 community-i686/PKGBUILD   |   47 --
 community-x86_64/PKGBUILD |   47 --
 3 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-02 22:42:53 UTC (rev 103305)
+++ community-i686/PKGBUILD 2014-01-02 22:43:13 UTC (rev 103306)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=hedgewars
-pkgver=0.9.20
-pkgrel=1
-pkgdesc=turn based strategy, artillery, action and comedy game, featuring the
- antics of pink hedgehogs with attitude as they battle from the depths of hell
- to the depths of space.
-arch=('i686' 'x86_64')
-url=http://hedgewars.org;
-license=('GPL' 'custom')
-depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut')
-makedepends=('fpc' 'cmake'
-# haskell specific
-'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.png)
-md5sums=('7ee1b23e51053d34feb84464184f60fa'
- 'eeb14d50df39063549ac5eca9dbc65d1')
-
-build() {
-  cd $pkgname-src-$pkgver
-  cmake \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DDATA_INSTALL_DIR=/usr/share/hedgewars \
-   -DNOSERVER=0 .
-  make
-}
-
-package() {
-  cd $pkgname-src-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
-  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
-  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
-}

Copied: hedgewars/repos/community-i686/PKGBUILD (from rev 103305, 
hedgewars/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-02 22:43:13 UTC (rev 103306)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hedgewars
+pkgver=0.9.20.3
+pkgrel=1
+pkgdesc=turn based strategy, artillery, action and comedy game, featuring the
+ antics of pink hedgehogs with attitude as they battle from the depths of hell
+ to the depths of space.
+arch=('i686' 'x86_64')
+url=http://hedgewars.org;
+license=('GPL' 'custom')
+depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut')
+makedepends=('fpc' 'cmake'
+# haskell specific
+'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.png)
+md5sums=('cea4def4e212905026ef29e00447b966'
+ 'eeb14d50df39063549ac5eca9dbc65d1')
+
+build() {
+  cd $pkgname-src-$pkgver
+  cmake \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DDATA_INSTALL_DIR=/usr/share/hedgewars \
+   -DNOSERVER=0 .
+  make
+}
+
+package() {
+  cd $pkgname-src-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
+  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
+  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
+}

Deleted: community-i686/hedgewars.png
===
(Binary files differ)

Copied: hedgewars/repos/community-i686/hedgewars.png (from rev 103305, 
hedgewars/trunk/hedgewars.png)
===
(Binary files differ)

Deleted: 

[arch-commits] Commit in hedgewars/repos (8 files)

2013-04-29 Thread Sergej Pupykin
Date: Monday, April 29, 2013 @ 15:37:22
  Author: spupykin
Revision: 89464

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  hedgewars/repos/community-staging-i686/
  hedgewars/repos/community-staging-i686/PKGBUILD
(from rev 89463, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-staging-i686/hedgewars.desktop
(from rev 89463, hedgewars/trunk/hedgewars.desktop)
  hedgewars/repos/community-staging-i686/hedgewars.png
(from rev 89463, hedgewars/trunk/hedgewars.png)
  hedgewars/repos/community-staging-x86_64/
  hedgewars/repos/community-staging-x86_64/PKGBUILD
(from rev 89463, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-staging-x86_64/hedgewars.desktop
(from rev 89463, hedgewars/trunk/hedgewars.desktop)
  hedgewars/repos/community-staging-x86_64/hedgewars.png
(from rev 89463, hedgewars/trunk/hedgewars.png)

+
 community-staging-i686/PKGBUILD|   49 +++
 community-staging-i686/hedgewars.desktop   |8 
 community-staging-x86_64/PKGBUILD  |   49 +++
 community-staging-x86_64/hedgewars.desktop |8 
 4 files changed, 114 insertions(+)

Copied: hedgewars/repos/community-staging-i686/PKGBUILD (from rev 89463, 
hedgewars/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 13:37:22 UTC (rev 89464)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hedgewars
+pkgver=0.9.18
+pkgrel=8
+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')
+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
+   hedgewars.desktop
+   hedgewars.png)
+md5sums=('02465736fdcf48feea1cacaa0aa5960e'
+ '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_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
+}
+
+package() {
+  cd $pkgname-src-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
+  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
+  install -D -m644 $srcdir/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
+}

Copied: hedgewars/repos/community-staging-i686/hedgewars.desktop (from rev 
89463, hedgewars/trunk/hedgewars.desktop)
===
--- community-staging-i686/hedgewars.desktop(rev 0)
+++ community-staging-i686/hedgewars.desktop2013-04-29 13:37:22 UTC (rev 
89464)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Name=Hedgewars
+GenericName=Platform Game
+Comment=Worms style game
+Exec=hedgewars
+Icon=hedgewars
+Categories=Game;ArcadeGame;
\ No newline at end of file

Copied: hedgewars/repos/community-staging-i686/hedgewars.png (from rev 89463, 
hedgewars/trunk/hedgewars.png)
===
(Binary files differ)

Copied: hedgewars/repos/community-staging-x86_64/PKGBUILD (from rev 89463, 
hedgewars/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-29 13:37:22 UTC (rev 89464)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hedgewars
+pkgver=0.9.18
+pkgrel=8
+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')
+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'
+  

[arch-commits] Commit in hedgewars/repos (8 files)

2013-04-25 Thread Jelle van der Waa
Date: Thursday, April 25, 2013 @ 20:49:05
  Author: jelle
Revision: 89027

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  hedgewars/repos/community-staging-i686/
  hedgewars/repos/community-staging-i686/PKGBUILD
(from rev 89026, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-staging-i686/hedgewars.desktop
(from rev 89026, hedgewars/trunk/hedgewars.desktop)
  hedgewars/repos/community-staging-i686/hedgewars.png
(from rev 89026, hedgewars/trunk/hedgewars.png)
  hedgewars/repos/community-staging-x86_64/
  hedgewars/repos/community-staging-x86_64/PKGBUILD
(from rev 89026, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-staging-x86_64/hedgewars.desktop
(from rev 89026, hedgewars/trunk/hedgewars.desktop)
  hedgewars/repos/community-staging-x86_64/hedgewars.png
(from rev 89026, hedgewars/trunk/hedgewars.png)

+
 community-staging-i686/PKGBUILD|   49 +++
 community-staging-i686/hedgewars.desktop   |8 
 community-staging-x86_64/PKGBUILD  |   49 +++
 community-staging-x86_64/hedgewars.desktop |8 
 4 files changed, 114 insertions(+)

Copied: hedgewars/repos/community-staging-i686/PKGBUILD (from rev 89026, 
hedgewars/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-25 18:49:05 UTC (rev 89027)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hedgewars
+pkgver=0.9.18
+pkgrel=7
+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')
+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
+   hedgewars.desktop
+   hedgewars.png)
+md5sums=('02465736fdcf48feea1cacaa0aa5960e'
+ '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_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
+}
+
+package() {
+  cd $pkgname-src-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
+  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
+  install -D -m644 $srcdir/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
+}

Copied: hedgewars/repos/community-staging-i686/hedgewars.desktop (from rev 
89026, hedgewars/trunk/hedgewars.desktop)
===
--- community-staging-i686/hedgewars.desktop(rev 0)
+++ community-staging-i686/hedgewars.desktop2013-04-25 18:49:05 UTC (rev 
89027)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Name=Hedgewars
+GenericName=Platform Game
+Comment=Worms style game
+Exec=hedgewars
+Icon=hedgewars
+Categories=Game;ArcadeGame;
\ No newline at end of file

Copied: hedgewars/repos/community-staging-i686/hedgewars.png (from rev 89026, 
hedgewars/trunk/hedgewars.png)
===
(Binary files differ)

Copied: hedgewars/repos/community-staging-x86_64/PKGBUILD (from rev 89026, 
hedgewars/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-25 18:49:05 UTC (rev 89027)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hedgewars
+pkgver=0.9.18
+pkgrel=7
+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')
+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'
+   

[arch-commits] Commit in hedgewars/repos (8 files)

2013-02-20 Thread Sergej Pupykin
Date: Wednesday, February 20, 2013 @ 17:07:16
  Author: spupykin
Revision: 84613

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  hedgewars/repos/community-staging-i686/
  hedgewars/repos/community-staging-i686/PKGBUILD
(from rev 84612, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-staging-i686/hedgewars.desktop
(from rev 84612, hedgewars/trunk/hedgewars.desktop)
  hedgewars/repos/community-staging-i686/hedgewars.png
(from rev 84612, hedgewars/trunk/hedgewars.png)
  hedgewars/repos/community-staging-x86_64/
  hedgewars/repos/community-staging-x86_64/PKGBUILD
(from rev 84612, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-staging-x86_64/hedgewars.desktop
(from rev 84612, hedgewars/trunk/hedgewars.desktop)
  hedgewars/repos/community-staging-x86_64/hedgewars.png
(from rev 84612, hedgewars/trunk/hedgewars.png)

+
 community-staging-i686/PKGBUILD|   49 +++
 community-staging-i686/hedgewars.desktop   |8 
 community-staging-x86_64/PKGBUILD  |   49 +++
 community-staging-x86_64/hedgewars.desktop |8 
 4 files changed, 114 insertions(+)

Copied: hedgewars/repos/community-staging-i686/PKGBUILD (from rev 84612, 
hedgewars/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-20 16:07:16 UTC (rev 84613)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hedgewars
+pkgver=0.9.18
+pkgrel=6
+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')
+makedepends=('fpc' 'cmake'
+# haskell specific
+'ghc=7.6.2-1'
+'haskell-network=2.4.1.0-1'
+ 'haskell-bytestring-show=0.3.5.4-3'
+'haskell-utf8-string=0.3.7-4'
+ 'haskell-dataenc=0.14.0.5-1'
+'haskell-hslogger=1.2.1-3'
+ 'haskell-vector=0.10.0.1-2')
+source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver-3.tar.bz2
+   hedgewars.desktop
+   hedgewars.png)
+md5sums=('02465736fdcf48feea1cacaa0aa5960e'
+ '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_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
+}
+
+package() {
+  cd $pkgname-src-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
+  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
+  install -D -m644 $srcdir/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
+}

Copied: hedgewars/repos/community-staging-i686/hedgewars.desktop (from rev 
84612, hedgewars/trunk/hedgewars.desktop)
===
--- community-staging-i686/hedgewars.desktop(rev 0)
+++ community-staging-i686/hedgewars.desktop2013-02-20 16:07:16 UTC (rev 
84613)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Name=Hedgewars
+GenericName=Platform Game
+Comment=Worms style game
+Exec=hedgewars
+Icon=hedgewars
+Categories=Game;ArcadeGame;
\ No newline at end of file

Copied: hedgewars/repos/community-staging-i686/hedgewars.png (from rev 84612, 
hedgewars/trunk/hedgewars.png)
===
(Binary files differ)

Copied: hedgewars/repos/community-staging-x86_64/PKGBUILD (from rev 84612, 
hedgewars/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-20 16:07:16 UTC (rev 84613)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hedgewars
+pkgver=0.9.18
+pkgrel=6
+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')
+makedepends=('fpc' 'cmake'
+# haskell specific
+'ghc=7.6.2-1'
+'haskell-network=2.4.1.0-1'
+ 'haskell-bytestring-show=0.3.5.4-3'
+'haskell-utf8-string=0.3.7-4'
+ 'haskell-dataenc=0.14.0.5-1'
+

[arch-commits] Commit in hedgewars/repos (8 files)

2013-02-04 Thread Thomas Dziedzic
Date: Tuesday, February 5, 2013 @ 05:52:58
  Author: td123
Revision: 83769

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  hedgewars/repos/community-staging-i686/
  hedgewars/repos/community-staging-i686/PKGBUILD
(from rev 83768, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-staging-i686/hedgewars.desktop
(from rev 83768, hedgewars/trunk/hedgewars.desktop)
  hedgewars/repos/community-staging-i686/hedgewars.png
(from rev 83768, hedgewars/trunk/hedgewars.png)
  hedgewars/repos/community-staging-x86_64/
  hedgewars/repos/community-staging-x86_64/PKGBUILD
(from rev 83768, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-staging-x86_64/hedgewars.desktop
(from rev 83768, hedgewars/trunk/hedgewars.desktop)
  hedgewars/repos/community-staging-x86_64/hedgewars.png
(from rev 83768, hedgewars/trunk/hedgewars.png)

+
 community-staging-i686/PKGBUILD|   49 +++
 community-staging-i686/hedgewars.desktop   |8 
 community-staging-x86_64/PKGBUILD  |   49 +++
 community-staging-x86_64/hedgewars.desktop |8 
 4 files changed, 114 insertions(+)

Copied: hedgewars/repos/community-staging-i686/PKGBUILD (from rev 83768, 
hedgewars/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-05 04:52:58 UTC (rev 83769)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hedgewars
+pkgver=0.9.18
+pkgrel=5
+pkgdesc=Free Worms-like turn based strategy game
+arch=('i686' 'x86_64')
+url=http://hedgewars.org;
+license=('GPL' 'custom')
+depends=('qt' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51')
+makedepends=('fpc' 'cmake'
+# haskell specific
+'ghc=7.6.2-1'
+'haskell-network=2.4.1.0-1'
+ 'haskell-bytestring-show=0.3.5.4-3'
+'haskell-utf8-string=0.3.7-4'
+ 'haskell-dataenc=0.14.0.5-1'
+'haskell-hslogger=1.2.1-3'
+ 'haskell-vector=0.10.0.1-2')
+source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver-3.tar.bz2
+   hedgewars.desktop
+   hedgewars.png)
+md5sums=('02465736fdcf48feea1cacaa0aa5960e'
+ '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_INSTALL_PREFIX=/usr \
+   -DDATA_INSTALL_DIR=/usr/share \
+   -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake \
+   -DQT_MOC_EXECUTABLE=/usr/bin/moc \
+   -DWITH_SERVER=1 .
+  make
+}
+
+package() {
+  cd $pkgname-src-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
+  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
+  install -D -m644 $srcdir/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
+}

Copied: hedgewars/repos/community-staging-i686/hedgewars.desktop (from rev 
83768, hedgewars/trunk/hedgewars.desktop)
===
--- community-staging-i686/hedgewars.desktop(rev 0)
+++ community-staging-i686/hedgewars.desktop2013-02-05 04:52:58 UTC (rev 
83769)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Name=Hedgewars
+GenericName=Platform Game
+Comment=Worms style game
+Exec=hedgewars
+Icon=hedgewars
+Categories=Game;ArcadeGame;
\ No newline at end of file

Copied: hedgewars/repos/community-staging-i686/hedgewars.png (from rev 83768, 
hedgewars/trunk/hedgewars.png)
===
(Binary files differ)

Copied: hedgewars/repos/community-staging-x86_64/PKGBUILD (from rev 83768, 
hedgewars/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-05 04:52:58 UTC (rev 83769)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hedgewars
+pkgver=0.9.18
+pkgrel=5
+pkgdesc=Free Worms-like turn based strategy game
+arch=('i686' 'x86_64')
+url=http://hedgewars.org;
+license=('GPL' 'custom')
+depends=('qt' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51')
+makedepends=('fpc' 'cmake'
+# haskell specific
+'ghc=7.6.2-1'
+'haskell-network=2.4.1.0-1'
+ 'haskell-bytestring-show=0.3.5.4-3'
+'haskell-utf8-string=0.3.7-4'
+ 'haskell-dataenc=0.14.0.5-1'
+'haskell-hslogger=1.2.1-3'
+