[arch-commits] Commit in hex-a-hop/repos (8 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jul 1 12:21:12 UTC 2014


    Date: Tuesday, July 1, 2014 @ 14:21:12
  Author: spupykin
Revision: 114031

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

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

------------------------------------+
 /PKGBUILD                          |   60 +++++++++++++++++++++++++++++++++++
 /hex-a-hop.desktop                 |   22 ++++++++++++
 community-i686/PKGBUILD            |   26 ---------------
 community-i686/hex-a-hop.desktop   |   11 ------
 community-x86_64/PKGBUILD          |   26 ---------------
 community-x86_64/hex-a-hop.desktop |   11 ------
 6 files changed, 82 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-01 12:20:59 UTC (rev 114030)
+++ community-i686/PKGBUILD	2014-07-01 12:21:12 UTC (rev 114031)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: insulae <insulae at gmail.com>
-
-pkgname=hex-a-hop
-pkgver=1.1.0
-pkgrel=3
-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
-  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-i686/PKGBUILD (from rev 114030, hex-a-hop/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-01 12:21:12 UTC (rev 114031)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: insulae <insulae at gmail.com>
+
+pkgname=hex-a-hop
+pkgver=1.1.0
+pkgrel=4
+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
+}

Deleted: community-i686/hex-a-hop.desktop
===================================================================
--- community-i686/hex-a-hop.desktop	2014-07-01 12:20:59 UTC (rev 114030)
+++ community-i686/hex-a-hop.desktop	2014-07-01 12:21:12 UTC (rev 114031)
@@ -1,11 +0,0 @@
-[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-i686/hex-a-hop.desktop (from rev 114030, hex-a-hop/trunk/hex-a-hop.desktop)
===================================================================
--- community-i686/hex-a-hop.desktop	                        (rev 0)
+++ community-i686/hex-a-hop.desktop	2014-07-01 12:21:12 UTC (rev 114031)
@@ -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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-01 12:20:59 UTC (rev 114030)
+++ community-x86_64/PKGBUILD	2014-07-01 12:21:12 UTC (rev 114031)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: insulae <insulae at gmail.com>
-
-pkgname=hex-a-hop
-pkgver=1.1.0
-pkgrel=3
-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
-  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-x86_64/PKGBUILD (from rev 114030, hex-a-hop/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-01 12:21:12 UTC (rev 114031)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: insulae <insulae at gmail.com>
+
+pkgname=hex-a-hop
+pkgver=1.1.0
+pkgrel=4
+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
+}

Deleted: community-x86_64/hex-a-hop.desktop
===================================================================
--- community-x86_64/hex-a-hop.desktop	2014-07-01 12:20:59 UTC (rev 114030)
+++ community-x86_64/hex-a-hop.desktop	2014-07-01 12:21:12 UTC (rev 114031)
@@ -1,11 +0,0 @@
-[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-x86_64/hex-a-hop.desktop (from rev 114030, hex-a-hop/trunk/hex-a-hop.desktop)
===================================================================
--- community-x86_64/hex-a-hop.desktop	                        (rev 0)
+++ community-x86_64/hex-a-hop.desktop	2014-07-01 12:21:12 UTC (rev 114031)
@@ -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




More information about the arch-commits mailing list