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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 59964 in the body.
You can then email your comments to 59964 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#59964; Package guix-patches. (Sun, 11 Dec 2022 13:36:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vivien Kraus <vivien <at> planete-kraus.eu>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 11 Dec 2022 13:36:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 09 Jan 2023 16:31:01 GMT) Full text and rfc822 format available.

Notification sent to Vivien Kraus <vivien <at> planete-kraus.eu>:
bug acknowledged by developer. (Mon, 09 Jan 2023 16:31:01 GMT) Full text and rfc822 format available.

Message #10 received at 59964-done <at> debbugs.gnu.org (full text, mbox):

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 1 (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 2 (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")))))

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 07 Feb 2023 12:24:07 GMT) Full text and rfc822 format available.

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.