summaryrefslogtreecommitdiffstats
path: root/games/fgo
diff options
context:
space:
mode:
author Philip Lacroix <philnx@posteo.de>2014-12-02 10:12:39 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-12-02 10:12:39 +0700
commit3abb8872379a198617537fc7ce2f443d078bab79 (patch)
tree07bfd3bed0537e86b08b68474269a9119538d6fe /games/fgo
parent3c178446237374b07de96cdeba9a9498972014b1 (diff)
downloadslackbuilds-3abb8872379a198617537fc7ce2f443d078bab79.tar.gz
slackbuilds-3abb8872379a198617537fc7ce2f443d078bab79.tar.xz
games/fgo: Updated for version 1.5.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/fgo')
-rw-r--r--games/fgo/CHANGELOG2
-rw-r--r--games/fgo/README2
-rw-r--r--games/fgo/fgo.SlackBuild10
-rw-r--r--games/fgo/fgo.info6
4 files changed, 11 insertions, 9 deletions
diff --git a/games/fgo/CHANGELOG b/games/fgo/CHANGELOG
index fba287c0d4..925250f357 100644
--- a/games/fgo/CHANGELOG
+++ b/games/fgo/CHANGELOG
@@ -17,3 +17,5 @@ Changes to this SlackBuild since FGo! 1.4.5
* 1.5.4: version update, revision and cleanup. Removed 'fgo.desktop' from the
package, as it was moved to the FGo! upstream release. Modified symlinking
to icons, according to their new location.
+
+* 1.5.5: version update.
diff --git a/games/fgo/README b/games/fgo/README
index 01fe5e4307..41776aa849 100644
--- a/games/fgo/README
+++ b/games/fgo/README
@@ -7,5 +7,5 @@ features allow FGo! to keep a minimalist but powerful design.
NOTE: FGo! versions equal or greater than 1.5.0 are compatible with
FlightGear 3.0 and its new apt.dat database format. If you intend to use
-this SlackBuild for a version of FGo! other than 1.5.4, please read the
+this SlackBuild for a version of FGo! older than 1.5.5, please read the
CHANGELOG file included in this package.
diff --git a/games/fgo/fgo.SlackBuild b/games/fgo/fgo.SlackBuild
index da8cddfe9a..9cfdd0c280 100644
--- a/games/fgo/fgo.SlackBuild
+++ b/games/fgo/fgo.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fgo
-VERSION=${VERSION:-1.5.4}
+VERSION=${VERSION:-1.5.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,6 +79,10 @@ ln -sf /opt/$PRGNAM/data/config $PRGETC/$PRGNAM
mkdir -p $PRGDOC
ln -sf /opt/$PRGNAM/docs $PRGDOC/$PRGNAM-$VERSION
+# Create symlink to desktop file.
+mkdir -p $PRGSHR/applications
+ln -sf /opt/$PRGNAM/share/$PRGNAM.desktop $PRGSHR/applications/
+
# Create symlinks to icons.
for size in 16 24 32 48 64 128 256 scalable ; do
if [ $size != scalable ]; then ex=png; size=${size}x${size}; else ex=svg; fi
@@ -87,10 +91,6 @@ for size in 16 24 32 48 64 128 256 scalable ; do
$PRGSHR/icons/hicolor/$size/apps/
done
-# Create symlink to desktop file.
-mkdir -p $PRGSHR/applications
-ln -sf /opt/$PRGNAM/share/$PRGNAM.desktop $PRGSHR/applications/
-
# Don't clobber config files.
for conf in $PRGDAT/config/* ; do
mv ${conf} ${conf}.new
diff --git a/games/fgo/fgo.info b/games/fgo/fgo.info
index 0b90442bdc..ed678d8d7b 100644
--- a/games/fgo/fgo.info
+++ b/games/fgo/fgo.info
@@ -1,8 +1,8 @@
PRGNAM="fgo"
-VERSION="1.5.4"
+VERSION="1.5.5"
HOMEPAGE="https://sites.google.com/site/erobosprojects/flightgear/add-ons/fgo"
-DOWNLOAD="https://sites.google.com/site/erobosprojects/flightgear/add-ons/fgo/download/fgo-1.5.4.tar.gz"
-MD5SUM="47bd3bd2d4bb2e8c464b0858c36f097b"
+DOWNLOAD="https://sites.google.com/site/erobosprojects/flightgear/add-ons/fgo/download/fgo-1.5.5.tar.gz"
+MD5SUM="66e61f14437bfa0f2654ff62c6f9009a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="FlightGear"