GNU bug report logs - #59749
[PATCH] gnu: minetest: Add minetest-oneblock.

Previous Next

Package: guix-patches;

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

Date: Thu, 1 Dec 2022 20:49:02 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 59749 in the body.
You can then email your comments to 59749 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#59749; Package guix-patches. (Thu, 01 Dec 2022 20:49:02 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. (Thu, 01 Dec 2022 20:49:02 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: minetest: Add minetest-oneblock.
Date: Thu, 1 Dec 2022 21:11:50 +0100
* 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




Information forwarded to guix-patches <at> gnu.org:
bug#59749; Package guix-patches. (Thu, 01 Dec 2022 21:01:02 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: 59749 <at> debbugs.gnu.org
Subject: Please add minetest-oneblock
Date: Thu, 01 Dec 2022 22:00:06 +0100
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




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 08 Dec 2022 12:04:02 GMT) Full text and rfc822 format available.

Notification sent to Vivien Kraus <vivien <at> planete-kraus.eu>:
bug acknowledged by developer. (Thu, 08 Dec 2022 12:04:02 GMT) Full text and rfc822 format available.

Message #13 received at 59749-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: 59749-done <at> debbugs.gnu.org
Subject: Re: bug#59749: [PATCH] gnu: minetest: Add minetest-oneblock.
Date: Thu, 08 Dec 2022 13:02:44 +0100
[Message part 1 (text/plain, inline)]
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 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")))))

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

This bug report was last modified 1 year and 83 days ago.

Previous Next


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