summaryrefslogtreecommitdiff
path: root/community/wesnoth/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
commitcebf33d7109e0157a80f34d6136e212f0a28d274 (patch)
treea6464302c970f72581105b50ff0896e1f56def3d /community/wesnoth/PKGBUILD
parent1a65caeb80e2cc8c7b39262d72255124d0c8614e (diff)
parent5cb95ceee39e4691f768ea2fef60b8a106e92209 (diff)
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'community/wesnoth/PKGBUILD')
-rw-r--r--community/wesnoth/PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/community/wesnoth/PKGBUILD b/community/wesnoth/PKGBUILD
index b78ea24fe..e915453bf 100644
--- a/community/wesnoth/PKGBUILD
+++ b/community/wesnoth/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 90106 2013-05-06 19:40:04Z foutrelis $
+# $Id: PKGBUILD 90785 2013-05-13 21:57:41Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
@@ -7,7 +7,7 @@
pkgname=wesnoth
pkgver=1.10.6
-pkgrel=3
+pkgrel=5
pkgdesc="A turn-based strategy game on a fantasy world"
arch=('i686' 'x86_64')
license=('GPL')
@@ -19,15 +19,19 @@ options=(!emptydirs)
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
wesnothd.tmpfiles.conf
wesnothd.rc.d
- wesnothd.service)
+ wesnothd.service
+ https://github.com/wesnoth/wesnoth-old/commit/bbd7f6.patch)
md5sums=('547e3489bbfa778912b11dbee612c380'
'2d2fea6b3d86dfd589f5ad35a3be1f97'
'85659b47d22dfdf4e4d046556973fc3e'
- 'd1b6bf1d3dc05086ee6a370adff0ae4a')
+ 'd1b6bf1d3dc05086ee6a370adff0ae4a'
+ 'edc7c0547e67cba4ca4f813ca261f572')
build() {
cd "$srcdir/$pkgname-$pkgver"
+ patch -Np1 -i $srcdir/bbd7f6.patch
+
mkdir build && cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \