diff options
author | B. Watson <yalhcru@gmail.com> | 2020-03-28 13:30:55 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-04 09:50:03 +0700 |
commit | f04e747c6e92898ec68f0dc0555f634a3248afcf (patch) | |
tree | d7b415c26ca7a75c5ba1ed413acb44a485cb1155 /games | |
parent | 1e0c31d5be101c37ef7cf0b66e77a9cdaa550d28 (diff) | |
download | slackbuilds-f04e747c6e92898ec68f0dc0555f634a3248afcf.tar.gz |
games/stella: Updated for version 6.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/stella/stella.SlackBuild | 8 | ||||
-rw-r--r-- | games/stella/stella.info | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games/stella/stella.SlackBuild b/games/stella/stella.SlackBuild index 4c4f6cc0f8..92b51384fe 100644 --- a/games/stella/stella.SlackBuild +++ b/games/stella/stella.SlackBuild @@ -8,6 +8,10 @@ # Now maintained by B. Watson <yalhcru@gmail.com> +# 20200327 bkw: +# - update for 6.1. +# - use clang++, our g++ is too old. + # 20191201 bkw: # - update for 6.0.2. # - replace my outdated man page with the up-to-date one from Debian. @@ -41,7 +45,7 @@ # - StartupNotify=false in .desktop PRGNAM=stella -VERSION=${VERSION:-6.0.2} +VERSION=${VERSION:-6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -87,7 +91,7 @@ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ # because we have 7.x. #sed -i 's,\[5-6\],[5-9],g' configure -CFLAGS="$SLKCFLAGS" \ +CC="clang" CXX="clang++" CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ diff --git a/games/stella/stella.info b/games/stella/stella.info index 4f84ddc7dd..01a7b5fd32 100644 --- a/games/stella/stella.info +++ b/games/stella/stella.info @@ -1,8 +1,8 @@ PRGNAM="stella" -VERSION="6.0.2" +VERSION="6.1" HOMEPAGE="https://stella-emu.github.io/" -DOWNLOAD="https://github.com/stella-emu/stella/releases/download/6.0.2/stella-6.0.2-src.tar.xz" -MD5SUM="43f71246d9ab256687bce4ddc6e63965" +DOWNLOAD="https://github.com/stella-emu/stella/releases/download/6.1/stella-6.1-src.tar.xz" +MD5SUM="380788141b26e6a7b214b646fecbf4f3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL2" |