[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49828] [PATCH v3 09/20] gnu: Add minetest-unifieddyes.
From: |
Maxime Devos |
Subject: |
[bug#49828] [PATCH v3 09/20] gnu: Add minetest-unifieddyes. |
Date: |
Tue, 10 Aug 2021 17:07:23 +0200 |
* gnu/packages/minetest.scm (minetest-unifieddyes): New variable.
---
gnu/packages/minetest.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/minetest.scm b/gnu/packages/minetest.scm
index 97d4d3c9ac..8b9eb30a6a 100644
--- a/gnu/packages/minetest.scm
+++ b/gnu/packages/minetest.scm
@@ -85,3 +85,32 @@ with different rules and mechanics.")
;; <https://github.com/minetest-mods/mesecons/issues/575>.
(license (list license:lgpl3+ license:cc-by-sa3.0))
(properties `((upstream-name . "Jeija/mesecons"))))))
+
+(define-public minetest-unifieddyes
+ (package
+ (name "minetest-unifieddyes")
+ ;; Upstream uses dates as version numbers.
+ (version "2021-04-20-1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.com/VanessaE/unifieddyes")
+ (commit "ff3b2d30fa0df5c7181fdd401b989de6271c3bb3")))
+ (sha256
+ (base32
+ "0rba9n192xcpmxwnq7ixb6mn32gkpic247j3w4mwinrqcyscacsv"))
+ (file-name (git-file-name name version))))
+ (build-system minetest-mod-build-system)
+ (propagated-inputs
+ `(("minetest-basic-materials" ,minetest-basic-materials)))
+ (home-page (minetest-topic 2178))
+ (synopsis
+ "Unified Dyes expands the standard dye set of Minetest to up to 256
colours")
+ (description "The purpose of this mod originally was to supply a complete
+set of colours for Minetest mod authors to use for colourised nodes or
+reference in recipes. Since the advent of the default dyes mod in the standard
+Minetest game, this mod has become an extension of the default mod an a library
+for general colour handling.")
+ (license license:gpl2+)
+ (properties `((upstream-name . "VanessaE/unifieddyes")))))
--
2.32.0
- [bug#49828] [PATCH 06/20] guix: Add ContentDB importer., (continued)
- [bug#49828] [PATCH 06/20] guix: Add ContentDB importer., Leo Prikler, 2021/08/10
- [bug#49828] [PATCH v3 00/20] Add minetest mods, Maxime Devos, 2021/08/10
- [bug#49828] [PATCH v3 01/20] gnu: minetest: Respect --without-tests., Maxime Devos, 2021/08/10
- [bug#49828] [PATCH v3 03/20] gnu: minetest: New package module., Maxime Devos, 2021/08/10
- [bug#49828] [PATCH v3 02/20] gnu: minetest: Search for mods in MINETEST_MOD_PATH., Maxime Devos, 2021/08/10
- bug#49828: [PATCH v3 02/20] gnu: minetest: Search for mods in MINETEST_MOD_PATH., Leo Prikler, 2021/08/20
- [bug#49828] [PATCH v3 05/20] import/utils: Recognise GPL-3.0-or-later and friends., Maxime Devos, 2021/08/10
- [bug#49828] [PATCH v3 07/20] gnu: Add minetest-mesecons., Maxime Devos, 2021/08/10
- [bug#49828] [PATCH v3 08/20] gnu: Add minetest-basic-materials., Maxime Devos, 2021/08/10
- [bug#49828] [PATCH v3 04/20] build-system: Add 'minetest-mod-build-system'., Maxime Devos, 2021/08/10
- [bug#49828] [PATCH v3 09/20] gnu: Add minetest-unifieddyes.,
Maxime Devos <=
- [bug#49828] [PATCH v3 11/20] gnu: Add minetest-coloredwood., Maxime Devos, 2021/08/10
- [bug#49828] [PATCH v3 10/20] gnu: Add minetest-pipeworks., Maxime Devos, 2021/08/10
- [bug#49828] [PATCH v3 06/20] guix: Add ContentDB importer., Maxime Devos, 2021/08/10
- [bug#49828] [PATCH v3 12/20] gnu: Add minetest-ethereal., Maxime Devos, 2021/08/10
- [bug#49828] [PATCH v3 13/20] gnu: Add minetest-technic., Maxime Devos, 2021/08/10
- [bug#49828] [PATCH v3 17/20] gnu: Add minetest-worldedit., Maxime Devos, 2021/08/10
- [bug#49828] [PATCH v3 14/20] gnu: Add minetest-throwing., Maxime Devos, 2021/08/10
- [bug#49828] [PATCH v3 18/20] gnu: Add minetest-mobs., Maxime Devos, 2021/08/10
- [bug#49828] [PATCH v3 19/20] gnu: Add minetest-mobs-animal., Maxime Devos, 2021/08/10
- [bug#49828] [PATCH v3 20/20] gnu: Add minetest-homedecor-modpack., Maxime Devos, 2021/08/10