GNU bug report logs - #62035
[PATCH] gnu: warzone2100: Update to 4.3.3.

Previous Next

Package: guix-patches;

Reported by: Kjartan Oli Agustsson <kjartanoli <at> outlook.com>

Date: Tue, 7 Mar 2023 13:39:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

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: Kjartan Oli Agustsson <kjartanoli <at> outlook.com>
Subject: bug#62035: closed (Re: [bug#62035] [PATCH] gnu: warzone2100:
 Update to 4.3.3.)
Date: Tue, 07 Mar 2023 22:36:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62035: [PATCH] gnu: warzone2100: Update to 4.3.3.

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 62035 <at> debbugs.gnu.org.

-- 
62035: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62035
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Kjartan Oli Agustsson <kjartanoli <at> outlook.com>
Cc: 62035-done <at> debbugs.gnu.org
Subject: Re: [bug#62035] [PATCH] gnu: warzone2100: Update to 4.3.3.
Date: Tue, 7 Mar 2023 17:35:04 -0500
On Tue, Mar 07, 2023 at 01:33:07PM +0000, Kjartan Oli Agustsson wrote:
> * gnu/packages/games.scm (warzone2100): Update to 4.3.3.
> [native-inputs]: Drop labels.
> [inputs]: Add opus.
> Drop labels.

Thanks! Pushed as 4f7ba4bee4ed362b6d7f560ea455c521b9ed2753

[Message part 3 (message/rfc822, inline)]
From: Kjartan Oli Agustsson <kjartanoli <at> outlook.com>
To: guix-patches <at> gnu.org
Cc: Kjartan Oli Agustsson <kjartanoli <at> outlook.com>
Subject: [PATCH] gnu: warzone2100: Update to 4.3.3.
Date: Tue,  7 Mar 2023 13:33:07 +0000
* gnu/packages/games.scm (warzone2100): Update to 4.3.3.
[native-inputs]: Drop labels.
[inputs]: Add opus.
Drop labels.
---
 gnu/packages/games.scm | 53 +++++++++++++++++++++---------------------
 1 file changed, 27 insertions(+), 26 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 605a23a405..2946c787af 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5267,7 +5267,7 @@ (define-public tennix
 (define-public warzone2100
   (package
     (name "warzone2100")
-    (version "4.0.1")
+    (version "4.3.3")
     (source
      (origin
        (method url-fetch)
@@ -5275,7 +5275,7 @@ (define-public warzone2100
                            version
                            "/warzone2100_src.tar.xz"))
        (sha256
-        (base32 "1f8a4kflslsjl8jrryhwg034h1yc9y3y1zmllgww3fqkz3aj4xik"))
+        (base32 "17p58wxwva0qp267hm1alas52jd9h74494wh01ahz880hscbjg1w"))
        (modules '((guix build utils)))
        (snippet
         '(begin
@@ -5312,31 +5312,32 @@ (define-public warzone2100
                 (string-append "iV_DrawTextRotated(\"Press ESC to exit.\", "
                                "100, 100, 0.0f, font_regular);")))
              #t)))))
-    (native-inputs `(("asciidoc" ,asciidoc)
-                     ("asciidoctor" ,ruby-asciidoctor)
-                     ("gettext" ,gettext-minimal)
-                     ("pkg-config" ,pkg-config)
-                     ("unzip" ,unzip)
+    (native-inputs (list asciidoc
+                     ruby-asciidoctor
+                     gettext-minimal
+                     pkg-config
+                     unzip
                      ;; 7z is used to create .zip archive, not `zip' as in version 3.2.*.
-                     ("p7zip" ,p7zip)))
-    (inputs `(("curl" ,curl)
-              ("fontconfig" ,fontconfig)
-              ("freetype" ,freetype)
-              ("glew" ,glew)
-              ("harfbuzz" ,harfbuzz)
-              ("libtheora" ,libtheora)
-              ("libvorbis" ,libvorbis)
-              ("libxrandr" ,libxrandr)
-              ("libsodium" ,libsodium)
-              ("miniupnpc" ,miniupnpc)
-              ("openal" ,openal)
-              ("physfs" ,physfs)
-              ("qtbase" ,qtbase-5)
-              ("qtscript" ,qtscript)
-              ("openssl" ,openssl)
-              ("sdl2" ,sdl2)
-              ("sqlite" ,sqlite)
-              ("utfcpp" ,utfcpp)))
+                     p7zip))
+    (inputs (list opus
+                  curl
+                  fontconfig
+                  freetype
+                  glew
+                  harfbuzz
+                  libtheora
+                  libvorbis
+                  libxrandr
+                  libsodium
+                  miniupnpc
+                  openal
+                  physfs
+                  qtbase-5
+                  qtscript
+                  openssl
+                  sdl2
+                  sqlite
+                  utfcpp))
     (home-page "https://wz2100.net")
     (synopsis "3D Real-time strategy and real-time tactics game")
     (description

base-commit: aa0b1c97f2bb8fff0c993b6326bb1227ca330f7f
-- 
2.39.1




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

Previous Next


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