summaryrefslogtreecommitdiffstats
path: root/games/fgo/fgo.SlackBuild
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/fgo.SlackBuild
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/fgo.SlackBuild')
-rw-r--r--games/fgo/fgo.SlackBuild10
1 files changed, 5 insertions, 5 deletions
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