mbox series

[bug#68019,0/2] gnu: minetest: Update to 5.8.0.

Message ID 348053ab-afa3-3cba-7473-e0c2eab3cbbc@disroot.org
Headers show
Series gnu: minetest: Update to 5.8.0. | expand

Message

Adam Faiz Dec. 24, 2023, 11:50 p.m. UTC
From a25dcfdb5bce0dee41ad6b1d8db9ed6ea9a10650 Mon Sep 17 00:00:00 2001
Message-ID: <cover.1703461178.git.adam.faiz@disroot.org>
From: AwesomeAdam54321 <adam.faiz@disroot.org>
Date: Mon, 25 Dec 2023 07:39:38 +0800
Subject: [PATCH 0/2] gnu: minetest: Update to 5.8.0.

Should Minetest Game(minetest-data) no longer be a propagated input for minetest?
The 5.8.0 release of Minetest no longer requires it, and offers the player to go to ContentDB when there are no games.
Guix's packages for minetest mods and games might not be used if the player installs these directly from within Minetest though.

AwesomeAdam54321 (2):
  gnu: irrlicht-for-minetest: Update to 1.9.0mt13.
  gnu: minetest: Update to 5.8.0.

 gnu/packages/games.scm    | 4 ++--
 gnu/packages/minetest.scm | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)


base-commit: 29c94dd522833b2603a651c14a5b06120bcf1829

Comments

Liliana Marie Prikler Dec. 25, 2023, 7:58 a.m. UTC | #1
Am Montag, dem 25.12.2023 um 07:50 +0800 schrieb Adam Faiz:
> From a25dcfdb5bce0dee41ad6b1d8db9ed6ea9a10650 Mon Sep 17 00:00:00
> 2001
> Message-ID: <cover.1703461178.git.adam.faiz@disroot.org>
> From: AwesomeAdam54321 <adam.faiz@disroot.org>
> Date: Mon, 25 Dec 2023 07:39:38 +0800
> Subject: [PATCH 0/2] gnu: minetest: Update to 5.8.0.
> 
> Should Minetest Game(minetest-data) no longer be a propagated input
> for minetest?
> The 5.8.0 release of Minetest no longer requires it, and offers the
> player to go to ContentDB when there are no games.
> Guix's packages for minetest mods and games might not be used if the
> player installs these directly from within Minetest though.
The guix packaging model is to have everything functional as installed
with additional packages provided through Guix.  If you don't need the
Minetest Game (there are a few others available), you could provide a
minetest-minimal that doesn't propagate it and possibly make minetest
into a meta package that propagates minetest-minimal and minetest-data.

Cheers