emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59749: closed ([PATCH] gnu: minetest: Add minetest-oneblock.)


From: GNU bug Tracking System
Subject: bug#59749: closed ([PATCH] gnu: minetest: Add minetest-oneblock.)
Date: Thu, 08 Dec 2022 12:04:02 +0000

Your message dated Thu, 08 Dec 2022 13:02:44 +0100
with message-id <87r0xadrx7.fsf@gnu.org>
and subject line Re: bug#59749: [PATCH] gnu: minetest: Add minetest-oneblock.
has caused the debbugs.gnu.org bug report #59749,
regarding [PATCH] gnu: minetest: Add minetest-oneblock.
to be marked as done.

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


-- 
59749: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59749
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: minetest: Add minetest-oneblock. Date: Thu, 1 Dec 2022 21:11:50 +0100 User-agent: Evolution 3.46.0
* 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



--- End Message ---
--- Begin Message --- Subject: Re: bug#59749: [PATCH] gnu: minetest: Add minetest-oneblock. Date: Thu, 08 Dec 2022 13:02:44 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi,

Applied with the changes below, thanks!

Ludo’.

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

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]