Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=63259274d33df0f50e21609f3a67826f315d025f
commit 63259274d33df0f50e21609f3a67826f315d025f Author: DeX77 <[email protected]> Date: Wed Feb 3 18:22:18 2016 +0100 widelands-build18-8-x86_64 * rebuild diff --git a/source/games-extra/widelands/FrugalBuild b/source/games-extra/widelands/FrugalBuild index 86c8ee9..367d915 100644 --- a/source/games-extra/widelands/FrugalBuild +++ b/source/games-extra/widelands/FrugalBuild @@ -4,7 +4,7 @@ pkgname=widelands pkgver=build18 -pkgrel=7 +pkgrel=8 pkgdesc="Widelands is an open source real-time strategy game." url="http://wl.widelands.org/" _F_cd_path="$pkgname-$pkgver-src" @@ -12,9 +12,9 @@ _F_desktop_name="Widelands" _F_desktop_icon="$pkgname.png" _F_desktop_categories="Game;StrategyGame;" _F_archive_grepv="-rc" -makedepends=('python' 'cmake' 'boost>=1.58.0' 'doxygen') -depends=('glew>=1.13' 'sdl' 'sdl_mixer' 'sdlimage' 'sdl_net' 'sdl_ttf' \ - 'sdl_gfx>=2.0.25' 'lua' 'zlib' 'libboost>=1.58.0') +makedepends=('python' 'cmake' 'doxygen' 'boost>=1.60.0') +depends=('sdlimage>=1.2.12-2' 'sdl_mixer>=1.2.12-2' 'sdl_net>=1.2.8-2' 'sdl_ttf>=2.0.11-2' \ + 'sdl_gfx>=2.0.25-2' 'lua>=5.1.5-5' 'libpng>=1.6.20' 'glew>=1.13.0-3') groups=('games-extra') archs=('i686' 'x86_64') up2date="Flasttar 'https://launchpad.net/widelands/+download' | cut -d '_' -f 1" @@ -30,7 +30,8 @@ build() Fsed "^user_interaction$" "#user_interaction" compile.sh Fsed "#include <config.h>" "#include <unistd.h>\n#include <config.h>" src/main.cc Fpatchall - Fexec ./compile.sh + Fexec ./compile.sh || Fdie + Fmkdir /usr/share/$pkgname Fcp $pkgname-$pkgver-src/$pkgname /usr/share/$pkgname/ Fcp $pkgname-$pkgver-src/campaigns /usr/share/$pkgname/ _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
