GNU bug report logs - #58849
[PATCH] gnu: wesnoth: Update to 1.16.6.

Previous Next

Package: guix-patches;

Reported by: "(" <paren <at> disroot.org>

Date: Fri, 28 Oct 2022 23:59:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: "(" <paren <at> disroot.org>
Subject: bug#58849: closed (Re: [bug#58849] [PATCH] gnu: wesnoth: Update
 to 1.16.6.)
Date: Sat, 29 Oct 2022 21:57:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#58849: [PATCH] gnu: wesnoth: Update to 1.16.6.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 58849 <at> debbugs.gnu.org.

-- 
58849: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58849
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: "( via Guix-patches" via <guix-patches <at> gnu.org>
Cc: 58849-done <at> debbugs.gnu.org, "\(" <paren <at> disroot.org>
Subject: Re: [bug#58849] [PATCH] gnu: wesnoth: Update to 1.16.6.
Date: Sat, 29 Oct 2022 23:55:52 +0200
Hello,

"( via Guix-patches" via <guix-patches <at> gnu.org> writes:

> * gnu/packages/games.scm (wesnoth): Update to 1.16.6.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: "(" <paren <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: "\(" <paren <at> disroot.org>
Subject: [PATCH] gnu: wesnoth: Update to 1.16.6.
Date: Sat, 29 Oct 2022 00:57:58 +0100
* gnu/packages/games.scm (wesnoth): Update to 1.16.6.
---
 gnu/packages/games.scm | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 4f82bf710a..56d4ad2d87 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4293,22 +4293,19 @@ (define-public gnujump
 (define-public wesnoth
   (package
     (name "wesnoth")
-    (version "1.16.5")
+    (version "1.16.6")
     (source (origin
-              (method url-fetch)
-              (uri (string-append "mirror://sourceforge/wesnoth/wesnoth-"
-                                  (version-major+minor version)
-                                  "/wesnoth-" version "/"
-                                  "wesnoth-" version ".tar.bz2"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/wesnoth/wesnoth")
+                    (commit version)))
+              (file-name (string-append name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "02pzijbmkgcb8hc4l3f4r3r3mxqda936dp488i9sd9d4m3xdzimh"))))
+                "0hfvxmdnwn86w254blbjacia342j47rhhahm6ca79la9d04rlz3m"))))
     (build-system cmake-build-system)
     (arguments
-     `(#:tests? #f))                    ;no check target
-    (native-inputs
-     `(("gettext" ,gettext-minimal)
-       ("pkg-config" ,pkg-config)))
+     (list #:tests? #f)) ;no test target
     (inputs
      (list boost
            dbus
@@ -4317,6 +4314,9 @@ (define-public wesnoth
            openssl
            pango
            (sdl-union (list sdl2 sdl2-image sdl2-mixer sdl2-ttf))))
+    (native-inputs
+     (list gettext-minimal
+           pkg-config))
     (home-page "https://www.wesnoth.org/")
     (synopsis "Turn-based strategy game")
     (description

base-commit: 0a604c16b34f8147bf18e065e8b30d8d23cd8998
-- 
2.38.0




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

Previous Next


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