File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -1388,7 +1388,7 @@ utilizing the art assets from the @code{SuperTux} project.")
13881388(define-public roguebox-adventures
13891389 (package
13901390 (name "roguebox-adventures")
1391- (version "2.2 .1")
1391+ (version "3.0 .1")
13921392 (source
13931393 (origin
13941394 (method url-fetch)
@@ -1398,7 +1398,7 @@ utilizing the art assets from the @code{SuperTux} project.")
13981398 (file-name (string-append name "-" version ".zip"))
13991399 (sha256
14001400 (base32
1401- "0kmzdgnik8fsf3bg55546l77p3mfxn2awkzfzzdn20n82rd2babw "))))
1401+ "05zd03s5w9kcpklfgcggbaa6rwf59nm0q9vcj6gh9v2lh402k067 "))))
14021402 (build-system python-build-system)
14031403 (arguments
14041404 `(#:tests? #f ; no check target
@@ -1424,6 +1424,9 @@ utilizing the art assets from the @code{SuperTux} project.")
14241424 (string-append "'" data "'"))
14251425 (("^basic_path.*$")
14261426 (string-append "basic_path ='" data "'\n")))
1427+ (substitute* "LIB/dialog.py"
1428+ (("d_path = os\\.path\\.dirname\\(.*\\)\\)")
1429+ (string-append "d_path = '" data "'")))
14271430 (substitute* "LIB/gra_files.py"
14281431 (("basic_path = b_path\\.replace\\('/LIB',''\\)")
14291432 (string-append "basic_path ='" data "'\n")))
You can’t perform that action at this time.
0 commit comments