GNU bug report logs - #56220
[PATCH] gnu: naev: Update to 0.9.3.

Previous Next

Package: guix-patches;

Reported by: Timotej Lazar <timotej.lazar <at> araneo.si>

Date: Sat, 25 Jun 2022 20:03:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

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 56220 in the body.
You can then email your comments to 56220 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#56220; Package guix-patches. (Sat, 25 Jun 2022 20:03:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Timotej Lazar <timotej.lazar <at> araneo.si>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 25 Jun 2022 20:03:01 GMT) Full text and rfc822 format available.

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

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: guix-patches <at> gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH] gnu: naev: Update to 0.9.3.
Date: Sat, 25 Jun 2022 22:02:07 +0200
* gnu/packages/games.scm (naev): Update to 0.9.3. Fix lonely parens.
[source]: Switch to git-fetch.
---
 gnu/packages/games.scm | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 8e6ab03530..93334440a2 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -8033,14 +8033,17 @@ (define-public frotz
 (define-public naev
   (package
     (name "naev")
-    (version "0.9.2")
+    (version "0.9.3")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://github.com/naev/naev/releases/download/v"
-                           version "/naev-" version "-source.tar.xz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/naev/naev")
+             (commit (string-append "v" version))
+             (recursive? #t))) ; for game data
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "1p6424n2rgrlb0h71gvww40vxs1h583d9im8bzgmv6dhgclbg0nl"))))
+        (base32 "0hvgxzvph9s5gdzlj5kjnz2d2j7bi8s11k7i6540837mnppah18j"))))
     (build-system meson-build-system)
     (arguments
      ;; XXX: Do not add debugging symbols, which cause the build to fail.
@@ -8079,8 +8082,7 @@ (define-public naev
                    license:public-domain
                    license:expat        ;edtaa3func.c
                    license:bsd-2        ;distance_field.c
-                   license:bsd-3        ;perlin.c
-                   ))))
+                   license:bsd-3))))    ;perlin.c
 
 (define-public frotz-dumb-terminal
   (package
-- 
2.36.1





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Tue, 28 Jun 2022 22:06:02 GMT) Full text and rfc822 format available.

Notification sent to Timotej Lazar <timotej.lazar <at> araneo.si>:
bug acknowledged by developer. (Tue, 28 Jun 2022 22:06:02 GMT) Full text and rfc822 format available.

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

From: Christopher Baines <mail <at> cbaines.net>
To: Timotej Lazar <timotej.lazar <at> araneo.si>
Cc: 56220-done <at> debbugs.gnu.org
Subject: Re: [bug#56220] [PATCH] gnu: naev: Update to 0.9.3.
Date: Tue, 28 Jun 2022 23:04:49 +0100
[Message part 1 (text/plain, inline)]
Timotej Lazar <timotej.lazar <at> araneo.si> writes:

> * gnu/packages/games.scm (naev): Update to 0.9.3. Fix lonely parens.
> [source]: Switch to git-fetch.
> ---
>  gnu/packages/games.scm | 16 +++++++++-------
>  1 file changed, 9 insertions(+), 7 deletions(-)

Thanks, I've pushed this as aa565e7a10a3d8690a4296f8edf12abaa3c215c5.

Chris
[signature.asc (application/pgp-signature, inline)]

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

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

Previous Next


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