GNU bug report logs -
#76942
[PATCH] gnu: Add kgames.
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76942 in the body.
You can then email your comments to 76942 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#76942
; Package
guix-patches
.
(Tue, 11 Mar 2025 13:55:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
iyzsong <at> envs.net
:
New bug report received and forwarded. Copy sent to
adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
.
(Tue, 11 Mar 2025 13:55:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Sat, 15 Mar 2025 10:31:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
iyzsong <at> envs.net
:
bug acknowledged by developer.
(Sat, 15 Mar 2025 10:31:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 76942-done <at> debbugs.gnu.org (full text, mbox):
Pushed, close.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 12 Apr 2025 11:24:10 GMT)
Full text and
rfc822 format available.
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.