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

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Nov 18 10:38:03 UTC 2013


    Date: Monday, November 18, 2013 @ 11:38:02
  Author: spupykin
Revision: 101143

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

Added:
  rocksndiamonds/repos/community-i686/PKGBUILD
    (from rev 101142, rocksndiamonds/trunk/PKGBUILD)
  rocksndiamonds/repos/community-i686/rocksndiamonds.desktop
    (from rev 101142, rocksndiamonds/trunk/rocksndiamonds.desktop)
  rocksndiamonds/repos/community-x86_64/PKGBUILD
    (from rev 101142, rocksndiamonds/trunk/PKGBUILD)
  rocksndiamonds/repos/community-x86_64/rocksndiamonds.desktop
    (from rev 101142, rocksndiamonds/trunk/rocksndiamonds.desktop)
Deleted:
  rocksndiamonds/repos/community-i686/PKGBUILD
  rocksndiamonds/repos/community-i686/rocksndiamonds.desktop
  rocksndiamonds/repos/community-x86_64/PKGBUILD
  rocksndiamonds/repos/community-x86_64/rocksndiamonds.desktop

-----------------------------------------+
 /PKGBUILD                               |   72 ++++++++++++++++++++++++++++++
 /rocksndiamonds.desktop                 |   20 ++++++++
 community-i686/PKGBUILD                 |   34 --------------
 community-i686/rocksndiamonds.desktop   |   10 ----
 community-x86_64/PKGBUILD               |   34 --------------
 community-x86_64/rocksndiamonds.desktop |   10 ----
 6 files changed, 92 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-11-18 10:37:48 UTC (rev 101142)
+++ community-i686/PKGBUILD	2013-11-18 10:38:02 UTC (rev 101143)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Jacek Poplawski <jacekpoplawski at gmail.com>
-
-pkgname=rocksndiamonds
-pkgver=3.3.0.1
-pkgrel=3
-pkgdesc="game similiar to Boulderdash with lots of levels"
-arch=(i686 x86_64)
-url="http://www.artsoft.org/rocksndiamonds/"
-license=('GPL')
-depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'smpeg')
-makedepends=('unzip' 'p7zip')
-source=(http://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-$pkgver.tar.gz
-	rocksndiamonds.desktop)
-md5sums=('813ced99d54f89db7c593c518d197d18'
-         '18a3541db4d71feb0ad3b50ea4006738')
-
-build() {
-  depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'smpeg' 'rocksndiamonds-data')
-  cd $srcdir
-
-  # main
-  cd $srcdir/rocksndiamonds-$pkgver
-  make clean
-  make RO_GAME_DIR=/usr/share/rocksndiamonds RW_GAME_DIR=/usr/share/rocksndiamonds
-
-  install -d $pkgdir/usr/bin
-  install -d $pkgdir/usr/share/man/man1
-  cp $srcdir/rocksndiamonds-$pkgver/rocksndiamonds $pkgdir/usr/bin/rocksndiamonds
-  cp $srcdir/rocksndiamonds-$pkgver/rocksndiamonds.1 $pkgdir/usr/share/man/man1
-
-  install -Dm0644 $srcdir/rocksndiamonds.desktop $pkgdir/usr/share/applications/rocksndiamonds.desktop
-}

Copied: rocksndiamonds/repos/community-i686/PKGBUILD (from rev 101142, rocksndiamonds/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-11-18 10:38:02 UTC (rev 101143)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Jacek Poplawski <jacekpoplawski at gmail.com>
+
+pkgname=rocksndiamonds
+pkgver=3.3.1.1
+pkgrel=1
+pkgdesc="game similiar to Boulderdash with lots of levels"
+arch=(i686 x86_64)
+url="http://www.artsoft.org/rocksndiamonds/"
+license=('GPL')
+depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'smpeg')
+makedepends=('unzip' 'p7zip')
+source=(http://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-$pkgver.tar.gz
+	rocksndiamonds.desktop)
+md5sums=('d897ddfb1b14123240a6dbc207ca27ee'
+         '18a3541db4d71feb0ad3b50ea4006738')
+
+build() {
+  depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'smpeg' 'rocksndiamonds-data')
+
+  cd $srcdir/rocksndiamonds-$pkgver
+  make clean
+  make RO_GAME_DIR=/usr/share/rocksndiamonds RW_GAME_DIR=/usr/share/rocksndiamonds
+}
+
+package() {
+  cd $srcdir/rocksndiamonds-$pkgver
+
+  install -d $pkgdir/usr/bin
+  install -d $pkgdir/usr/share/man/man1
+  cp $srcdir/rocksndiamonds-$pkgver/rocksndiamonds $pkgdir/usr/bin/rocksndiamonds
+  cp $srcdir/rocksndiamonds-$pkgver/rocksndiamonds.1 $pkgdir/usr/share/man/man1
+
+  install -Dm0644 $srcdir/rocksndiamonds.desktop $pkgdir/usr/share/applications/rocksndiamonds.desktop
+}

Deleted: community-i686/rocksndiamonds.desktop
===================================================================
--- community-i686/rocksndiamonds.desktop	2013-11-18 10:37:48 UTC (rev 101142)
+++ community-i686/rocksndiamonds.desktop	2013-11-18 10:38:02 UTC (rev 101143)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Rocks'N'Diamonds
-GenericName=Rocks'N'Diamonds
-Comment=Arcade game
-Exec=rocksndiamonds
-Terminal=false
-Type=Application
-Categories=Application;Game;
-StartupNotify=false

Copied: rocksndiamonds/repos/community-i686/rocksndiamonds.desktop (from rev 101142, rocksndiamonds/trunk/rocksndiamonds.desktop)
===================================================================
--- community-i686/rocksndiamonds.desktop	                        (rev 0)
+++ community-i686/rocksndiamonds.desktop	2013-11-18 10:38:02 UTC (rev 101143)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Rocks'N'Diamonds
+GenericName=Rocks'N'Diamonds
+Comment=Arcade game
+Exec=rocksndiamonds
+Terminal=false
+Type=Application
+Categories=Application;Game;
+StartupNotify=false

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-11-18 10:37:48 UTC (rev 101142)
+++ community-x86_64/PKGBUILD	2013-11-18 10:38:02 UTC (rev 101143)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Jacek Poplawski <jacekpoplawski at gmail.com>
-
-pkgname=rocksndiamonds
-pkgver=3.3.0.1
-pkgrel=3
-pkgdesc="game similiar to Boulderdash with lots of levels"
-arch=(i686 x86_64)
-url="http://www.artsoft.org/rocksndiamonds/"
-license=('GPL')
-depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'smpeg')
-makedepends=('unzip' 'p7zip')
-source=(http://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-$pkgver.tar.gz
-	rocksndiamonds.desktop)
-md5sums=('813ced99d54f89db7c593c518d197d18'
-         '18a3541db4d71feb0ad3b50ea4006738')
-
-build() {
-  depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'smpeg' 'rocksndiamonds-data')
-  cd $srcdir
-
-  # main
-  cd $srcdir/rocksndiamonds-$pkgver
-  make clean
-  make RO_GAME_DIR=/usr/share/rocksndiamonds RW_GAME_DIR=/usr/share/rocksndiamonds
-
-  install -d $pkgdir/usr/bin
-  install -d $pkgdir/usr/share/man/man1
-  cp $srcdir/rocksndiamonds-$pkgver/rocksndiamonds $pkgdir/usr/bin/rocksndiamonds
-  cp $srcdir/rocksndiamonds-$pkgver/rocksndiamonds.1 $pkgdir/usr/share/man/man1
-
-  install -Dm0644 $srcdir/rocksndiamonds.desktop $pkgdir/usr/share/applications/rocksndiamonds.desktop
-}

Copied: rocksndiamonds/repos/community-x86_64/PKGBUILD (from rev 101142, rocksndiamonds/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-11-18 10:38:02 UTC (rev 101143)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Jacek Poplawski <jacekpoplawski at gmail.com>
+
+pkgname=rocksndiamonds
+pkgver=3.3.1.1
+pkgrel=1
+pkgdesc="game similiar to Boulderdash with lots of levels"
+arch=(i686 x86_64)
+url="http://www.artsoft.org/rocksndiamonds/"
+license=('GPL')
+depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'smpeg')
+makedepends=('unzip' 'p7zip')
+source=(http://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-$pkgver.tar.gz
+	rocksndiamonds.desktop)
+md5sums=('d897ddfb1b14123240a6dbc207ca27ee'
+         '18a3541db4d71feb0ad3b50ea4006738')
+
+build() {
+  depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'smpeg' 'rocksndiamonds-data')
+
+  cd $srcdir/rocksndiamonds-$pkgver
+  make clean
+  make RO_GAME_DIR=/usr/share/rocksndiamonds RW_GAME_DIR=/usr/share/rocksndiamonds
+}
+
+package() {
+  cd $srcdir/rocksndiamonds-$pkgver
+
+  install -d $pkgdir/usr/bin
+  install -d $pkgdir/usr/share/man/man1
+  cp $srcdir/rocksndiamonds-$pkgver/rocksndiamonds $pkgdir/usr/bin/rocksndiamonds
+  cp $srcdir/rocksndiamonds-$pkgver/rocksndiamonds.1 $pkgdir/usr/share/man/man1
+
+  install -Dm0644 $srcdir/rocksndiamonds.desktop $pkgdir/usr/share/applications/rocksndiamonds.desktop
+}

Deleted: community-x86_64/rocksndiamonds.desktop
===================================================================
--- community-x86_64/rocksndiamonds.desktop	2013-11-18 10:37:48 UTC (rev 101142)
+++ community-x86_64/rocksndiamonds.desktop	2013-11-18 10:38:02 UTC (rev 101143)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Rocks'N'Diamonds
-GenericName=Rocks'N'Diamonds
-Comment=Arcade game
-Exec=rocksndiamonds
-Terminal=false
-Type=Application
-Categories=Application;Game;
-StartupNotify=false

Copied: rocksndiamonds/repos/community-x86_64/rocksndiamonds.desktop (from rev 101142, rocksndiamonds/trunk/rocksndiamonds.desktop)
===================================================================
--- community-x86_64/rocksndiamonds.desktop	                        (rev 0)
+++ community-x86_64/rocksndiamonds.desktop	2013-11-18 10:38:02 UTC (rev 101143)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Rocks'N'Diamonds
+GenericName=Rocks'N'Diamonds
+Comment=Arcade game
+Exec=rocksndiamonds
+Terminal=false
+Type=Application
+Categories=Application;Game;
+StartupNotify=false




More information about the arch-commits mailing list