unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59964] [PATCH] gnu: Add minetest-wielded-light
@ 2022-12-11 13:23 Vivien Kraus via Guix-patches via
  2023-01-09 16:30 ` bug#59964: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2022-12-11 13:23 UTC (permalink / raw)
  To: 59964

* 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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#59964: [PATCH] gnu: Add minetest-wielded-light
  2022-12-11 13:23 [bug#59964] [PATCH] gnu: Add minetest-wielded-light Vivien Kraus via Guix-patches via
@ 2023-01-09 16:30 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-01-09 16:30 UTC (permalink / raw)
  To: Vivien Kraus; +Cc: 59964-done

[-- Attachment #1: Type: text/plain, Size: 184 bytes --]

Vivien Kraus <vivien@planete-kraus.eu> skribis:

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

Hi!  Applied with the changes below, thanks!

Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 692 bytes --]

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")))))

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-09 16:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-11 13:23 [bug#59964] [PATCH] gnu: Add minetest-wielded-light Vivien Kraus via Guix-patches via
2023-01-09 16:30 ` bug#59964: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).