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

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

bug#57893: closed ([PATCH 2/3] gnu: Add minetest-naturalslopeslib.)


From: GNU bug Tracking System
Subject: bug#57893: closed ([PATCH 2/3] gnu: Add minetest-naturalslopeslib.)
Date: Sun, 18 Sep 2022 11:27:02 +0000

Your message dated Sun, 18 Sep 2022 13:26:43 +0200
with message-id <7fb2ba68-cd48-fdd3-6b1a-f468f0b374b0@interia.pl>
and subject line Cancelling
has caused the debbugs.gnu.org bug report #57893,
regarding [PATCH 2/3] gnu: Add minetest-naturalslopeslib.
to be marked as done.

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


-- 
57893: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57893
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 2/3] gnu: Add minetest-naturalslopeslib. Date: Sun, 18 Sep 2022 01:14:25 +0200
* gnu/packages/minetest.scm
(minetest-naturalslopeslib): New variable.
---
 gnu/packages/minetest.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/minetest.scm b/gnu/packages/minetest.scm
index 82c0b352bb..fe1c098095 100644
--- a/gnu/packages/minetest.scm
+++ b/gnu/packages/minetest.scm
@@ -747,3 +747,28 @@ (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-naturalslopeslib
+  (package
+    (name "minetest-naturalslopeslib")
+    (version "1.5")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url
+                     "https://files.creativekara.fr/git/naturalslopeslib.git";)
+                    (commit version)))
+              (sha256
+               (base32
+                "19j223lld415496ppk0q0d4g45hxrvygl3axxlmbvqilflsqp6n0"))
+              (file-name (git-file-name name version))))
+    (build-system minetest-mod-build-system)
+    (home-page
+     "https://www.cupnplategames.com/en/minetest-natural-slopes.html";)
+    ;; also https://content.minetest.net/packages/karamel/naturalslopeslib/
+    (synopsis "Natural slopes library for Minetest")
+    (description
+     "This Minetest mod is a library that adds stair-like nodes from soft
+ground nodes (sand, dirt, gravel...) that may change shape automatically
+according to their surroundings.")
+    (license (list license:lgpl2.1+ license:cc0)))) ;; cc0 for models
-- 
2.37.3




--- End Message ---
--- Begin Message --- Subject: Cancelling Date: Sun, 18 Sep 2022 13:26:43 +0200 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0
Cancelling


--- End Message ---

reply via email to

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