unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68644] [PATCH 1/2] gnu: python-pygame-sdl2: Update to 2.1.0+renpy8.2.0.
  2024-01-21 19:29 [bug#68644] [PATCH 0/2] Update Ren'py to 8.2.0 Liliana Marie Prikler
@ 2024-01-21 19:26 ` Liliana Marie Prikler
  2024-01-21 19:26 ` [bug#68644] [PATCH 2/2] gnu: python-renpy: Update to 8.2.0 Liliana Marie Prikler
  2024-02-17  9:33 ` [bug#68644] [PATCH v2 1/2] gnu: python-pygame-sdl2: Update to 2.1.0+renpy8.2.0 Liliana Marie Prikler
  2 siblings, 0 replies; 6+ messages in thread
From: Liliana Marie Prikler @ 2024-01-21 19:26 UTC (permalink / raw)
  To: 68644

* gnu/packages/game-development.scm (python-pygame-sdl2): Update to
2.1.0+renpy8.2.0.
---
 gnu/packages/game-development.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index ea1adf0ecf..487dab1e34 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1344,7 +1344,7 @@ (define-public python-pygame
 
 (define-public python-pygame-sdl2
   (let ((real-version "2.1.0")
-        (renpy-version "8.1.3"))
+        (renpy-version "8.2.0"))
     (package
       (inherit python-pygame)
       (name "python-pygame-sdl2")
@@ -1354,7 +1354,7 @@ (define-public python-pygame-sdl2
          (method url-fetch)
          (uri (string-append "https://www.renpy.org/dl/" renpy-version
                              "/pygame_sdl2-" version ".tar.gz"))
-         (sha256 (base32 "0qlprs9n3w254ilizqzvr6s01zx72gh7an0bgwxsq4hm22qypdws"))
+         (sha256 (base32 "0w7imwxz8cvfv1l8v74abw8wbpribd5rhqhrmnh7z5if9ggs6pxw"))
          (modules '((guix build utils)))
          (snippet
           '(begin
-- 
2.41.0





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

* [bug#68644] [PATCH 2/2] gnu: python-renpy: Update to 8.2.0.
  2024-01-21 19:29 [bug#68644] [PATCH 0/2] Update Ren'py to 8.2.0 Liliana Marie Prikler
  2024-01-21 19:26 ` [bug#68644] [PATCH 1/2] gnu: python-pygame-sdl2: Update to 2.1.0+renpy8.2.0 Liliana Marie Prikler
@ 2024-01-21 19:26 ` Liliana Marie Prikler
  2024-01-28 17:19   ` Liliana Marie Prikler
  2024-02-17  9:33 ` [bug#68644] [PATCH v2 1/2] gnu: python-pygame-sdl2: Update to 2.1.0+renpy8.2.0 Liliana Marie Prikler
  2 siblings, 1 reply; 6+ messages in thread
From: Liliana Marie Prikler @ 2024-01-21 19:26 UTC (permalink / raw)
  To: 68644

* gnu/packages/game-development.scm (python-renpy): Update to 8.2.0.
---
 gnu/packages/game-development.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 487dab1e34..3697f1391c 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1395,7 +1395,7 @@ (define-public python-pygame-sdl2
 (define-public python-renpy
   (package
     (name "python-renpy")
-    (version "8.1.3")
+    (version "8.2.0")
     (source
      (origin
        (method url-fetch)
@@ -1403,7 +1403,7 @@ (define-public python-renpy
                            "/renpy-" version "-source.tar.bz2"))
        (sha256
         (base32
-         "1g6fz5dxp7yxhgv6q4brzf5hpfqq3l1g3dfv3fsiwwn6mj0b01z2"))
+         "19b2vwzk7fkiqayib5hdl8y18cqvn0r4xaa983gyzibb838rq1qy"))
        (modules '((guix build utils)))
        (snippet
         #~(begin
-- 
2.41.0





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

* [bug#68644] [PATCH 0/2] Update Ren'py to 8.2.0
@ 2024-01-21 19:29 Liliana Marie Prikler
  2024-01-21 19:26 ` [bug#68644] [PATCH 1/2] gnu: python-pygame-sdl2: Update to 2.1.0+renpy8.2.0 Liliana Marie Prikler
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Liliana Marie Prikler @ 2024-01-21 19:29 UTC (permalink / raw)
  To: 68644

Hi Guix,

here's your regular old Ren'py update.  Have fun with it.

Liliana Marie Prikler (2):
  gnu: python-pygame-sdl2: Update to 2.1.0+renpy8.2.0.
  gnu: python-renpy: Update to 8.2.0.

 gnu/packages/game-development.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


base-commit: 121de47decc1029c06f6e46e5f06d7fefe8e85ec
prerequisite-patch-id: b8b060a63ccebca69cb970e3dcdfdcb9fc96f485
prerequisite-patch-id: 8ee3d286b7b136de85b02e00d97443c95c7f29ff
-- 
2.41.0





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

* [bug#68644] [PATCH 2/2] gnu: python-renpy: Update to 8.2.0.
  2024-01-21 19:26 ` [bug#68644] [PATCH 2/2] gnu: python-renpy: Update to 8.2.0 Liliana Marie Prikler
@ 2024-01-28 17:19   ` Liliana Marie Prikler
  0 siblings, 0 replies; 6+ messages in thread
From: Liliana Marie Prikler @ 2024-01-28 17:19 UTC (permalink / raw)
  To: 68644

Am Sonntag, dem 21.01.2024 um 20:26 +0100 schrieb Liliana Marie
Prikler:
> * gnu/packages/game-development.scm (python-renpy): Update to 8.2.0.
> ---
Turns out both this and the other thing were yanked and I need to
update the hashes…




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

* [bug#68644] [PATCH v2 1/2] gnu: python-pygame-sdl2: Update to 2.1.0+renpy8.2.0.
  2024-01-21 19:29 [bug#68644] [PATCH 0/2] Update Ren'py to 8.2.0 Liliana Marie Prikler
  2024-01-21 19:26 ` [bug#68644] [PATCH 1/2] gnu: python-pygame-sdl2: Update to 2.1.0+renpy8.2.0 Liliana Marie Prikler
  2024-01-21 19:26 ` [bug#68644] [PATCH 2/2] gnu: python-renpy: Update to 8.2.0 Liliana Marie Prikler
@ 2024-02-17  9:33 ` Liliana Marie Prikler
  2024-02-17  9:34   ` [bug#68644] [PATCH v2 2/2] gnu: renpy: Update to 8.2.0 Liliana Marie Prikler
  2 siblings, 1 reply; 6+ messages in thread
From: Liliana Marie Prikler @ 2024-02-17  9:33 UTC (permalink / raw)
  To: 68644; +Cc: msglm, iyzsong

* gnu/packages/game-development.scm (python-pygame-sdl2): Update to
2.1.0+renpy8.2.0.
---
 gnu/packages/game-development.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 78fd42518e..614fc7a85f 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1344,7 +1344,7 @@ (define-public python-pygame
 
 (define-public python-pygame-sdl2
   (let ((real-version "2.1.0")
-        (renpy-version "8.1.3"))
+        (renpy-version "8.2.0"))
     (package
       (inherit python-pygame)
       (name "python-pygame-sdl2")
@@ -1354,7 +1354,7 @@ (define-public python-pygame-sdl2
          (method url-fetch)
          (uri (string-append "https://www.renpy.org/dl/" renpy-version
                              "/pygame_sdl2-" version ".tar.gz"))
-         (sha256 (base32 "0qlprs9n3w254ilizqzvr6s01zx72gh7an0bgwxsq4hm22qypdws"))
+         (sha256 (base32 "17mc39c7ha83kzv2wmq61a15mn6p8wh2y33ixhf5sb4bvyr48mhy"))
          (modules '((guix build utils)))
          (snippet
           '(begin

base-commit: 7142f6df77bfac4fdc8da65a7caae915df945a8b
-- 
2.41.0





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

* [bug#68644] [PATCH v2 2/2] gnu: renpy: Update to 8.2.0.
  2024-02-17  9:33 ` [bug#68644] [PATCH v2 1/2] gnu: python-pygame-sdl2: Update to 2.1.0+renpy8.2.0 Liliana Marie Prikler
@ 2024-02-17  9:34   ` Liliana Marie Prikler
  0 siblings, 0 replies; 6+ messages in thread
From: Liliana Marie Prikler @ 2024-02-17  9:34 UTC (permalink / raw)
  To: 68644; +Cc: msglm, iyzsong

* gnu/packages/aux-files/renpy/renpy.in (path-to-saves): Honour
RENPY_PATH_TO_SAVES.
(path_to_logdir, predefined_searchpath): New procedures.
* gnu/packages/game-development.scm (python-renpy): Update to 8.2.0.
---
 gnu/packages/aux-files/renpy/renpy.in | 22 +++++++++++++++++++++-
 gnu/packages/game-development.scm     |  4 ++--
 2 files changed, 23 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/aux-files/renpy/renpy.in b/gnu/packages/aux-files/renpy/renpy.in
index 9115d9aee3..deef297aa2 100644
--- a/gnu/packages/aux-files/renpy/renpy.in
+++ b/gnu/packages/aux-files/renpy/renpy.in
@@ -37,7 +37,27 @@ def path_to_saves(gamedir, save_directory=None):
     if not save_directory:
         return gamedir + "/saves"
 
-    return os.path.join(os.path.expanduser("~/.renpy"), save_directory)
+    prefix = os.environ.get("RENPY_PATH_TO_SAVES",
+                            os.path.expanduser("~/.renpy"))
+
+    return os.path.join(prefix, save_directory)
+
+def path_to_logdir(basedir):
+    return basedir
+
+def predefined_searchpath(commondir):
+    import renpy
+
+    # The default gamedir, in private.
+    searchpath = [ renpy.config.gamedir ]
+
+    if env_searchpath := os.environ.get("RENPY_SEARCHPATH"):
+        searchpath.extend(env_searchpath.split("::"))
+
+    if commondir and os.path.isdir(commondir):
+        searchpath.append(commondir)
+
+    return searchpath
 
 def main():
     try:
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 614fc7a85f..5335166d19 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1395,7 +1395,7 @@ (define-public python-pygame-sdl2
 (define-public python-renpy
   (package
     (name "python-renpy")
-    (version "8.1.3")
+    (version "8.2.0")
     (source
      (origin
        (method url-fetch)
@@ -1403,7 +1403,7 @@ (define-public python-renpy
                            "/renpy-" version "-source.tar.bz2"))
        (sha256
         (base32
-         "1g6fz5dxp7yxhgv6q4brzf5hpfqq3l1g3dfv3fsiwwn6mj0b01z2"))
+         "02v54qqjjigfqhdr50kzhkdvplk56bvprq65jl57kcs1qhvlf5s9"))
        (modules '((guix build utils)))
        (snippet
         #~(begin
-- 
2.41.0





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

end of thread, other threads:[~2024-02-17  9:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-21 19:29 [bug#68644] [PATCH 0/2] Update Ren'py to 8.2.0 Liliana Marie Prikler
2024-01-21 19:26 ` [bug#68644] [PATCH 1/2] gnu: python-pygame-sdl2: Update to 2.1.0+renpy8.2.0 Liliana Marie Prikler
2024-01-21 19:26 ` [bug#68644] [PATCH 2/2] gnu: python-renpy: Update to 8.2.0 Liliana Marie Prikler
2024-01-28 17:19   ` Liliana Marie Prikler
2024-02-17  9:33 ` [bug#68644] [PATCH v2 1/2] gnu: python-pygame-sdl2: Update to 2.1.0+renpy8.2.0 Liliana Marie Prikler
2024-02-17  9:34   ` [bug#68644] [PATCH v2 2/2] gnu: renpy: Update to 8.2.0 Liliana Marie Prikler

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).