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

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Apr 29 13:37:22 UTC 2013


    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+arch at 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.desktop	2013-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+arch at 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-x86_64/hedgewars.desktop (from rev 89463, hedgewars/trunk/hedgewars.desktop)
===================================================================
--- community-staging-x86_64/hedgewars.desktop	                        (rev 0)
+++ community-staging-x86_64/hedgewars.desktop	2013-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-x86_64/hedgewars.png (from rev 89463, hedgewars/trunk/hedgewars.png)
===================================================================
(Binary files differ)




More information about the arch-commits mailing list