GNU bug report logs - #74161
[PATCH 0/2] gnu: Add knights.

Previous Next

Package: guix-patches;

Reported by: Sughosha <sughosha <at> disroot.org>

Date: Fri, 1 Nov 2024 15:14:02 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


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

From: Sughosha <sughosha <at> disroot.org>
To: Z572 <zhengjunjie <at> iscas.ac.cn>
Cc: Sughosha <sughosha <at> disroot.org>, 74161 <at> debbugs.gnu.org
Subject: [PATCH v2 1/3] gnu: Rename knights with knightsgame.
Date: Mon,  4 Nov 2024 08:26:47 +0530
Rename knights with knightsgame to package knights from KDE games module.

* gnu/packages/games.scm (knights): Rename with knightsgame.

Change-Id: I6eec8189fd29fe2ede67d98c26fdd9cafe4c2aef
---
 gnu/packages/games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index bb97332b6d..c503be2378 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1977,9 +1977,9 @@ (define-public opensurge
            license:public-domain
            license:silofl1.1))))
 
-(define-public knights
+(define-public knightsgame
   (package
-    (name "knights")
+    (name "knightsgame")
     (version "025")
     (source (origin
               (method url-fetch)
-- 
2.46.0





This bug report was last modified 200 days ago.

Previous Next


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