unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58201] [PATCH] gnu: augustus: Update to 3.2.0.
@ 2022-09-30 18:38 Timotej Lazar
  2022-10-04 19:37 ` bug#58201: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Timotej Lazar @ 2022-09-30 18:38 UTC (permalink / raw)
  To: 58201; +Cc: Timotej Lazar

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#58201: [PATCH] gnu: augustus: Update to 3.2.0.
  2022-09-30 18:38 [bug#58201] [PATCH] gnu: augustus: Update to 3.2.0 Timotej Lazar
@ 2022-10-04 19:37 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-10-04 19:37 UTC (permalink / raw)
  To: Timotej Lazar; +Cc: 58201-done

Hello,

Timotej Lazar <timotej.lazar@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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-04 19:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-30 18:38 [bug#58201] [PATCH] gnu: augustus: Update to 3.2.0 Timotej Lazar
2022-10-04 19:37 ` bug#58201: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).