games/supertux: Updated for version 0.6.3. New maintainer.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
47f20d39f2
commit
31b7cbbf80
|
@ -1,25 +0,0 @@
|
|||
From dec7fb943c532f855e5c0ae2eb39d2d82a46a506 Mon Sep 17 00:00:00 2001
|
||||
From: Lars Wendler <polynomial-c@gentoo.org>
|
||||
Date: Sat, 9 May 2020 03:04:02 +0200
|
||||
Subject: [PATCH] Fix build with boost-1.73
|
||||
|
||||
---
|
||||
src/editor/object_settings.hpp | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/src/editor/object_settings.hpp b/src/editor/object_settings.hpp
|
||||
index bc9049a94..15b77b1e4 100644
|
||||
--- a/src/editor/object_settings.hpp
|
||||
+++ b/src/editor/object_settings.hpp
|
||||
@@ -22,6 +22,8 @@
|
||||
|
||||
#include "editor/object_option.hpp"
|
||||
|
||||
+#include <algorithm>
|
||||
+
|
||||
class Color;
|
||||
enum class Direction;
|
||||
enum class WalkMode;
|
||||
--
|
||||
2.26.2
|
||||
|
|
@ -6,6 +6,8 @@
|
|||
# All rights reserved.
|
||||
# Copyright 2019 Pedro R.M. Júnior, Campinas, SP, Brazil
|
||||
# All rights reserved.
|
||||
# Copyright 2022 Bloyburt
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
|
@ -27,7 +29,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=supertux
|
||||
VERSION=${VERSION:-0.6.2_rc.1}
|
||||
VERSION=${VERSION:-0.6.3}
|
||||
SRCVERSION=$(echo $VERSION | tr _ - )
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -82,8 +84,6 @@ 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 {} \;
|
||||
|
||||
patch -p1 < $CWD/supertux-0.6.2_rc1-boost-1.73.patch
|
||||
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="supertux"
|
||||
VERSION="0.6.2_rc.1"
|
||||
VERSION="0.6.3"
|
||||
HOMEPAGE="https://github.com/SuperTux/supertux"
|
||||
DOWNLOAD="https://github.com/SuperTux/supertux/releases/download/v0.6.2-rc.1/SuperTux-v0.6.2-rc.1-Source.tar.gz"
|
||||
MD5SUM="e4f1b5b112b729bfda801d058d09b7c0"
|
||||
DOWNLOAD="https://github.com/SuperTux/supertux/releases/download/v0.6.3/SuperTux-v0.6.3-Source.tar.gz"
|
||||
MD5SUM="798d5518d3f4672ee0bac92693063c2f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="physfs"
|
||||
MAINTAINER="Pedro R.M. Júnior"
|
||||
EMAIL="pedrormjunior@gmail.com"
|
||||
MAINTAINER="Bloyburt"
|
||||
EMAIL="alexpen@startmail.com"
|
||||
|
|
Loading…
Reference in New Issue