summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Arn02023-10-02 10:23:07 +0200
committer Willy Sudiarto Raharjo2023-10-02 14:51:45 +0200
commita03b09bbc63d52836bf9caa8fc7cdfd8aeaffc82 (patch)
tree08b88753dc4441170d0e10ebbdd996adbf73173d /games
parent738bf28272e32e451cb01103772aa064f2c2c14a (diff)
downloadslackbuilds-a03b09bbc63d52836bf9caa8fc7cdfd8aeaffc82.tar.gz
games/endless-sky: updated for version 0.10.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/endless-sky/endless-sky.SlackBuild7
-rw-r--r--games/endless-sky/endless-sky.info6
2 files changed, 9 insertions, 4 deletions
diff --git a/games/endless-sky/endless-sky.SlackBuild b/games/endless-sky/endless-sky.SlackBuild
index b6e664af36..6e1e0bbaab 100644
--- a/games/endless-sky/endless-sky.SlackBuild
+++ b/games/endless-sky/endless-sky.SlackBuild
@@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=endless-sky
-VERSION=${VERSION:-0.10.2}
+VERSION=${VERSION:-0.10.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -59,6 +59,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
+elif [ "$ARCH" = "aarch64" ]; then
+ SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
@@ -93,6 +96,8 @@ scons \
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+sed -i 's#Version=1.5#Version=1.4#;s#SingleMainWindow#X-SingleMainWindow#' $PKG/usr/share/applications/endless-sky.desktop
+
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
diff --git a/games/endless-sky/endless-sky.info b/games/endless-sky/endless-sky.info
index 7b58565b35..bb1652254d 100644
--- a/games/endless-sky/endless-sky.info
+++ b/games/endless-sky/endless-sky.info
@@ -1,8 +1,8 @@
PRGNAM="endless-sky"
-VERSION="0.10.2"
+VERSION="0.10.3"
HOMEPAGE="http://endless-sky.github.io/"
-DOWNLOAD="https://github.com/endless-sky/endless-sky/archive/v0.10.2/endless-sky-0.10.2.tar.gz"
-MD5SUM="3ba27e9a3215707409314f61a7482fba"
+DOWNLOAD="https://github.com/endless-sky/endless-sky/archive/v0.10.3/endless-sky-0.10.3.tar.gz"
+MD5SUM="4dfeb6dc366de1228461dc4eed413883"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""