GNU bug report logs - #57812
[PATCH] gnu: Add tetzle.

Previous Next

Package: guix-patches;

Reported by: Hendursaga <hendursaga <at> aol.com>

Date: Wed, 14 Sep 2022 19:40:01 UTC

Severity: normal

Tags: patch

Merged with 57743

Done: Björn Höfling <bjoern.hoefling <at> bjoernhoefling.de>

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 57812 in the body.
You can then email your comments to 57812 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#57812; Package guix-patches. (Wed, 14 Sep 2022 19:40:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Hendursaga <hendursaga <at> aol.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 14 Sep 2022 19:40:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Hendursaga <hendursaga <at> aol.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add tetzle.
Date: Wed, 14 Sep 2022 15:38:47 -0400
* gnu/packages/games.scm (tetzle): New public variable.
---
 gnu/packages/games.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 60ce0167a6..d22caf4ed9 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -73,6 +73,7 @@
 ;;; Copyright © 2022 zamfofex <zamfofex <at> twdb.moe>
 ;;; Copyright © 2022 Gabriel Arazas <foo.dogsquared <at> gmail.com>
 ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
+;;; Copyright © 2022 Hendursaga <hendursaga <at> aol.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2684,6 +2685,35 @@ (define-public superstarfighter
     (license (list license:expat         ; game
                    license:silofl1.1)))) ; fonts
 
+(define-public tetzle
+  (package
+    (name "tetzle")
+    (version "2.2.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://gottcode.org/"
+                                  name
+                                  "/"
+                                  name
+                                  "-"
+                                  version
+                                  "-src.tar.bz2"))
+              (sha256
+               (base32
+                "1m4j4lzqp8fnwmvyglmzcn3vh14ix4hhh52ycmcsjgrsgj1w4p6a"))))
+    (build-system cmake-build-system)
+    (arguments
+     `(#:tests? #f)) ; no tests
+    (native-inputs (list qttools))
+    (inputs (list qtbase))
+    (home-page "https://gottcode.org/tetzle/")
+    (synopsis "Jigsaw puzzle game that uses tetrominoes for the pieces")
+    (description
+     "Tetzle is a jigsaw puzzle game that uses tetrominoes for the pieces.  Any image
+can be imported and used to create puzzles with a wide range of sizes.  Games are
+saved automatically, and you can select between currently in progress games.")
+    (license license:gpl3+)))
+
 (define %ufoai-commit "a542a87a891f96b1ab2c44d35b2f6f16859a5019")
 (define %ufoai-revision "0")
 (define %ufoai-version (git-version "2.6.0_dev" %ufoai-revision %ufoai-commit))
-- 
2.37.1





Merged 57743 57812. Request was from Björn Höfling <bjoern.hoefling <at> bjoernhoefling.de> to control <at> debbugs.gnu.org. (Thu, 22 Sep 2022 08:14:02 GMT) Full text and rfc822 format available.

Reply sent to Björn Höfling <bjoern.hoefling <at> bjoernhoefling.de>:
You have taken responsibility. (Thu, 22 Sep 2022 09:21:01 GMT) Full text and rfc822 format available.

Notification sent to Hendursaga <hendursaga <at> aol.com>:
bug acknowledged by developer. (Thu, 22 Sep 2022 09:21:02 GMT) Full text and rfc822 format available.

Message #12 received at 57812-done <at> debbugs.gnu.org (full text, mbox):

From: Björn Höfling <bjoern.hoefling <at> bjoernhoefling.de>
To: 57812-done <at> debbugs.gnu.org, Christopher Baines <mail <at> cbaines.net>
Cc: Hendursaga <hendursaga <at> aol.com>
Subject: tetzle
Date: Thu, 22 Sep 2022 11:20:25 +0200
[Message part 1 (text/plain, inline)]
Hi,

I pushed your patch as:

81ad759ab96a3bfb9801467b7182af6a2d13159d

Thanks.

One note: I merged the patches 57743 and 57812. In the future, please
submit updated patches to the already existing patch/ticket, such that
the discussion is kept on one place.

Björn
[Message part 2 (application/pgp-signature, inline)]

Reply sent to Björn Höfling <bjoern.hoefling <at> bjoernhoefling.de>:
You have taken responsibility. (Thu, 22 Sep 2022 09:21:02 GMT) Full text and rfc822 format available.

Notification sent to Hendursaga <hendursaga <at> aol.com>:
bug acknowledged by developer. (Thu, 22 Sep 2022 09:21:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#57812; Package guix-patches. (Thu, 22 Sep 2022 14:22:02 GMT) Full text and rfc822 format available.

Message #20 received at 57812-done <at> debbugs.gnu.org (full text, mbox):

From: Hendursaga <hendursaga <at> aol.com>
To: Björn Höfling <bjoern.hoefling <at> bjoernhoefling.de>,
 57812-done <at> debbugs.gnu.org, Christopher Baines <mail <at> cbaines.net>
Subject: Re: tetzle
Date: Thu, 22 Sep 2022 10:20:28 -0400
> I pushed your patch as:

Thanks!

> One note: I merged the patches 57743 and 57812. In the future, please
> submit updated patches to the already existing patch/ticket

Yes, sorry about that! I was still figuring out git-send-email!

~ Hendursaga




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 21 Oct 2022 11:24:04 GMT) Full text and rfc822 format available.

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

Previous Next


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