summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlen Dsouza2015-12-24 17:07:17 +0530
committerGlen Dsouza2015-12-24 17:07:17 +0530
commit25724c941239f0cc435b812f32f9633da6852782 (patch)
tree9145d7c71d4400521b41588fa8d1e66003883910
parent37086be0b13ffaa048dc40e9f831afc5bd2377a6 (diff)
downloadaur-25724c941239f0cc435b812f32f9633da6852782.tar.gz
Add in libX11 patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0afa36708336..f3a3398807d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 11 19:23:10 UTC 2015
+# Thu Dec 24 11:36:34 UTC 2015
pkgbase = flightgear-git
pkgdesc = An open-source, multi-platform flight simulator
- pkgver = 20151212
+ pkgver = 20151224
pkgrel = 1
url = http://flightgear.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index dc6cf887ed47..13074d15d93e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: jmf <jmf at mesecons dot net>
# Contributor: Pascal Groschwitz <p.groschwitz@googlemail.com>
pkgname=flightgear-git
-pkgver=20151212
+pkgver=20151224
pkgrel=1
_gitname=flightgear
pkgdesc="An open-source, multi-platform flight simulator"
@@ -24,6 +24,7 @@ pkgver() {
build() {
cd ${srcdir}/${_gitname}
git checkout next
+# patch -Np1 -i ../explicitely-link-with-libX11.patch
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_QT=1 \