Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Jeremy Blosser (51d3d70098fdba28feca6d37a4c3fcf8f4bea438)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jeremy Blosser <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Jeremy Blosser (51d3d70098fdba28feca6d37a4c3fcf8f4bea438)
  • Date: Tue, 16 Sep 2014 05:18:32 -0500

GIT changes to master games grimoire by Jeremy Blosser
<jblosser AT sourcemage.org>:

ChangeLog | 1 +
games-simulation/minetest/DEPENDS | 4 +++-
games-simulation/minetest_game/BUILD | 1 +
games-simulation/minetest_game/DEPENDS | 1 +
games-simulation/minetest_game/DETAILS | 28 ++++++++++++++++++++++++++++
games-simulation/minetest_game/HISTORY | 3 +++
games-simulation/minetest_game/INSTALL | 2 ++
games-simulation/minetest_game/PREPARE | 2 ++
8 files changed, 41 insertions(+), 1 deletion(-)

New commits:
commit 51d3d70098fdba28feca6d37a4c3fcf8f4bea438
Author: Jeremy Blosser <jblosser AT sourcemage.org>
Commit: Jeremy Blosser <jblosser AT sourcemage.org>

minetest: add suggest_depends for minetest_game

commit 4feb66809d770913b72f35dd926955bca964485a
Author: Jeremy Blosser <jblosser AT sourcemage.org>
Commit: Jeremy Blosser <jblosser AT sourcemage.org>

minetest_game: new spell, the main game for the Minetest game engine

diff --git a/ChangeLog b/ChangeLog
index 8a9ae33..6de44ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2014-09-16 Jeremy Blosser <jblosser AT sourcemage.org>
* FUNCTIONS: add get_scm_version
* games-simulation/minetest: new spell, infinite-world block sandbox
game with survival and crafting
+ * games-simulation/minetest_game: new spell, the main game for the
Minetest game engine

2014-02-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* games-utils/fgfs-atlas: new spell, a moving map for flightgear
diff --git a/games-simulation/minetest/DEPENDS
b/games-simulation/minetest/DEPENDS
index 53e2677..a4ba29f 100755
--- a/games-simulation/minetest/DEPENDS
+++ b/games-simulation/minetest/DEPENDS
@@ -33,4 +33,6 @@ optional_depends redis \
optional_depends luajit \
"-DDISABLE_LUAJIT=0" \
"-DDISABLE_LUAJIT=1" \
- ""
+ "" &&
+
+suggest_depends minetest_game "" "" "for the main game"
diff --git a/games-simulation/minetest_game/BUILD
b/games-simulation/minetest_game/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/games-simulation/minetest_game/BUILD
@@ -0,0 +1 @@
+true
diff --git a/games-simulation/minetest_game/DEPENDS
b/games-simulation/minetest_game/DEPENDS
new file mode 100755
index 0000000..3ce9bca
--- /dev/null
+++ b/games-simulation/minetest_game/DEPENDS
@@ -0,0 +1 @@
+depends minetest
diff --git a/games-simulation/minetest_game/DETAILS
b/games-simulation/minetest_game/DETAILS
new file mode 100755
index 0000000..a3daa0c
--- /dev/null
+++ b/games-simulation/minetest_game/DETAILS
@@ -0,0 +1,28 @@
+. "$GRIMOIRE/FUNCTIONS"
+ SPELL=minetest_game
+if [ "${MINETEST_GAME_BRANCH}" == "scm" ]; then
+ VERSION=$(get_scm_version)
+ SOURCE=${SPELL}-${MINETEST_GAME_BRANCH}.tar.bz2
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${MINETEST_GAME_BRANCH}
+ FORCE_DOWNLOAD=on
+ SOURCE_URL[0]=git://github.com/minetest/${SPELL}.git
+ SOURCE_IGNORE=volatile
+else
+ VERSION=0.4.10
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+
SOURCE_URL[0]=https://github.com/minetest/${SPELL}/archive/${VERSION}.tar.gz
+
SOURCE_HASH=sha512:eccfcb439d66809eff5088dc22f9c568a7e56b329c8ef9008d6007e9ad43b37f8c4282e0c652b638b10591fdec29f5e53d6dd0d148333906d9bf2df137aa0148
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+fi
+ WEB_SITE="https://github.com/minetest/minetest_game";
+ LICENSE[0]=LGPL
+ ENTERED=20140916
+ SHORT="the main game for the Minetest game engine"
+cat << EOF
+The main game for the Minetest game engine [minetest_game]
+==========================================================
+
+To use this game with Minetest, insert this repository as
+ /games/minetest_game
+in the Minetest Engine.
+EOF
diff --git a/games-simulation/minetest_game/HISTORY
b/games-simulation/minetest_game/HISTORY
new file mode 100644
index 0000000..0116d10
--- /dev/null
+++ b/games-simulation/minetest_game/HISTORY
@@ -0,0 +1,3 @@
+2014-09-16 Jeremy Blosser <jblosser AT sourcemage.org>
+ * PREPARE, BUILD, DEPENDS, DETAILS, INSTALL: spell created
+
diff --git a/games-simulation/minetest_game/INSTALL
b/games-simulation/minetest_game/INSTALL
new file mode 100755
index 0000000..0644e4b
--- /dev/null
+++ b/games-simulation/minetest_game/INSTALL
@@ -0,0 +1,2 @@
+install -m 755 -d ${INSTALL_ROOT}/usr/share/minetest/games/minetest_game &&
+cp -R ./* ${INSTALL_ROOT}/usr/share/minetest/games/minetest_game/.
diff --git a/games-simulation/minetest_game/PREPARE
b/games-simulation/minetest_game/PREPARE
new file mode 100755
index 0000000..ed36011
--- /dev/null
+++ b/games-simulation/minetest_game/PREPARE
@@ -0,0 +1,2 @@
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch stable scm



  • [SM-Commit] GIT changes to master games grimoire by Jeremy Blosser (51d3d70098fdba28feca6d37a4c3fcf8f4bea438), Jeremy Blosser, 09/16/2014

Archive powered by MHonArc 2.6.24.

Top of Page