From 159f9396cc5a7cb168fad9f3dc0e43bd790fdaeb Mon Sep 17 00:00:00 2001 From: root Date: Sun, 21 Oct 2012 01:56:19 -0700 Subject: Sun Oct 21 01:55:44 PDT 2012 --- community-staging/widelands/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'community-staging/widelands') diff --git a/community-staging/widelands/PKGBUILD b/community-staging/widelands/PKGBUILD index 945b4f48b..2f90c452f 100644 --- a/community-staging/widelands/PKGBUILD +++ b/community-staging/widelands/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 75485 2012-08-26 00:09:03Z lcarlier $ +# $Id: PKGBUILD 78563 2012-10-20 22:46:38Z lcarlier $ # Maintainer: Sven-Hendrik Haase # Contributor: Arkham # Contributor: Christoph Zeiler @@ -6,13 +6,13 @@ pkgname=widelands pkgver=17 _realver=build17 -pkgrel=4 +pkgrel=5 pkgdesc="A realtime strategy game with emphasis on economy and transport" arch=('i686' 'x86_64') url="http://widelands.org/" license=('GPL') -depends=('sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'sdl_gfx' 'lua' 'glew' 'python2' 'widelands-data') -makedepends=('cmake' 'boost') +depends=('sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'sdl_gfx' 'lua' 'glew' 'python2') +makedepends=('cmake' 'boost' 'mesa') source=("https://launchpad.net/widelands/build17/build-17/+download/$pkgname-$_realver-src.tar.bz2" $pkgname.desktop $pkgname.png @@ -38,6 +38,7 @@ build() { } package() { + depends=(${depends[@]} 'widelands-data') cd $srcdir/$pkgname-$_realver-src/build/compile make DESTDIR="$pkgdir" install -- cgit v1.2.3-54-g00ecf