Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (14dc3a455777813dffa5b4c479d26e48e085e0d4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (14dc3a455777813dffa5b4c479d26e48e085e0d4)
  • Date: Thu, 7 Dec 2023 14:30:51 +0000

GIT changes to master games grimoire by Ismael Luceno <ismael AT sourcemage.org>:

games-simulation/minetest/DEPENDS | 2 +-
games-simulation/minetest/DETAILS | 5 +++--
games-simulation/minetest/HISTORY | 3 +++
3 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit 14dc3a455777813dffa5b4c479d26e48e085e0d4
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

minetest 5.8.0

commit 03e09ff2e62e3c54b310f4faefd9e71bdfe49814
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

minetest: Add Watch line

diff --git a/games-simulation/minetest/DEPENDS
b/games-simulation/minetest/DEPENDS
index 8dc53da..f442a9e 100755
--- a/games-simulation/minetest/DEPENDS
+++ b/games-simulation/minetest/DEPENDS
@@ -16,7 +16,7 @@ optional_depends gettext \
"translation support" &&

if list_find "${MINETEST_OPTS}" "-DBUILD_CLIENT=1"; then
- depends irrlicht &&
+ depends irrlichtmt &&
depends bzip2 &&
depends libpng &&
depends JPEG &&
diff --git a/games-simulation/minetest/DETAILS
b/games-simulation/minetest/DETAILS
index 612eca5..6b9add0 100755
--- a/games-simulation/minetest/DETAILS
+++ b/games-simulation/minetest/DETAILS
@@ -1,3 +1,4 @@
+# Watch: https://github.com/minetest/minetest/tags /refs/tags/[0-9.]+[.]tar
. "$GRIMOIRE/FUNCTIONS"
SPELL=minetest
IRRLICHT_VERSION=1.8.1
@@ -9,10 +10,10 @@ FORCE_DOWNLOAD[1]=on
SOURCE_URL[0]=git://github.com/${SPELL}/${SPELL}.git
SOURCE_IGNORE=volatile
else
- VERSION=5.4.0
+ VERSION=5.8.0
SOURCE=${SPELL}-${VERSION}.tar.gz

SOURCE_URL[0]=https://github.com/${SPELL}/${SPELL}/archive/${VERSION}.tar.gz
-
SOURCE_HASH=sha512:4cb43678c56ee2ccf9d5dd9c1fc0007119d598a4a56df43fc2a1b827efe08feba0008a30bdb1a1fcd4efe0ada88484b7be0c9e46f108d5424451adb0999b0bcb
+
SOURCE_HASH=sha512:0b376ecc051032ccb542f2f76e2b1f5c351b32f1c211027825b1538095f44cb1447cd0976cb85a4cde4ecb53873bcb9f3778799271ed65b038a031dc137c2aba
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
fi
SOURCE2="irrlicht-${IRRLICHT_VERSION}.zip"
diff --git a/games-simulation/minetest/HISTORY
b/games-simulation/minetest/HISTORY
index 30488ec..f6d8865 100644
--- a/games-simulation/minetest/HISTORY
+++ b/games-simulation/minetest/HISTORY
@@ -1,3 +1,6 @@
+2023-12-07 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: updated spell to 5.8.0
+
2021-12-30 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 5.4.0
* DEPENDS: fixed typo in redis dep



  • [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (14dc3a455777813dffa5b4c479d26e48e085e0d4), Ismael Luceno, 12/07/2023

Archive powered by MHonArc 2.6.24.

Top of Page