GNU bug report logs - #46053
[PATCH 0/2] Add Ren'py build system

Previous Next

Package: guix-patches;

Reported by: Leo Prikler <leo.prikler <at> student.tugraz.at>

Date: Sat, 23 Jan 2021 13:41:02 UTC

Severity: normal

Tags: patch

Done: Leo Prikler <leo.prikler <at> student.tugraz.at>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 46053 <at> debbugs.gnu.org (full text, mbox):

From: Leo Prikler <leo.prikler <at> student.tugraz.at>
To: 46053 <at> debbugs.gnu.org
Subject: [PATCH 2/2] gnu: Add the-question.
Date: Sat, 23 Jan 2021 14:46:56 +0100
* gnu/packages/games.scm (the-question): New variable.
---
 gnu/packages/games.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index ee1571e624..8b3a617d0a 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -196,6 +196,7 @@
   #:use-module (guix build-system meson)
   #:use-module (guix build-system perl)
   #:use-module (guix build-system python)
+  #:use-module (guix build-system renpy)
   #:use-module (guix build-system qt)
   #:use-module (guix build-system scons)
   #:use-module (guix build-system trivial)
@@ -12136,3 +12137,17 @@ game FPS.")
 implemented using ncurses user interface.  An SDL graphical version is also
 available.")
     (license license:gpl3+)))
+
+(define-public the-question
+  (package
+    (name "the-question")
+    (version (package-version renpy))
+    (source (package-source renpy))
+    (build-system renpy-build-system)
+    (arguments
+     '(#:game "the_question/game"))
+    (synopsis "Ren'py example game")
+    (description "The Question is a short game demonstrating the capabilities
+of Ren'py.")
+    (home-page (package-home-page renpy))
+    (license (package-license renpy))))
-- 
2.30.0





This bug report was last modified 4 years and 155 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.