This commit is contained in:
Adrián Chaves Fernández (Gallaecio) 2016-05-19 20:08:50 +02:00
parent 2ede8a079f
commit 26513232d6

View File

@ -4,20 +4,19 @@
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com> # Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
pkgname=dnt pkgname=dnt
pkgver=0.10 pkgver=0.12
pkgrel=1 pkgrel=1
pkgdesc="A sarcastic 3D single player RPG set in a post-apocalyptical world." pkgdesc="A sarcastic 3D single player RPG set in a post-apocalyptical world."
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://dnt.dnteam.org/" url="http://dnt.dnteam.org/"
license=('custom:code:GPL' 'custom:media:GPL, CC:BY-SA or Public Domain' ) license=('custom:code:GPL' 'custom:media:GPL, CC:BY-SA or Public Domain' )
depends=('cal3d' 'mesa' 'libgl' 'libvorbis' 'openal' 'sdl' 'sdl_image' 'sdl_ttf') depends=('cal3d' 'glu' 'mesa' 'libgl' 'libvorbis' 'openal' 'sdl2' 'sdl2_image' 'sdl2_ttf')
makedepends=(cmake) makedepends=(cmake)
replaces=(dccnitghtmare) replaces=(dccnitghtmare)
categories=('games') categories=('games')
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2" source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
"http://aur.archlinux.org/packages/dn/$pkgname/$pkgname.tar.gz") md5sums=('fde7257adce1e9405caedd3eacb7d4e1')
md5sums=('82c76324634b7d4dc888033c3ba3a35e'
'e0ef13025a95341042b1899b092b0c4d')
build() { build() {
cd $srcdir/$pkgname cd $srcdir/$pkgname
cmake \ cmake \
@ -28,10 +27,5 @@ build() {
package() { package() {
cd $srcdir/$pkgname cd $srcdir/$pkgname
make install make install
# Desktop Integration.
install -Dm644 $srcdir/$pkgname/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
} }