summaryrefslogtreecommitdiff
path: root/libre/openmw/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-10-17 18:02:51 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-10-17 18:04:59 -0300
commit03d27c7f32248f860a1b1cc51776d8156632ec02 (patch)
treea6f2761076c261aee58db167b70b23d4775a883f /libre/openmw/PKGBUILD
parent0e8b2d0e0155e4a0b4ea020e76a4336b577c9123 (diff)
openmw-0.40.0-4.parabola1: fix build against bullet with profiler disabled
Diffstat (limited to 'libre/openmw/PKGBUILD')
-rw-r--r--libre/openmw/PKGBUILD15
1 files changed, 11 insertions, 4 deletions
diff --git a/libre/openmw/PKGBUILD b/libre/openmw/PKGBUILD
index b6cda28d8..5ae0045d6 100644
--- a/libre/openmw/PKGBUILD
+++ b/libre/openmw/PKGBUILD
@@ -4,15 +4,22 @@
pkgname=openmw
pkgver=0.40.0
-pkgrel=2.parabola2
+pkgrel=4.parabola1
pkgdesc="A libre engine reimplementation for Morrowind-based role-playing games, without wizard installation support to install nonfree assets from Morrowind to run Morrowind"
arch=('i686' 'x86_64')
url="http://www.openmw.org"
license=('GPL3' 'MIT' 'custom')
-depends=('openal' 'openscenegraph' 'mygui' 'bullet' 'qt5-base' 'ffmpeg' 'sdl2' 'unshield')
+depends=('openal' 'openscenegraph' 'mygui' 'bullet' 'qt5-base' 'ffmpeg' 'sdl2' 'unshield' 'libxt')
makedepends=('cmake' 'boost' 'doxygen')
-source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz")
-sha1sums=('a69aa56374c4e991950fa1b7bfec92ef790cbbed')
+source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz"
+ "bullet-251.patch")
+sha1sums=('a69aa56374c4e991950fa1b7bfec92ef790cbbed'
+ 'bef2eaf6135c58354395ef07b5ac07dbdd2387e3')
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
+ patch -Np1 < ${srcdir}/bullet-251.patch
+}
build() {
cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"