Date: Sunday, December 6, 2015 @ 18:18:50
  Author: bpiotrowski
Revision: 148958

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

Added:
  hex-a-hop/repos/community-staging-i686/
  hex-a-hop/repos/community-staging-i686/PKGBUILD
    (from rev 148957, hex-a-hop/trunk/PKGBUILD)
  hex-a-hop/repos/community-staging-i686/hex-a-hop.desktop
    (from rev 148957, hex-a-hop/trunk/hex-a-hop.desktop)
  hex-a-hop/repos/community-staging-x86_64/
  hex-a-hop/repos/community-staging-x86_64/PKGBUILD
    (from rev 148957, hex-a-hop/trunk/PKGBUILD)
  hex-a-hop/repos/community-staging-x86_64/hex-a-hop.desktop
    (from rev 148957, hex-a-hop/trunk/hex-a-hop.desktop)

--------------------------------------------+
 community-staging-i686/PKGBUILD            |   30 +++++++++++++++++++++++++++
 community-staging-i686/hex-a-hop.desktop   |   11 +++++++++
 community-staging-x86_64/PKGBUILD          |   30 +++++++++++++++++++++++++++
 community-staging-x86_64/hex-a-hop.desktop |   11 +++++++++
 4 files changed, 82 insertions(+)

Copied: hex-a-hop/repos/community-staging-i686/PKGBUILD (from rev 148957, 
hex-a-hop/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2015-12-06 17:18:50 UTC (rev 148958)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: insulae <[email protected]>
+
+pkgname=hex-a-hop
+pkgver=1.1.0
+pkgrel=5
+pkgdesc='Hex-a-hop is a puzzle game based on hexagonal tiles'
+arch=('i686' 'x86_64')
+url='http://hexahop.sourceforge.net/'
+license=('GPL')
+depends=('sdl_mixer' 'sdl_ttf' 'gcc-libs')
+makedepends=()
+options=()
+source=("http://downloads.sourceforge.net/project/hexahop/$pkgver/hex-a-hop-$pkgver.tar.gz";
+       "hex-a-hop.desktop")
+md5sums=('cc8d065c2cc0fce9e08852b8c465175e'
+         '048ff7975024ae1eda3164620f594c09')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+  install -Dm0644 $srcdir/hex-a-hop.desktop 
$pkgdir/usr/share/applications/hex-a-hop.desktop
+}

Copied: hex-a-hop/repos/community-staging-i686/hex-a-hop.desktop (from rev 
148957, hex-a-hop/trunk/hex-a-hop.desktop)
===================================================================
--- community-staging-i686/hex-a-hop.desktop                            (rev 0)
+++ community-staging-i686/hex-a-hop.desktop    2015-12-06 17:18:50 UTC (rev 
148958)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Hex-a-Hop
+GenericName=Hexagonal Tile-based Puzzle Game
+Comment=Hexagonal Tile-based Puzzle Game
+Exec=/usr/bin/hex-a-hop
+Terminal=false
+MultipleArgs=false
+Type=Application
+Icon=/usr/share/hex-a-hop/icon.bmp
+Categories=Game;ArcadeGame

Copied: hex-a-hop/repos/community-staging-x86_64/PKGBUILD (from rev 148957, 
hex-a-hop/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 17:18:50 UTC (rev 148958)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: insulae <[email protected]>
+
+pkgname=hex-a-hop
+pkgver=1.1.0
+pkgrel=5
+pkgdesc='Hex-a-hop is a puzzle game based on hexagonal tiles'
+arch=('i686' 'x86_64')
+url='http://hexahop.sourceforge.net/'
+license=('GPL')
+depends=('sdl_mixer' 'sdl_ttf' 'gcc-libs')
+makedepends=()
+options=()
+source=("http://downloads.sourceforge.net/project/hexahop/$pkgver/hex-a-hop-$pkgver.tar.gz";
+       "hex-a-hop.desktop")
+md5sums=('cc8d065c2cc0fce9e08852b8c465175e'
+         '048ff7975024ae1eda3164620f594c09')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+  install -Dm0644 $srcdir/hex-a-hop.desktop 
$pkgdir/usr/share/applications/hex-a-hop.desktop
+}

Copied: hex-a-hop/repos/community-staging-x86_64/hex-a-hop.desktop (from rev 
148957, hex-a-hop/trunk/hex-a-hop.desktop)
===================================================================
--- community-staging-x86_64/hex-a-hop.desktop                          (rev 0)
+++ community-staging-x86_64/hex-a-hop.desktop  2015-12-06 17:18:50 UTC (rev 
148958)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Hex-a-Hop
+GenericName=Hexagonal Tile-based Puzzle Game
+Comment=Hexagonal Tile-based Puzzle Game
+Exec=/usr/bin/hex-a-hop
+Terminal=false
+MultipleArgs=false
+Type=Application
+Icon=/usr/share/hex-a-hop/icon.bmp
+Categories=Game;ArcadeGame

Reply via email to