guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: roguebox-adventures: Update to 3.0.1.


From: guix-commits
Subject: branch master updated: gnu: roguebox-adventures: Update to 3.0.1.
Date: Sun, 23 Feb 2020 20:33:52 -0500

This is an automated email from the git hooks/post-receive script.

kkebreau pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 98f7904  gnu: roguebox-adventures: Update to 3.0.1.
98f7904 is described below

commit 98f790405c326cde29000e3834a0001ea4dd6d0e
Author: Kei Kebreau <address@hidden>
AuthorDate: Sun Feb 23 20:31:32 2020 -0500

    gnu: roguebox-adventures: Update to 3.0.1.
    
    * gnu/packages/games.scm (roguebox-adventures): Update to 3.0.1.
    [arguments]: Adjust 'build' phase accordingly.
---
 gnu/packages/games.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 2e393da..d46253c 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1388,7 +1388,7 @@ utilizing the art assets from the @code{SuperTux} 
project.")
 (define-public roguebox-adventures
   (package
     (name "roguebox-adventures")
-    (version "2.2.1")
+    (version "3.0.1")
     (source
      (origin
        (method url-fetch)
@@ -1398,7 +1398,7 @@ utilizing the art assets from the @code{SuperTux} 
project.")
        (file-name (string-append name "-" version ".zip"))
        (sha256
         (base32
-         "0kmzdgnik8fsf3bg55546l77p3mfxn2awkzfzzdn20n82rd2babw"))))
+         "05zd03s5w9kcpklfgcggbaa6rwf59nm0q9vcj6gh9v2lh402k067"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f ; no check target
@@ -1424,6 +1424,9 @@ utilizing the art assets from the @code{SuperTux} 
project.")
                   (string-append "'" data "'"))
                  (("^basic_path.*$")
                   (string-append "basic_path ='" data "'\n")))
+               (substitute* "LIB/dialog.py"
+                 (("d_path = os\\.path\\.dirname\\(.*\\)\\)")
+                  (string-append "d_path = '" data "'")))
                (substitute* "LIB/gra_files.py"
                  (("basic_path = b_path\\.replace\\('/LIB',''\\)")
                   (string-append "basic_path ='" data "'\n")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]