summaryrefslogtreecommitdiffstats
path: root/games/FlightGear
diff options
context:
space:
mode:
Diffstat (limited to 'games/FlightGear')
-rw-r--r--games/FlightGear/FlightGear.SlackBuild3
-rw-r--r--games/FlightGear/FlightGear.info6
-rw-r--r--games/FlightGear/README2
3 files changed, 7 insertions, 4 deletions
diff --git a/games/FlightGear/FlightGear.SlackBuild b/games/FlightGear/FlightGear.SlackBuild
index 54c5d108a2..432cc83b4c 100644
--- a/games/FlightGear/FlightGear.SlackBuild
+++ b/games/FlightGear/FlightGear.SlackBuild
@@ -4,7 +4,7 @@
PRGNAM=FlightGear
SRCNAM=flightgear
-VERSION=${VERSION:-2016.1.1}
+VERSION=${VERSION:-2016.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,6 +61,7 @@ cd build
-DCMAKE_INSTALL_PREFIX=/usr \
-DEVENT_INPUT:STRING="ON" \
-DFG_DATA_DIR=/usr/share/${PRGNAM} \
+ -DENABLE_QT=OFF \
-DCMAKE_BUILD_TYPE=Release ..
make
make install DESTDIR=$PKG
diff --git a/games/FlightGear/FlightGear.info b/games/FlightGear/FlightGear.info
index 3f778bb59d..868ecc25f3 100644
--- a/games/FlightGear/FlightGear.info
+++ b/games/FlightGear/FlightGear.info
@@ -1,8 +1,8 @@
PRGNAM="FlightGear"
-VERSION="2016.1.1"
+VERSION="2016.1.2"
HOMEPAGE="http://www.flightgear.org/"
-DOWNLOAD="https://sourceforge.net/projects/flightgear/files/release-2016.1/flightgear-2016.1.1.tar.bz2"
-MD5SUM="f061a427acf87d00ea81aac4a5459079"
+DOWNLOAD="https://sourceforge.net/projects/flightgear/files/release-2016.1/flightgear-2016.1.2.tar.bz2"
+MD5SUM="4638df5b260b25860aff4dbe4bef5021"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="FlightGear-data SimGear"
diff --git a/games/FlightGear/README b/games/FlightGear/README
index e66f07c126..8fd155e0d2 100644
--- a/games/FlightGear/README
+++ b/games/FlightGear/README
@@ -1,2 +1,4 @@
The FlightGear flight simulator project is an open-source, multi-platform,
cooperative flight simulator development project.
+
+To build the internal Qt launcher, you will require QT5 and set the ENABLE_QT=ON