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

View file

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