all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Z572 <zhengjunjie@iscas.ac.cn>
To: 74161@debbugs.gnu.org
Cc: sughosha@disroot.org
Subject: [bug#74161] [PATCH 1/2] gnu: Add knights.
Date: Sat, 02 Nov 2024 00:53:08 +0800	[thread overview]
Message-ID: <871pzulwuj.fsf@iscas.ac.cn> (raw)
In-Reply-To: <17883d35f56b5d5020d1abf542aacfd965baee35.1730474100.git.sughosha@disroot.org> (Sughosha via Guix-patches via's message of "Fri, 1 Nov 2024 20:44:59 +0530")

[-- Attachment #1: Type: text/plain, Size: 3198 bytes --]

Sughosha via Guix-patches via <guix-patches@gnu.org> writes:

> * 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")

We already have a package called knights, so maybe we need a new name here

> +    (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%e2€%99s 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%e2€%99s 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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

      parent reply	other threads:[~2024-11-01 16:54 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 ` [bug#74161] [PATCH 1/2] " Sughosha via Guix-patches via
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   ` Z572 [this message]

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871pzulwuj.fsf@iscas.ac.cn \
    --to=zhengjunjie@iscas.ac.cn \
    --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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.