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

Sergej Pupykin spupykin at archlinux.org
Thu Sep 17 13:33:42 UTC 2015


    Date: Thursday, September 17, 2015 @ 15:33:42
  Author: spupykin
Revision: 140400

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

Added:
  rocksndiamonds/repos/community-i686/PKGBUILD
    (from rev 140399, rocksndiamonds/trunk/PKGBUILD)
  rocksndiamonds/repos/community-i686/rocksndiamonds.desktop
    (from rev 140399, rocksndiamonds/trunk/rocksndiamonds.desktop)
  rocksndiamonds/repos/community-x86_64/PKGBUILD
    (from rev 140399, rocksndiamonds/trunk/PKGBUILD)
  rocksndiamonds/repos/community-x86_64/rocksndiamonds.desktop
    (from rev 140399, 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                               |   82 ++++++++++++++++++++++++++++++
 /rocksndiamonds.desktop                 |   20 +++++++
 community-i686/PKGBUILD                 |   36 -------------
 community-i686/rocksndiamonds.desktop   |   10 ---
 community-x86_64/PKGBUILD               |   36 -------------
 community-x86_64/rocksndiamonds.desktop |   10 ---
 6 files changed, 102 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-09-17 13:32:59 UTC (rev 140399)
+++ community-i686/PKGBUILD	2015-09-17 13:33:42 UTC (rev 140400)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Jacek Poplawski <jacekpoplawski at gmail.com>
-
-pkgname=rocksndiamonds
-pkgver=3.3.1.2
-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=('9fb7d125a314f55c5148c0e47f9ebb42'
-         '18a3541db4d71feb0ad3b50ea4006738')
-
-build() {
-  cd $srcdir/rocksndiamonds-$pkgver
-  make clean
-  make RO_GAME_DIR=/usr/share/rocksndiamonds RW_GAME_DIR=/usr/share/rocksndiamonds
-}
-
-package() {
-  depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'smpeg' 'rocksndiamonds-data')
-
-  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
-}

Copied: rocksndiamonds/repos/community-i686/PKGBUILD (from rev 140399, rocksndiamonds/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-09-17 13:33:42 UTC (rev 140400)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Jacek Poplawski <jacekpoplawski at gmail.com>
+
+pkgname=rocksndiamonds
+pkgver=3.3.1.2
+pkgrel=2
+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=('9fb7d125a314f55c5148c0e47f9ebb42'
+         '18a3541db4d71feb0ad3b50ea4006738')
+
+prepare() {
+  cd $srcdir/rocksndiamonds-$pkgver
+  sed -i 's|inline void InitElementSmallImagesScaledUp|void InitElementSmallImagesScaledUp|g' src/init.c
+}
+
+build() {
+  cd $srcdir/rocksndiamonds-$pkgver
+  make clean
+  make RO_GAME_DIR=/usr/share/rocksndiamonds RW_GAME_DIR=/usr/share/rocksndiamonds
+}
+
+package() {
+  depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'smpeg' 'rocksndiamonds-data')
+
+  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	2015-09-17 13:32:59 UTC (rev 140399)
+++ community-i686/rocksndiamonds.desktop	2015-09-17 13:33:42 UTC (rev 140400)
@@ -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 140399, rocksndiamonds/trunk/rocksndiamonds.desktop)
===================================================================
--- community-i686/rocksndiamonds.desktop	                        (rev 0)
+++ community-i686/rocksndiamonds.desktop	2015-09-17 13:33:42 UTC (rev 140400)
@@ -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	2015-09-17 13:32:59 UTC (rev 140399)
+++ community-x86_64/PKGBUILD	2015-09-17 13:33:42 UTC (rev 140400)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Jacek Poplawski <jacekpoplawski at gmail.com>
-
-pkgname=rocksndiamonds
-pkgver=3.3.1.2
-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=('9fb7d125a314f55c5148c0e47f9ebb42'
-         '18a3541db4d71feb0ad3b50ea4006738')
-
-build() {
-  cd $srcdir/rocksndiamonds-$pkgver
-  make clean
-  make RO_GAME_DIR=/usr/share/rocksndiamonds RW_GAME_DIR=/usr/share/rocksndiamonds
-}
-
-package() {
-  depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'smpeg' 'rocksndiamonds-data')
-
-  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
-}

Copied: rocksndiamonds/repos/community-x86_64/PKGBUILD (from rev 140399, rocksndiamonds/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-09-17 13:33:42 UTC (rev 140400)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Jacek Poplawski <jacekpoplawski at gmail.com>
+
+pkgname=rocksndiamonds
+pkgver=3.3.1.2
+pkgrel=2
+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=('9fb7d125a314f55c5148c0e47f9ebb42'
+         '18a3541db4d71feb0ad3b50ea4006738')
+
+prepare() {
+  cd $srcdir/rocksndiamonds-$pkgver
+  sed -i 's|inline void InitElementSmallImagesScaledUp|void InitElementSmallImagesScaledUp|g' src/init.c
+}
+
+build() {
+  cd $srcdir/rocksndiamonds-$pkgver
+  make clean
+  make RO_GAME_DIR=/usr/share/rocksndiamonds RW_GAME_DIR=/usr/share/rocksndiamonds
+}
+
+package() {
+  depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'smpeg' 'rocksndiamonds-data')
+
+  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	2015-09-17 13:32:59 UTC (rev 140399)
+++ community-x86_64/rocksndiamonds.desktop	2015-09-17 13:33:42 UTC (rev 140400)
@@ -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 140399, rocksndiamonds/trunk/rocksndiamonds.desktop)
===================================================================
--- community-x86_64/rocksndiamonds.desktop	                        (rev 0)
+++ community-x86_64/rocksndiamonds.desktop	2015-09-17 13:33:42 UTC (rev 140400)
@@ -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