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 <[email protected]>
-
-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 <[email protected]>
+
+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: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2014-01-16 11:39:11 UTC (rev 104153)
+++ community-x86_64/PKGBUILD   2014-01-16 11:39:31 UTC (rev 104154)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-
-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-x86_64/PKGBUILD (from rev 104153, 
hedgewars/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 11:39:31 UTC (rev 104154)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+
+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-x86_64/hedgewars.png
===================================================================
(Binary files differ)

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

Reply via email to