From: Sughosha via Guix-patches via <guix-patches@gnu.org>
To: 74161@debbugs.gnu.org
Cc: Sughosha <sughosha@disroot.org>
Subject: [bug#74161] [PATCH 1/2] gnu: Add knights.
Date: Fri, 1 Nov 2024 20:44:59 +0530 [thread overview]
Message-ID: <17883d35f56b5d5020d1abf542aacfd965baee35.1730474100.git.sughosha@disroot.org> (raw)
In-Reply-To: <cover.1730473876.git.sughosha@disroot.org>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 2824 bytes --]
* gnu/packages/kde-games.scm (knights): New variable.
Change-Id: I86346750c28fefd5b2a02cbda8dcc458907766fa
---
gnu/packages/kde-games.scm | 60 ++++++++++++++++++++++++++++++++++++++
1 file changed, 60 insertions(+)
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 10c26e1d8e..75c6038189 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1594,6 +1594,66 @@ (define-public kjumpingcube
This package is part of the KDE games module.")
(license (list license:gpl2+ license:fdl1.2+))))
+(define-public knights
+ (package
+ (name "knights")
+ (version "24.05.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/release-service/" version
+ "/src/knights-" version ".tar.xz"))
+ (sha256
+ (base32 "19xsa79p0ad3cgm1zz2ykbm4487fyizshn7ir8f5azhkr1bi6l8k"))))
+ (build-system qt-build-system)
+ (arguments
+ (list #:qtbase qtbase))
+ (native-inputs
+ (list extra-cmake-modules kdoctools))
+ (inputs
+ (list kconfigwidgets
+ kcoreaddons
+ kcrash
+ kdbusaddons
+ ki18n
+ kio
+ kplotting
+ ksvg
+ ktextwidgets
+ kwallet
+ kxmlgui
+ libkdegames
+ libplasma
+ qtspeech
+ qtsvg))
+ (home-page "https://apps.kde.org/knights/")
+ (synopsis "Chess game")
+ (description "KNights is a chess game, featuring:
+
+@itemize
+@item local play between two players on the same computer
+@item play against any computer program that supports the XBoard protocol
+@item play on the Free Internet Chess Server (FICS)
+@item watching two computer engines play against each other
+@item support for legal move checking
+@item markers for possible moves, opponent’s last move and sources of check
+@item board borders and site notations
+@item complete time control, with Plasma-styled clocks
+@item several themes, with the possibility of downloading new ones from within
+ the program
+@item animated moves (configurable)
+@item views for playing on a chess server, including a seek graph, text
+ console, and chat widget
+@item option to undo and redo moves
+@item graphic interface for making and receiving offers from remote players
+@item support for the UCI protocol (used by Stockfish, Chessbase, and many
+ others)
+@item support for saving and loading Portable game notation (PGN) files
+@item use of Jovie, the KDE text-to-speak program, to speak opponent’s moves
+@item ability to control the program via a D-Bus interface
+@end itemize")
+ (license license:gpl2+)))
+
(define-public kde-games
(package
(name "kde-games")
base-commit: 6e50b0c56a8cc767bd3acb26638f78c450bde718
--
2.46.0
next prev parent reply other threads:[~2024-11-01 15:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-01 15:11 [bug#74161] [PATCH 0/2] gnu: Add knights Sughosha via Guix-patches via
2024-11-01 15:14 ` Sughosha via Guix-patches via [this message]
2024-11-01 15:15 ` [bug#74161] [PATCH 2/2] gnu: kde-games: Add knights to propagated-inputs Sughosha via Guix-patches via
2024-11-01 16:53 ` [bug#74161] [PATCH 1/2] gnu: Add knights Z572
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=17883d35f56b5d5020d1abf542aacfd965baee35.1730474100.git.sughosha@disroot.org \
--to=guix-patches@gnu.org \
--cc=74161@debbugs.gnu.org \
--cc=sughosha@disroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).