From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/rocksndiamonds/PKGBUILD | 34 ------------------------- community/rocksndiamonds/rocksndiamonds.desktop | 10 -------- 2 files changed, 44 deletions(-) delete mode 100644 community/rocksndiamonds/PKGBUILD delete mode 100644 community/rocksndiamonds/rocksndiamonds.desktop (limited to 'community/rocksndiamonds') diff --git a/community/rocksndiamonds/PKGBUILD b/community/rocksndiamonds/PKGBUILD deleted file mode 100644 index b7a265456..000000000 --- a/community/rocksndiamonds/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 78773 2012-10-24 12:38:16Z spupykin $ -# Maintainer: Sergej Pupykin -# Contributor: Jacek Poplawski - -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 -} diff --git a/community/rocksndiamonds/rocksndiamonds.desktop b/community/rocksndiamonds/rocksndiamonds.desktop deleted file mode 100644 index 79de3f1d1..000000000 --- a/community/rocksndiamonds/rocksndiamonds.desktop +++ /dev/null @@ -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 -- cgit v1.2.3-54-g00ecf