GNU bug report logs - #58201
[PATCH] gnu: augustus: Update to 3.2.0.

Previous Next

Package: guix-patches;

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

Date: Fri, 30 Sep 2022 18:40: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: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: bug#58201: closed (Re: [bug#58201] [PATCH] gnu: augustus: Update
 to 3.2.0.)
Date: Tue, 04 Oct 2022 19:38:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#58201: [PATCH] gnu: augustus: Update to 3.2.0.

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

-- 
58201: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58201
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: Timotej Lazar <timotej.lazar <at> araneo.si>
Cc: 58201-done <at> debbugs.gnu.org
Subject: Re: [bug#58201] [PATCH] gnu: augustus: Update to 3.2.0.
Date: Tue, 04 Oct 2022 21:37:19 +0200
Hello,

Timotej Lazar <timotej.lazar <at> araneo.si> writes:

> * gnu/packages/games.scm (augustus): Update to 3.2.0.
> [inputs]: Add expat.
> [snippet]: Unbundle it. Drop trailing #t.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
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: augustus: Update to 3.2.0.
Date: Fri, 30 Sep 2022 20:38:30 +0200
* gnu/packages/games.scm (augustus): Update to 3.2.0.
[inputs]: Add expat.
[snippet]: Unbundle it. Drop trailing #t.
---
 gnu/packages/games.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 8d569b013f..65375c9acc 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1589,7 +1589,7 @@ (define-public augustus
   (package
     (inherit julius)
     (name "augustus")
-    (version "2.0.1")
+    (version "3.2.0")
     (source
      (origin
        (method git-fetch)
@@ -1598,17 +1598,19 @@ (define-public augustus
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0czazw8mc3fbvdazs2nzvgxd1dpzjc8z5fwiv89vv4nd7laz3jkj"))
+        (base32 "0d1k5279imc17mk3lxn8amc4ljgcj4v6x6lj2w3bph1z0a7a4bim"))
        ;; Remove unused bundled libraries.
        (modules '((guix build utils)))
        (snippet
         '(begin
            (with-directory-excursion "ext"
-             (for-each delete-file-recursively '("dirent" "png" "SDL2" "zlib")))
-           #t))))
+             (for-each delete-file-recursively
+                       '("dirent" "expat" "png" "SDL2" "zlib")))))))
     (arguments
      ;; No tests.  See https://github.com/Keriew/augustus/issues/82.
      `(#:tests? #f))
+    (inputs (modify-inputs (package-inputs julius)
+              (prepend expat)))
     (home-page "https://github.com/Keriew/augustus")
     (synopsis "Re-implementation of Caesar III game engine with gameplay changes")
     (description
-- 
2.37.3




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

Previous Next


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