summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Lenard Spencer <lenardrspencer@gmail.com>2023-10-31 06:51:29 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-04 16:39:14 +0700
commit28992688eca9e9f6ca676119862cfc51d218f4c7 (patch)
treee9c9982a91ecef401ee9a6755fca4e36a9a80a30
parent10ed636111880005847b1085e52cf1c4ec749449 (diff)
downloadslackbuilds-28992688eca9e9f6ca676119862cfc51d218f4c7.tar.gz
slackbuilds-28992688eca9e9f6ca676119862cfc51d218f4c7.tar.xz
games/FlightGear: Updated for version 2020.3.19.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--games/FlightGear/FlightGear.SlackBuild15
-rw-r--r--games/FlightGear/FlightGear.desktop2
-rw-r--r--games/FlightGear/FlightGear.info6
-rw-r--r--games/FlightGear/FlightGear.pngbin487 -> 561 bytes
-rw-r--r--games/FlightGear/README6
5 files changed, 13 insertions, 16 deletions
diff --git a/games/FlightGear/FlightGear.SlackBuild b/games/FlightGear/FlightGear.SlackBuild
index fe9f3c8b88..8b9365f1b6 100644
--- a/games/FlightGear/FlightGear.SlackBuild
+++ b/games/FlightGear/FlightGear.SlackBuild
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=FlightGear
SRCNAM=flightgear
-VERSION=${VERSION:-2020.3.18}
+VERSION=${VERSION:-2020.3.19}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -114,14 +114,11 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
# Add a desktop entry for the GUI launcher
-case "$QT5" in
- yes) install -D -m0644 $CWD/FlightGear.desktop \
- $PKG/usr/share/applications/FlightGear.desktop
- install -D -m0644 $CWD/FlightGear.png \
- $PKG/usr/share/icons/hicolor/64x64/apps/FlightGear.png
- cat $CWD/doinst.sh > $PKG/install/doinst.sh
-;;
-esac
+install -D -m0644 $CWD/FlightGear.desktop \
+ $PKG/usr/share/applications/FlightGear.desktop
+install -D -m0644 $CWD/FlightGear.png \
+ $PKG/usr/share/icons/hicolor/48x48/apps/FlightGear.png
+cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
diff --git a/games/FlightGear/FlightGear.desktop b/games/FlightGear/FlightGear.desktop
index fd18a1ac60..25421b3282 100644
--- a/games/FlightGear/FlightGear.desktop
+++ b/games/FlightGear/FlightGear.desktop
@@ -4,7 +4,7 @@ Name=FlightGear
GenericName=FlightGear
Comment=FlightGear Launcher
Exec=fgfs --launcher
-Icon=/usr/share/icons/hicolor/64x64/apps/FlightGear.png
+Icon=/usr/share/icons/hicolor/48x48/apps/FlightGear.png
Terminal=false
Type=Application
Categories=Game;
diff --git a/games/FlightGear/FlightGear.info b/games/FlightGear/FlightGear.info
index 55f7b85dcb..d7bf1df1d6 100644
--- a/games/FlightGear/FlightGear.info
+++ b/games/FlightGear/FlightGear.info
@@ -1,8 +1,8 @@
PRGNAM="FlightGear"
-VERSION="2020.3.18"
+VERSION="2020.3.19"
HOMEPAGE="http://www.flightgear.org/"
-DOWNLOAD="https://downloads.sourceforge.net/flightgear/flightgear-2020.3.18.tar.bz2"
-MD5SUM="c2eb1a8d044c5779449f9d65526ee453"
+DOWNLOAD="https://downloads.sourceforge.net/flightgear/flightgear-2020.3.19.tar.bz2"
+MD5SUM="75556000160b9ffea23e013bc8d5d8f9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="FlightGear-data SimGear"
diff --git a/games/FlightGear/FlightGear.png b/games/FlightGear/FlightGear.png
index a0d912dfbf..e49d653e97 100644
--- a/games/FlightGear/FlightGear.png
+++ b/games/FlightGear/FlightGear.png
Binary files differ
diff --git a/games/FlightGear/README b/games/FlightGear/README
index 3bcf50ca3b..798e5c06c1 100644
--- a/games/FlightGear/README
+++ b/games/FlightGear/README
@@ -6,9 +6,9 @@ This build now includes the internal Qt launcher. To launch FlightGear
from a terminal window, run 'fgfs --launcher' from the command line.
(This is how the .desktop file launches it.)
-If you prefer, you can install either fgo or ffgo as a more basic
-launcher. They will launch fgfs directly without the '--launcher'
-parameter.
+If you prefer, you can install either fgo (python2) or ffgo (python3)
+as a more basic launcher. They will launch fgfs directly without the
+'--launcher' parameter.
flite is an optional dependency for voice communication (autodetected
at build time).