From 48ecef94fe627a6418140086c013ce31fcc82057 Mon Sep 17 00:00:00 2001 From: Lenard Spencer Date: Wed, 8 Jan 2020 05:10:24 +0700 Subject: games/FlightGear: Updated for version 2019.1.2. Signed-off-by: Willy Sudiarto Raharjo --- games/FlightGear/FlightGear.SlackBuild | 4 ++-- games/FlightGear/FlightGear.info | 6 +++--- games/FlightGear/README | 3 ++- 3 files changed, 7 insertions(+), 6 deletions(-) (limited to 'games/FlightGear') 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). -- cgit v1.2.3-65-gdbad