GNU bug report logs - #76942
[PATCH] gnu: Add kgames.

Previous Next

Package: guix-patches;

Reported by: iyzsong <at> envs.net

Date: Tue, 11 Mar 2025 13:55:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: iyzsong <at> envs.net
Subject: bug#76942: closed (Re: [bug#76942] [PATCH] gnu: Add kgames.)
Date: Sat, 15 Mar 2025 10:31:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#76942: [PATCH] gnu: Add kgames.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 76942 <at> debbugs.gnu.org.

-- 
76942: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76942
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: 76942-done <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Adam Faiz <adam.faiz <at> disroot.org>
Subject: Re: [bug#76942] [PATCH] gnu: Add kgames.
Date: Sat, 15 Mar 2025 18:34:34 +0800
Pushed, close.

[Message part 3 (message/rfc822, inline)]
From: iyzsong <at> envs.net
To: guix-patches <at> gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH] gnu: Add kgames.
Date: Tue, 11 Mar 2025 21:58:37 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/games.scm (kgames): New variable.

Change-Id: I5b787365c051951dbd038db0191905b4e693c978
---
 gnu/packages/games.scm | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index fd22b0243f..cb1544a712 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2129,6 +2129,47 @@ (define-public opensurge
            license:public-domain
            license:silofl1.1))))
 
+(define-public kgames
+  (package
+    (name "kgames")
+    (version "2.4.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/keith-packard/kgames")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "09alaszhwnzzv5b0cxv5dia9y0fm63n2igv42ydkq299h7avb5fq"))))
+    (build-system meson-build-system)
+    (arguments
+     (list #:configure-flags
+           #~'("-Duser-menu=false"
+               "-Dbindir=bin")))
+    (native-inputs
+     (list bison flex pkg-config))
+    (inputs
+     (list cairo
+           fontconfig
+           freetype
+           librsvg
+           libx11
+           libxaw
+           libxft
+           libxmu
+           libxpm
+           libxrender
+           ncurses))
+    (synopsis "Xaw based solitaire games")
+    (home-page "https://github.com/keith-packard/kgames")
+    (description
+     "This package provides a collection of solitaire games: kaces, kcanfield,
+kcribbage, kdominos, kklondike, kmcarlo, kmontana, kslyfox, kspider, ktabby,
+kthieves, ktowers, xmille and xreversi.")
+    ;; Code is under BSD-3 and Expat, card images are under CC0.
+    (license (list license:bsd-3 license:expat license:cc0))))
+
 (define-public knightsgame
   (package
     (name "knightsgame")

base-commit: 7b9cd0b4293041fdbfa065b019cea589cc316060
-- 
2.48.1




This bug report was last modified 69 days ago.

Previous Next


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