[arch-commits] Commit in rocksndiamonds/repos/community-x86_64 (4 files)

Sergej Pupykin spupykin at archlinux.org
Mon May 21 13:52:47 UTC 2018


    Date: Monday, May 21, 2018 @ 13:52:47
  Author: spupykin
Revision: 326157

archrelease: copy trunk to community-x86_64

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

------------------------+
 PKGBUILD               |   90 +++++++++++++++++++++++------------------------
 rocksndiamonds.desktop |   20 +++++-----
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-21 13:52:34 UTC (rev 326156)
+++ PKGBUILD	2018-05-21 13:52:47 UTC (rev 326157)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Jacek Poplawski <jacekpoplawski at gmail.com>
-
-pkgname=rocksndiamonds
-pkgver=4.0.1.4
-pkgrel=1
-pkgdesc="game similiar to Boulderdash with lots of levels"
-arch=(x86_64)
-url="http://www.artsoft.org/rocksndiamonds/"
-license=('GPL')
-depends=('sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_net' 'smpeg')
-makedepends=('unzip' 'p7zip')
-source=(https://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-$pkgver.tar.gz
-	rocksndiamonds.desktop)
-sha256sums=('6f5c29643fe9f7977435739850614de4656c8d74ec53a7ef672e13e832237167'
-            '90008d356dd30034287ca763a05feb482d7e0c4508572abb08b5215fcb4fe922')
-
-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+=('rocksndiamonds-data')
-
-  cd "$srcdir"/rocksndiamonds-$pkgver
-
-  install -d "$pkgdir"/usr/bin
-  cp "$srcdir"/rocksndiamonds-$pkgver/rocksndiamonds "$pkgdir"/usr/bin/rocksndiamonds
-
-#  install -d "$pkgdir"/usr/share/man/man1
-#  cp "$srcdir"/rocksndiamonds-$pkgver/rocksndiamonds.1 "$pkgdir"/usr/share/man/man1
-
-  install -d "$pkgdir"/usr/share/doc/$pkgname/
-  cp -a docs/elements "$pkgdir"/usr/share/doc/$pkgname/
-
-  install -Dm0644 "$srcdir"/rocksndiamonds.desktop "$pkgdir"/usr/share/applications/rocksndiamonds.desktop
-}

Copied: rocksndiamonds/repos/community-x86_64/PKGBUILD (from rev 326156, rocksndiamonds/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-21 13:52:47 UTC (rev 326157)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Jacek Poplawski <jacekpoplawski at gmail.com>
+
+pkgname=rocksndiamonds
+pkgver=4.1.0.0
+pkgrel=1
+pkgdesc="game similiar to Boulderdash with lots of levels"
+arch=(x86_64)
+url="http://www.artsoft.org/rocksndiamonds/"
+license=('GPL')
+depends=('sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_net' 'smpeg')
+makedepends=('unzip' 'p7zip')
+source=(https://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-$pkgver.tar.gz
+	rocksndiamonds.desktop)
+sha256sums=('4e9958dc550cf3eddef73f759ee3fdf274ca259314d64fc735077a0c85fbba2e'
+            '90008d356dd30034287ca763a05feb482d7e0c4508572abb08b5215fcb4fe922')
+
+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+=('rocksndiamonds-data')
+
+  cd "$srcdir"/rocksndiamonds-$pkgver
+
+  install -d "$pkgdir"/usr/bin
+  cp "$srcdir"/rocksndiamonds-$pkgver/rocksndiamonds "$pkgdir"/usr/bin/rocksndiamonds
+
+#  install -d "$pkgdir"/usr/share/man/man1
+#  cp "$srcdir"/rocksndiamonds-$pkgver/rocksndiamonds.1 "$pkgdir"/usr/share/man/man1
+
+  install -d "$pkgdir"/usr/share/doc/$pkgname/
+  cp -a docs/elements "$pkgdir"/usr/share/doc/$pkgname/
+
+  install -Dm0644 "$srcdir"/rocksndiamonds.desktop "$pkgdir"/usr/share/applications/rocksndiamonds.desktop
+}

Deleted: rocksndiamonds.desktop
===================================================================
--- rocksndiamonds.desktop	2018-05-21 13:52:34 UTC (rev 326156)
+++ rocksndiamonds.desktop	2018-05-21 13:52:47 UTC (rev 326157)
@@ -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 326156, rocksndiamonds/trunk/rocksndiamonds.desktop)
===================================================================
--- rocksndiamonds.desktop	                        (rev 0)
+++ rocksndiamonds.desktop	2018-05-21 13:52:47 UTC (rev 326157)
@@ -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