From 19f11e0c4bbeefd65f85546a361e18532b60416a Mon Sep 17 00:00:00 2001 From: root Date: Wed, 19 Dec 2012 02:52:08 -0800 Subject: Wed Dec 19 02:48:18 PST 2012 --- community/0ad/PKGBUILD | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'community/0ad') diff --git a/community/0ad/PKGBUILD b/community/0ad/PKGBUILD index 67dd75224..a280cc4ad 100644 --- a/community/0ad/PKGBUILD +++ b/community/0ad/PKGBUILD @@ -2,26 +2,23 @@ # Contributor: t3ddy # Contributor: Adrián Chaves Fernández (Gallaecio) pkgname=0ad -pkgver=a11 -_pkgver=0.0.11-alpha +pkgver=a12 +_pkgver=0.0.12-alpha pkgrel=1 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game" arch=('i686' 'x86_64') -url="http://wildfiregames.com/0ad" +url="http://play0ad.com/" license=('GPL2' 'CCPL') -depends=('binutils' 'boost-libs' 'curl' 'enet>=1.3' 'gamin' 'libogg' 'libpng' 'libvorbis' 'libxml2' 'openal' 'openexr' 'python2' 'sdl' 'wxgtk' 'zip' 'zlib' 'libgl' '0ad-data') -makedepends=('boost' 'cmake' 'mesa') -source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz" - "boost-1.50.patch") -md5sums=('0feedd076ea441ca821073b4b7014946' - '570724341102e23730de2f70d3a1b97c') +depends=('binutils' 'boost-libs' 'curl' 'enet>=1.3' 'libogg' 'libpng' 'libvorbis' 'libxml2' 'openal' 'sdl' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu') +makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2') +source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz") +md5sums=('0ff92fb2b22b5384067cdd88b89e5450') build() { cd "$srcdir/$pkgname-$_pkgver/build/workspaces" sed -i 's/unix_names = { "boost_filesystem-mt", "boost_system-mt" },/unix_names = { "boost_filesystem", "boost_system" },/g' "${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua" sed -i 's/unix_names = { "boost_signals-mt" },/unix_names = { "boost_signals" },/g' "${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua" - #patch -d ../.. -Np1 < $srcdir/boost-1.50.patch ./update-workspaces.sh \ --with-system-enet \ -- cgit v1.2.3-54-g00ecf