unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>
To: 57894@debbugs.gnu.org
Cc: Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>
Subject: [bug#57894] [PATCH 2/3] gnu: Add minetest-naturalslopeslib.
Date: Sun, 18 Sep 2022 13:29:10 +0200	[thread overview]
Message-ID: <20220918112911.2413-2-tona_kosmicznego_smiecia@interia.pl> (raw)
In-Reply-To: <20220918112911.2413-1-tona_kosmicznego_smiecia@interia.pl>

* 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





  reply	other threads:[~2022-09-18 11:30 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-17 23:14 [bug#57894] [PATCH 0/3] Minetest updates, new game Jan Wielkiewicz
2022-09-17 23:14 ` [bug#57896] [PATCH 1/3] gnu: minetest: update to 5.6.0 Jan Wielkiewicz
2022-09-17 23:14 ` [bug#57893] [PATCH 2/3] gnu: Add minetest-naturalslopeslib Jan Wielkiewicz
2022-09-18 11:26   ` bug#57893: Cancelling Jan Wielkiewicz
2022-09-17 23:14 ` [bug#57895] [PATCH 3/3] gnu: Add minetest-exile Jan Wielkiewicz
2022-09-18 11:29 ` [bug#57894] [PATCH 1/3] gnu: minetest: update to 5.6.0 Jan Wielkiewicz
2022-09-18 11:29   ` Jan Wielkiewicz [this message]
2022-09-18 11:29   ` [bug#57894] [PATCH 3/3] gnu: Add minetest-exile Jan Wielkiewicz
2022-09-19 17:00 ` [bug#57894] [PATCH 0/3] Minetest updates, new game Maxime Devos
2022-09-22 20:52   ` Jan Wielkiewicz
2022-09-22 21:16     ` Maxime Devos
2022-09-22 22:09       ` Jan Wielkiewicz
2022-11-18 17:15         ` bug#57894: " Tobias Geerinckx-Rice via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220918112911.2413-2-tona_kosmicznego_smiecia@interia.pl \
    --to=tona_kosmicznego_smiecia@interia.pl \
    --cc=57894@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).