diff options
author | orbea <orbea@riseup.net> | 2020-09-04 10:13:10 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-05 08:26:39 +0700 |
commit | c3669930f62a8263136f37149212bffa634533aa (patch) | |
tree | bc520ddfcfcf35d900ab31ba90f1cb1588f81f7b /games/solarus/solarus.SlackBuild | |
parent | 222c12ac216f952def3f108c9056933bc306b147 (diff) | |
download | slackbuilds-c3669930f62a8263136f37149212bffa634533aa.tar.gz |
games/solarus: Updated for version 1.6.4.
Signed-off-by: orbea <orbea@riseup.net>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/solarus/solarus.SlackBuild')
-rw-r--r-- | games/solarus/solarus.SlackBuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/games/solarus/solarus.SlackBuild b/games/solarus/solarus.SlackBuild index f9da1706e2..4a6847bc47 100644 --- a/games/solarus/solarus.SlackBuild +++ b/games/solarus/solarus.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for solarus -# Copyright 2015-2019 Hunter Sezen California, USA +# Copyright 2015-2020 Hunter Sezen California, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=solarus -VERSION=${VERSION:-1.6.2} +VERSION=${VERSION:-1.6.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,6 +69,10 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# cmake: Fix compatiblity with cmake-3.5.2. +# https://gitlab.com/solarus-games/solarus/-/merge_requests/1353 +patch -p1 < $CWD/cmake.patch + if pkg-config --exists Qt5Core; then GUI=ON else |