mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: roguebox-adventures: Update to 3.0.1.
* gnu/packages/games.scm (roguebox-adventures): Update to 3.0.1. [arguments]: Adjust 'build' phase accordingly.
This commit is contained in:
parent
08fee94d0f
commit
98f790405c
1 changed files with 5 additions and 2 deletions
|
@ -1388,7 +1388,7 @@ (define-public retux
|
||||||
(define-public roguebox-adventures
|
(define-public roguebox-adventures
|
||||||
(package
|
(package
|
||||||
(name "roguebox-adventures")
|
(name "roguebox-adventures")
|
||||||
(version "2.2.1")
|
(version "3.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1398,7 +1398,7 @@ (define-public roguebox-adventures
|
||||||
(file-name (string-append name "-" version ".zip"))
|
(file-name (string-append name "-" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kmzdgnik8fsf3bg55546l77p3mfxn2awkzfzzdn20n82rd2babw"))))
|
"05zd03s5w9kcpklfgcggbaa6rwf59nm0q9vcj6gh9v2lh402k067"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no check target
|
`(#:tests? #f ; no check target
|
||||||
|
@ -1424,6 +1424,9 @@ (define-public roguebox-adventures
|
||||||
(string-append "'" data "'"))
|
(string-append "'" data "'"))
|
||||||
(("^basic_path.*$")
|
(("^basic_path.*$")
|
||||||
(string-append "basic_path ='" data "'\n")))
|
(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"
|
(substitute* "LIB/gra_files.py"
|
||||||
(("basic_path = b_path\\.replace\\('/LIB',''\\)")
|
(("basic_path = b_path\\.replace\\('/LIB',''\\)")
|
||||||
(string-append "basic_path ='" data "'\n")))
|
(string-append "basic_path ='" data "'\n")))
|
||||||
|
|
Loading…
Reference in a new issue