summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Lenard Spencer2020-01-07 23:10:24 +0100
committer Willy Sudiarto Raharjo2020-01-07 23:10:24 +0100
commit48ecef94fe627a6418140086c013ce31fcc82057 (patch)
tree16579c14aa677c00f1df0bc32453c2d41d8c6d3a /games
parentdf730a8765fad97e38e9811758088647444629cf (diff)
downloadslackbuilds-48ecef94fe627a6418140086c013ce31fcc82057.tar.gz
games/FlightGear: Updated for version 2019.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/FlightGear/FlightGear.SlackBuild4
-rw-r--r--games/FlightGear/FlightGear.info6
-rw-r--r--games/FlightGear/README3
3 files changed, 7 insertions, 6 deletions
diff --git a/games/FlightGear/FlightGear.SlackBuild b/games/FlightGear/FlightGear.SlackBuild
index 77920a9421..0bf0ad4686 100644
--- a/games/FlightGear/FlightGear.SlackBuild
+++ b/games/FlightGear/FlightGear.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=FlightGear
SRCNAM=flightgear
-VERSION=${VERSION:-2019.1.1}
+VERSION=${VERSION:-2019.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -68,7 +68,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
-tar xvf $CWD/$SRCNAM-$VERSION.tar.?z*
+tar xvf $CWD/$SRCNAM-${VERSION}-rc.tar.?z*
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/games/FlightGear/FlightGear.info b/games/FlightGear/FlightGear.info
index e5d23bc298..8686c0e7ac 100644
--- a/games/FlightGear/FlightGear.info
+++ b/games/FlightGear/FlightGear.info
@@ -1,8 +1,8 @@
PRGNAM="FlightGear"
-VERSION="2019.1.1"
+VERSION="2019.1.2"
HOMEPAGE="http://www.flightgear.org/"
-DOWNLOAD="https://downloads.sourceforge.net/flightgear/flightgear-2019.1.1.tar.bz2"
-MD5SUM="6a4d708cb407885dd8731f793ecec3bd"
+DOWNLOAD="https://downloads.sourceforge.net/flightgear/flightgear-2019.1.2-rc.tar.bz2"
+MD5SUM="fb9953833c54bb586a9eab21182b5e86"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="FlightGear-data SimGear"
diff --git a/games/FlightGear/README b/games/FlightGear/README
index 592ed58ccb..4a5ce89cf0 100644
--- a/games/FlightGear/README
+++ b/games/FlightGear/README
@@ -5,4 +5,5 @@ It has been used for academic research, education, and for fun.
To build the internal Qt launcher, you will require QT5 and libxkbcommon
and then pass QT5=yes to the script
-To enable voice ATC, you will need flite (autodetected at build time).
+speex and flite are optional dependencies for voice communication
+(autodetected at build time).