GNU bug report logs - #68155
[PATCH] gnu: Add qcheckers.

Previous Next

Package: guix-patches;

Reported by: Wilko Meyer <w <at> wmeyer.eu>

Date: Sat, 30 Dec 2023 19:28:01 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.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: Wilko Meyer <w <at> wmeyer.eu>
Subject: bug#68155: closed (Re: [bug#68155] [PATCH] gnu: Add qcheckers.)
Date: Sat, 06 Jan 2024 15:01:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#68155: [PATCH] gnu: Add qcheckers.

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 68155 <at> debbugs.gnu.org.

-- 
68155: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68155
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 68155-done <at> debbugs.gnu.org
Subject: Re: [bug#68155] [PATCH] gnu: Add qcheckers.
Date: Sat, 06 Jan 2024 15:00:02 +0000
[Message part 3 (text/plain, inline)]
Patch applied as 9891dd881489be65980f326d87ca580c0001c778.
Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Wilko Meyer <w <at> wmeyer.eu>
To: guix-patches <at> gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>
Subject: [PATCH] gnu: Add qcheckers.
Date: Sat, 30 Dec 2023 20:25:50 +0100
* gnu/packages/games.scm (qcheckers): New variable.

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

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 8313c027545..1e203af9d1d 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -79,6 +79,7 @@
 ;;; Copyright © 2023 Florian Pelz <pelzflorian <at> pelzflorian.de>
 ;;; Copyright © 2023 Ivana Drazovic <iv.dra <at> hotmail.com>
 ;;; Copyright © 2023 gemmaro <gemmaro.dev <at> gmail.com>
+;;; Copyright © 2023 Wilko Meyer <w <at> wmeyer.eu>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -10115,6 +10116,36 @@ (define-public q5go
    (home-page "https://github.com/bernds/q5Go")
    (license license:gpl2+)))
 
+(define-public qcheckers
+  (package
+    (name "qcheckers")
+    (version "0.9.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/portnov/qcheckers")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "05wzql6abzdf6l0vdzki4rfy2zn31mcplh1wkw3ddk8w81pvaymw"))))
+    (build-system qt-build-system)
+    (arguments
+     (list
+      #:tests? #f
+      #:phases
+      #~(modify-phases %standard-phases
+          (replace 'configure
+            (lambda _
+              (invoke "qmake"
+                      (string-append "PREFIX=" #$output)))))))
+    (inputs (list qtbase-5 qtsvg-5))
+    (home-page "https://portnov.github.io/qcheckers/")
+    (synopsis "Qt-based checkers boardgame")
+    (description "QCheckers, formely known as KCheckers, is a is a Qt version
+of the classic boardgame checkers (also known as draughts).")
+    (license license:gpl2)))
+
 (define-public xmoto
   (package
     (name "xmoto")

base-commit: f24b14767d362a84e6469682b4fe303b50f4b589
-- 
2.41.0




This bug report was last modified 1 year and 197 days ago.

Previous Next


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