GNU bug report logs - #59964
[PATCH] gnu: Add minetest-wielded-light

Previous Next

Package: guix-patches;

Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>

Date: Sun, 11 Dec 2022 13:36:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#59964: closed ([PATCH] gnu: Add minetest-wielded-light)
Date: Mon, 09 Jan 2023 16:31:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 09 Jan 2023 17:30:21 +0100
with message-id <87zgarr7qa.fsf <at> gnu.org>
and subject line Re: bug#59964: [PATCH] gnu: Add minetest-wielded-light
has caused the debbugs.gnu.org bug report #59964,
regarding [PATCH] gnu: Add minetest-wielded-light
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
59964: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59964
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add minetest-wielded-light
Date: Sun, 11 Dec 2022 14:23:26 +0100
* gnu/packages/minetest.scm (minetest-wielded-light): New variable.
---
 gnu/packages/minetest.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/minetest.scm b/gnu/packages/minetest.scm
index 0f017217de..4e473c9d2b 100644
--- a/gnu/packages/minetest.scm
+++ b/gnu/packages/minetest.scm
@@ -769,3 +769,23 @@ (define-public minetest-oneblock
 block or item from the oneblock to expand the island!")
     (license license:gpl3+)
     (properties `((upstream-name . "NO11/oneblock")))))
+
+(define-public minetest-wielded-light
+  (package
+    (name "minetest-wielded-light")
+    (version "2022-06-24")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/minetest-mods/wielded_light")
+                    (commit "b5236562af9772dff8522fe2bda5b5f738e81b88")))
+              (sha256
+               (base32
+                "0m5rf8wkc9iq04xppjfva9d83qmhlnx8fibdbi2d3pkwwl6p2y5c"))
+              (file-name (git-file-name name version))))
+    (build-system minetest-mod-build-system)
+    (home-page (minetest-topic 19378))
+    (synopsis "Adds shining for wielded and dropped items")
+    (description "All bright nodes lighten the player environment if wielded.")
+    (license license:gpl3)
+    (properties `((upstream-name . "bell07/wielded_light")))))

base-commit: 0ce1f82e5aaac951b21d579eb46bf75cfe6713c0
-- 
2.38.1


[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Vivien Kraus <vivien <at> planete-kraus.eu>
Cc: 59964-done <at> debbugs.gnu.org
Subject: Re: bug#59964: [PATCH] gnu: Add minetest-wielded-light
Date: Mon, 09 Jan 2023 17:30:21 +0100
[Message part 4 (text/plain, inline)]
Vivien Kraus <vivien <at> planete-kraus.eu> skribis:

> * gnu/packages/minetest.scm (minetest-wielded-light): New variable.

Hi!  Applied with the changes below, thanks!

Ludo’.

[Message part 5 (text/x-patch, inline)]
diff --git a/gnu/packages/minetest.scm b/gnu/packages/minetest.scm
index 4e473c9d2b..0ee6690826 100644
--- a/gnu/packages/minetest.scm
+++ b/gnu/packages/minetest.scm
@@ -786,6 +786,8 @@ (define-public minetest-wielded-light
     (build-system minetest-mod-build-system)
     (home-page (minetest-topic 19378))
     (synopsis "Adds shining for wielded and dropped items")
-    (description "All bright nodes lighten the player environment if wielded.")
-    (license license:gpl3)
+    (description
+     "With this Minetest extension, all bright nodes lighten the player
+environment if wielded.")
+    (license license:gpl3+)
     (properties `((upstream-name . "bell07/wielded_light")))))

This bug report was last modified 2 years and 215 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.