gnu: luanti-mineclone: Rename to luanti-voxelibre.

* gnu/packages/lunati.scm (luanti-mineclone): Deprecate and rename to…
(luanti-voxelibre): … this.
[name, source, arguments, synopsis, description]: Update accordingly.
* gnu/packages/minetest.scm (minetest-mineclone): Adjust deprecation notice
accordingly.

Change-Id: Ic25111325ed032317ac32bf75da2fb086f01970d
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
ColdSideOfYourPillow 2025-08-07 17:11:23 +05:30 committed by Liliana Marie Prikler
parent 7e299cee25
commit 9d80a44dee
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87
2 changed files with 13 additions and 9 deletions

View file

@ -432,14 +432,14 @@ with different rules and mechanics.")
(license (list license:lgpl3 license:cc-by-sa3.0))
(properties `((upstream-name . "Jeija/mesecons"))))))
(define-public luanti-mineclone
(define-public luanti-voxelibre
(package
(name "luanti-mineclone")
(name "luanti-voxelibre")
(version "0.90.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://git.minetest.land/MineClone2/MineClone2")
(url "https://git.minetest.land/VoxeLibre/VoxeLibre")
(commit version)))
(file-name (git-file-name name version))
(sha256
@ -448,14 +448,18 @@ with different rules and mechanics.")
(build-system copy-build-system)
(arguments
`(#:install-plan
'(("." "share/luanti/games/mineclone"))))
(synopsis "Minecraft clone based on Luanti engine")
'(("." "share/luanti/games/voxelibre"))))
(synopsis "A voxel-based sandbox game for Luanti")
(description
"MineClone is a Luanti subgame, that aims to recreate Minecraft as
closely as the engine allows.")
(home-page "https://content.luanti.net/packages/Wuzzy/mineclone2/")
"VoxeLibre is a survival sandbox game for Luanti. Survive, gather,
hunt, mine for ores, build, explore, and do much more. Inspired by
Minecraft, pushing beyond.")
(home-page "https://content.luanti.org/packages/Wuzzy/mineclone2/")
(license license:gpl3+)))
(define-public luanti-mineclone
(deprecated-package "luanti-mineclone" luanti-voxelibre))
(define-public luanti-mobs
(package
(name "luanti-mobs")

View file

@ -57,7 +57,7 @@
(deprecated-package "minetest-mesecons" luanti-mesecons))
(define-public minetest-mineclone
(deprecated-package "minetest-mineclone" luanti-mineclone))
(deprecated-package "minetest-mineclone" luanti-voxelibre))
(define-public minetest-mobs
(deprecated-package "minetest-mobs" luanti-mobs))