summaryrefslogtreecommitdiffstats
path: root/games/FlightGear/FlightGear.SlackBuild
diff options
context:
space:
mode:
author Lenard Spencer <lenardrspencer@gmail.com>2021-05-10 19:44:05 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-17 08:49:38 +0700
commit3544e36e41b562e785dbb8a70dd534da3061b76a (patch)
tree98a4ed34fcbf8e902e518e82a05913df671a21bb /games/FlightGear/FlightGear.SlackBuild
parent4a8b7fdb37513eddf6b62d31feacedae891c53c5 (diff)
downloadslackbuilds-3544e36e41b562e785dbb8a70dd534da3061b76a.tar.gz
slackbuilds-3544e36e41b562e785dbb8a70dd534da3061b76a.tar.xz
games/FlightGear: Updated for version 2020.3.8, cleanups.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/FlightGear/FlightGear.SlackBuild')
-rw-r--r--games/FlightGear/FlightGear.SlackBuild10
1 files changed, 1 insertions, 9 deletions
diff --git a/games/FlightGear/FlightGear.SlackBuild b/games/FlightGear/FlightGear.SlackBuild
index fed48f1bff..e0d27686ab 100644
--- a/games/FlightGear/FlightGear.SlackBuild
+++ b/games/FlightGear/FlightGear.SlackBuild
@@ -26,7 +26,7 @@
PRGNAM=FlightGear
SRCNAM=flightgear
-VERSION=${VERSION:-2020.3.6}
+VERSION=${VERSION:-2020.3.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -59,13 +59,6 @@ fi
set -e
-# Choose if we build the internal Qt launcher.
-if [ "${QT5}" == "yes" ]; then
- OPT="$OPT -DENABLE_QT=ON"
-else
- OPT="$OPT -DENABLE_QT=OFF"
-fi
-
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
@@ -87,7 +80,6 @@ cd build
-DCMAKE_INSTALL_PREFIX=/usr \
-DEVENT_INPUT="ON" \
-DFG_DATA_DIR=/usr/share/${PRGNAM} \
- $OPT \
-DCMAKE_BUILD_TYPE=Release \
-DFG_BUILD_TYPE=Release ..
make