games/FlightGear: Updated for version 2019.1.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Lenard Spencer 2020-01-08 05:10:24 +07:00 committed by Willy Sudiarto Raharjo
parent df730a8765
commit 48ecef94fe
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 7 additions and 6 deletions

View file

@ -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 . \

View file

@ -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"

View file

@ -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).