Date: Wednesday, May 3, 2017 @ 13:53:12
  Author: spupykin
Revision: 226661

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

Added:
  rocksndiamonds/repos/community-i686/PKGBUILD
    (from rev 226660, rocksndiamonds/trunk/PKGBUILD)
  rocksndiamonds/repos/community-i686/rocksndiamonds.desktop
    (from rev 226660, rocksndiamonds/trunk/rocksndiamonds.desktop)
  rocksndiamonds/repos/community-x86_64/PKGBUILD
    (from rev 226660, rocksndiamonds/trunk/PKGBUILD)
  rocksndiamonds/repos/community-x86_64/rocksndiamonds.desktop
    (from rev 226660, 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                               |   90 ++++++++++++++++++++++++++++++
 /rocksndiamonds.desktop                 |   20 ++++++
 community-i686/PKGBUILD                 |   45 ---------------
 community-i686/rocksndiamonds.desktop   |   10 ---
 community-x86_64/PKGBUILD               |   45 ---------------
 community-x86_64/rocksndiamonds.desktop |   10 ---
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2017-05-03 13:52:55 UTC (rev 226660)
+++ community-i686/PKGBUILD     2017-05-03 13:53:12 UTC (rev 226661)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Contributor: Jacek Poplawski <[email protected]>
-
-pkgname=rocksndiamonds
-pkgver=4.0.0.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)
-sha256sums=('64dd10e8e543a2ff111475243c8360f4009bcf186af34f4c95d36eafe836f637'
-            '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=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'smpeg' 
'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-i686/PKGBUILD (from rev 226660, 
rocksndiamonds/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2017-05-03 13:53:12 UTC (rev 226661)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Jacek Poplawski <[email protected]>
+
+pkgname=rocksndiamonds
+pkgver=4.0.0.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=('sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_net' 'smpeg')
+makedepends=('unzip' 'p7zip')
+source=(http://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-$pkgver.tar.gz
+       rocksndiamonds.desktop)
+sha256sums=('64dd10e8e543a2ff111475243c8360f4009bcf186af34f4c95d36eafe836f637'
+            '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: community-i686/rocksndiamonds.desktop
===================================================================
--- community-i686/rocksndiamonds.desktop       2017-05-03 13:52:55 UTC (rev 
226660)
+++ community-i686/rocksndiamonds.desktop       2017-05-03 13:53:12 UTC (rev 
226661)
@@ -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 
226660, rocksndiamonds/trunk/rocksndiamonds.desktop)
===================================================================
--- community-i686/rocksndiamonds.desktop                               (rev 0)
+++ community-i686/rocksndiamonds.desktop       2017-05-03 13:53:12 UTC (rev 
226661)
@@ -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   2017-05-03 13:52:55 UTC (rev 226660)
+++ community-x86_64/PKGBUILD   2017-05-03 13:53:12 UTC (rev 226661)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Contributor: Jacek Poplawski <[email protected]>
-
-pkgname=rocksndiamonds
-pkgver=4.0.0.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)
-sha256sums=('64dd10e8e543a2ff111475243c8360f4009bcf186af34f4c95d36eafe836f637'
-            '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=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'smpeg' 
'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 226660, 
rocksndiamonds/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-03 13:53:12 UTC (rev 226661)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Jacek Poplawski <[email protected]>
+
+pkgname=rocksndiamonds
+pkgver=4.0.0.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=('sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_net' 'smpeg')
+makedepends=('unzip' 'p7zip')
+source=(http://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-$pkgver.tar.gz
+       rocksndiamonds.desktop)
+sha256sums=('64dd10e8e543a2ff111475243c8360f4009bcf186af34f4c95d36eafe836f637'
+            '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: community-x86_64/rocksndiamonds.desktop
===================================================================
--- community-x86_64/rocksndiamonds.desktop     2017-05-03 13:52:55 UTC (rev 
226660)
+++ community-x86_64/rocksndiamonds.desktop     2017-05-03 13:53:12 UTC (rev 
226661)
@@ -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 
226660, rocksndiamonds/trunk/rocksndiamonds.desktop)
===================================================================
--- community-x86_64/rocksndiamonds.desktop                             (rev 0)
+++ community-x86_64/rocksndiamonds.desktop     2017-05-03 13:53:12 UTC (rev 
226661)
@@ -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

Reply via email to