unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59749] [PATCH] gnu: minetest: Add minetest-oneblock.
@ 2022-12-01 20:11 Vivien Kraus via Guix-patches via
  2022-12-01 21:00 ` [bug#59749] Please add minetest-oneblock Vivien Kraus via Guix-patches via
  2022-12-08 12:02 ` bug#59749: [PATCH] gnu: minetest: Add minetest-oneblock Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2022-12-01 20:11 UTC (permalink / raw)
  To: 59749

* gnu/packages/minetest.scm (minetest-oneblock): New variable.
---
 gnu/packages/minetest.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/minetest.scm b/gnu/packages/minetest.scm
index f5671241a7..2c26ab08a8 100644
--- a/gnu/packages/minetest.scm
+++ b/gnu/packages/minetest.scm
@@ -746,3 +746,25 @@ (define-public minetest-basic-trains
 advtrains up to version 2.2.1.")
     (license (list license:cc-by-sa3.0 license:agpl3+))
     (properties `((upstream-name . "orwell/basic_trains")))))
+
+(define-public minetest-oneblock
+  (package
+    (name "minetest-oneblock")
+    (version "2022-09-01")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/NO411/oneblock")
+                    (commit "3582c825137e61b3d2ae3d60b8b9746acd6dfe3d")))
+              (sha256
+               (base32
+                "1pkdrj99qqwmz7c86w2mh081ynyxhiwv2rl01xjm1wfpazx5zhdg"))
+              (file-name (git-file-name name version))))
+    (build-system minetest-mod-build-system)
+    (home-page "https://github.com/NO411/oneblock")
+    (synopsis "Build your island in the sky with random items!")
+    (description
+     "Build your island in the sky.  Every 30 seconds you will receive a random
+block or item from the oneblock to expand the island!")
+    (license license:gpl3)
+    (properties `((upstream-name . "NO11/oneblock")))))

base-commit: c7793b82efd3383a9f7adf0dfa82d71ee032e41b
-- 
2.38.1




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

* [bug#59749] Please add minetest-oneblock
  2022-12-01 20:11 [bug#59749] [PATCH] gnu: minetest: Add minetest-oneblock Vivien Kraus via Guix-patches via
@ 2022-12-01 21:00 ` Vivien Kraus via Guix-patches via
  2022-12-08 12:02 ` bug#59749: [PATCH] gnu: minetest: Add minetest-oneblock Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2022-12-01 21:00 UTC (permalink / raw)
  To: 59749

Dear guix,

oneblock is a Minetest mod where you sit on top of an indestructible
block that generates random objects of the game every 30 seconds. It is
very fun to play, especially when you have many many mods. It’s slow to
start, because getting wood is rare enough that making a chest takes
time. Other than that, it is pretty fun!

Best regards,

Vivien




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

* bug#59749: [PATCH] gnu: minetest: Add minetest-oneblock.
  2022-12-01 20:11 [bug#59749] [PATCH] gnu: minetest: Add minetest-oneblock Vivien Kraus via Guix-patches via
  2022-12-01 21:00 ` [bug#59749] Please add minetest-oneblock Vivien Kraus via Guix-patches via
@ 2022-12-08 12:02 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2022-12-08 12:02 UTC (permalink / raw)
  To: Vivien Kraus; +Cc: 59749-done

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

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: 761 bytes --]

diff --git a/gnu/packages/minetest.scm b/gnu/packages/minetest.scm
index 2c26ab08a8..74c8475240 100644
--- a/gnu/packages/minetest.scm
+++ b/gnu/packages/minetest.scm
@@ -764,7 +764,8 @@ (define-public minetest-oneblock
     (home-page "https://github.com/NO411/oneblock")
     (synopsis "Build your island in the sky with random items!")
     (description
-     "Build your island in the sky.  Every 30 seconds you will receive a random
+     "This package provides an extension of the Minetest game that lets you
+build your island in the sky.  Every 30 seconds you will receive a random
 block or item from the oneblock to expand the island!")
-    (license license:gpl3)
+    (license license:gpl3+)
     (properties `((upstream-name . "NO11/oneblock")))))

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

end of thread, other threads:[~2022-12-08 12:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-01 20:11 [bug#59749] [PATCH] gnu: minetest: Add minetest-oneblock Vivien Kraus via Guix-patches via
2022-12-01 21:00 ` [bug#59749] Please add minetest-oneblock Vivien Kraus via Guix-patches via
2022-12-08 12:02 ` bug#59749: [PATCH] gnu: minetest: Add minetest-oneblock 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).