GNU bug report logs - #58932
[PATCH] Update minetest

Previous Next

Package: guix-patches;

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

Date: Mon, 31 Oct 2022 22:03:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

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 58932 in the body.
You can then email your comments to 58932 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#58932; Package guix-patches. (Mon, 31 Oct 2022 22:03: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. (Mon, 31 Oct 2022 22:03: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] Update minetest
Date: Mon, 31 Oct 2022 23:02:18 +0100
[Message part 1 (text/plain, inline)]
Dear guix,

Minetest had a new release. I briefly checked that mods load correctly,
and that mineclone looks good. The new dynamic shadows are very
impressive!

Best regards,

Vivien
[0004-gnu-minetest-technic-Update-to-2022-10-30.patch (text/x-patch, attachment)]
[0003-gnu-minetest-mineclone-Update-to-0.80.1.patch (text/x-patch, attachment)]
[0002-gnu-minetest-update-to-5.6.1.patch (text/x-patch, attachment)]
[0001-gnu-irrlicht-for-minetest-update-to-1.9.0.mt8.patch (text/x-patch, attachment)]
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#58932; Package guix-patches. (Tue, 01 Nov 2022 12:02:02 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: 58932 <at> debbugs.gnu.org
Subject: V2: Use modify-inputs
Date: Tue, 01 Nov 2022 13:01:23 +0100
[Message part 1 (text/plain, inline)]
Dear guix,

I was told I could use modify-inputs to add an input to irrlicht-for-
minetest. For convenience, here are all 4 commits again, even if only
the first is changed.

Best regards,

Vivien
[v2-0004-gnu-minetest-technic-Update-to-2022-10-30.patch (text/x-patch, attachment)]
[v2-0003-gnu-minetest-mineclone-Update-to-0.80.1.patch (text/x-patch, attachment)]
[v2-0002-gnu-minetest-update-to-5.6.1.patch (text/x-patch, attachment)]
[v2-0001-gnu-irrlicht-for-minetest-update-to-1.9.0.mt8.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#58932; Package guix-patches. (Sat, 05 Nov 2022 11:50:02 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: 58932 <at> debbugs.gnu.org
Subject: [PATCH v3 2/4] gnu: minetest: update to 5.6.1.
Date: Mon, 31 Oct 2022 22:43:39 +0100
* gnu/packages/minetest.scm (minetest): Update to 5.6.1.
---
 gnu/packages/minetest.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/minetest.scm b/gnu/packages/minetest.scm
index fd0dbec6a2..7f8caa6701 100644
--- a/gnu/packages/minetest.scm
+++ b/gnu/packages/minetest.scm
@@ -53,7 +53,7 @@ (define-module (gnu packages minetest)
 (define-public minetest
   (package
     (name "minetest")
-    (version "5.5.1")
+    (version "5.6.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -62,7 +62,7 @@ (define-public minetest
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "042v71gkk0xfixcsn82az2fri0n28fgf9d2zcz31bijqmg5q7imj"))
+                "1bgk369n7r52vh3hdngrlf98k3v84ch2qp341xhs53ixrns2crfn"))
               (modules '((guix build utils)))
               (snippet
                '(begin
@@ -166,7 +166,7 @@ (define minetest-data
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "12cpaiww148szvnrc8r8cffwvl33smnrl7k29sh401yv0pbqi3j8"))))
+                "1w0vdk6a1rhsfwyfviayfwsyqbzwikqazkgbrfl39anf3a50rvv1"))))
     (build-system copy-build-system)
     (arguments
      (list #:install-plan
-- 
2.38.0




Information forwarded to guix-patches <at> gnu.org:
bug#58932; Package guix-patches. (Sat, 05 Nov 2022 11:51:02 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: 58932 <at> debbugs.gnu.org
Subject: [PATCH v3 4/4] gnu: minetest-technic: Update to 2022-10-30.
Date: Mon, 31 Oct 2022 22:44:31 +0100
* gnu/packages/minetest.scm (minetest-technic): Update to 2022-10-30 (found a
commit with that date).
---
 gnu/packages/minetest.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/minetest.scm b/gnu/packages/minetest.scm
index 7e0ec3ca21..f5671241a7 100644
--- a/gnu/packages/minetest.scm
+++ b/gnu/packages/minetest.scm
@@ -508,15 +508,15 @@ (define-public minetest-technic
     (name "minetest-technic")
     ;; Upstream doesn't keep version numbers, so use the release
     ;; date on ContentDB instead.
-    (version "2022-02-06")
+    (version "2022-10-30")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/minetest-mods/technic")
-             (commit "d2b68a6bef53e34e166deadd64e02b58bcae59a1")))
+             (commit "6a9dfec36f7265f9328fe378732417d9b57060b4")))
        (sha256
-        (base32 "0vmi1y39q0x39s9w0hhgi979a4hf6n1ah5jaazjvmjf02pjcvvy1"))
+        (base32 "0ng1aklm02n2lbar345yf88g3alzvnh0m0s5rb2bcw2k5lib8468"))
        (file-name (git-file-name name version))))
     (build-system minetest-mod-build-system)
     (propagated-inputs
-- 
2.38.0




Information forwarded to guix-patches <at> gnu.org:
bug#58932; Package guix-patches. (Sat, 05 Nov 2022 11:51:02 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: 58932 <at> debbugs.gnu.org
Subject: [PATCH v3 3/4] gnu: minetest-mineclone: Update to 0.80.1.
Date: Mon, 31 Oct 2022 22:44:06 +0100
* gnu/packages/minetest.scm (minetest-mineclone): Update to 0.80.1.
---
 gnu/packages/minetest.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/minetest.scm b/gnu/packages/minetest.scm
index 7f8caa6701..7e0ec3ca21 100644
--- a/gnu/packages/minetest.scm
+++ b/gnu/packages/minetest.scm
@@ -395,7 +395,7 @@ (define-public minetest-mesecons
 (define-public minetest-mineclone
   (package
     (name "minetest-mineclone")
-    (version "0.75.0")
+    (version "0.80.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -404,7 +404,7 @@ (define-public minetest-mineclone
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "10apja8bp8wmrbjlxg3gvrw5bdc8mizcngvnfi2ff790f6bsc5ip"))))
+                "0ndgzasjmj8397bb3y2aqalx9v72llwgvp9pv05mms3chpji2675"))))
     (build-system copy-build-system)
     (arguments
      `(#:install-plan
-- 
2.38.0




Information forwarded to guix-patches <at> gnu.org:
bug#58932; Package guix-patches. (Sat, 05 Nov 2022 11:51:03 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: 58932 <at> debbugs.gnu.org
Subject: [PATCH v3 1/4] gnu: irrlicht-for-minetest: update to 1.9.0.mt8
Date: Mon, 31 Oct 2022 22:42:38 +0100
* gnu/packages/games.scm (irrlicht-for-minetest): Update to 1.9.0.mt8.
[inputs]: Add libxi (xinput).
---
 gnu/packages/games.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 0a41840847..c365558321 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3658,7 +3658,7 @@ (define-public irrlicht-for-minetest
   (package
     (inherit irrlicht)
     (name "irrlicht-for-minetest")
-    (version "1.9.0mt5")
+    (version "1.9.0mt8")
     (source
      (origin
        (method git-fetch)
@@ -3667,11 +3667,14 @@ (define-public irrlicht-for-minetest
              (commit version)))
        (sha256
         (base32
-         "1jxk1x0f60n8lrz8a6x62aj2pqg0qnbajsld3lqncvwsfbi0xjx1"))))
+         "1646pj40dqkzbbc2lxzbmq2pjyrkgggbi2lah6pa5mv420p402kg"))))
     (build-system cmake-build-system)
     (arguments
      ;; No check target.
-     (list #:tests? #f))))
+     (list #:tests? #f))
+    (inputs
+     (modify-inputs (package-inputs irrlicht)
+       (prepend libxi)))))
 
 (define-public mars
   ;; The latest release on SourceForge relies on an unreleased version of SFML

base-commit: 84d239599a10f31e7d414d962ae25888ab21165c
-- 
2.38.0




Information forwarded to guix-patches <at> gnu.org:
bug#58932; Package guix-patches. (Sat, 05 Nov 2022 12:01:02 GMT) Full text and rfc822 format available.

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

From: "(" <paren <at> disroot.org>
To: "Vivien Kraus" <vivien <at> planete-kraus.eu>, <58932 <at> debbugs.gnu.org>
Subject: Re: [bug#58932] [PATCH] Update minetest
Date: Sat, 05 Nov 2022 12:00:01 +0000
v3 LGTM! :)

    -- (




Reply sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
You have taken responsibility. (Sat, 05 Nov 2022 17:05:01 GMT) Full text and rfc822 format available.

Notification sent to Vivien Kraus <vivien <at> planete-kraus.eu>:
bug acknowledged by developer. (Sat, 05 Nov 2022 17:05:01 GMT) Full text and rfc822 format available.

Message #28 received at 58932-done <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: "(" <paren <at> disroot.org>, Vivien Kraus <vivien <at> planete-kraus.eu>, 
 58932-done <at> debbugs.gnu.org
Subject: Re: [bug#58932] [PATCH] Update minetest
Date: Sat, 05 Nov 2022 18:04:27 +0100
Am Samstag, dem 05.11.2022 um 12:00 +0000 schrieb (:
> v3 LGTM! :)
> 
>     -- (
Agreed and pushed.

Cheers




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

This bug report was last modified 2 years and 249 days ago.

Previous Next


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