unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Christopher Baines <mail@cbaines.net>
To: Hendursaga <hendursaga@aol.com>
Cc: 57743@debbugs.gnu.org
Subject: [bug#57743] [PATCH] gnu: Add tetzle.
Date: Wed, 14 Sep 2022 09:15:28 +0100	[thread overview]
Message-ID: <87illq8ix3.fsf@cbaines.net> (raw)
In-Reply-To: <20220911214712.59471-1-hendursaga@aol.com>

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


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

> * gnu/packages/games.scm (tetzle): New public variable.
> ---
>  gnu/packages/games.scm | 30 ++++++++++++++++++++++++++++++
>  1 file changed, 30 insertions(+)

Hey Hendursaga,

Thanks for the patch. I've made one comment below.

> diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
> index 2c7f892f19..a5179b86fa 100644
> --- a/gnu/packages/games.scm
> +++ b/gnu/packages/games.scm
> @@ -73,6 +73,7 @@
>  ;;; Copyright © 2022 zamfofex <zamfofex@twdb.moe>
>  ;;; Copyright © 2022 Gabriel Arazas <foo.dogsquared@gmail.com>
>  ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
> +;;; Copyright © 2022 Hendursaga <hendursaga@aol.com>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -11169,3 +11170,32 @@ (define-public freerct
>  Should they go unwise, a theme park plunge into chaos with vandalizing guests
>  and unsafe rides.  Which path will you take?")
>      (license license:gpl2)))
> +
> +(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))

Why are the tests disabled? It's good to run the tests if that's
possible. If it's not possible, it's good to add a comment describing
why the tests can't be run.

> +    (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+)))

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

  reply	other threads:[~2022-09-14  8:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20220911214712.59471-1-hendursaga.ref@aol.com>
2022-09-11 21:47 ` [bug#57743] [PATCH] gnu: Add tetzle Hendursaga via Guix-patches via
2022-09-14  8:15   ` Christopher Baines [this message]
2022-09-14 19:38     ` [bug#57812] " Hendursaga via Guix-patches via
2022-09-22  9:20       ` bug#57812: tetzle Björn Höfling
2022-09-22 14:20         ` [bug#57812] tetzle Hendursaga via Guix-patches via

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=87illq8ix3.fsf@cbaines.net \
    --to=mail@cbaines.net \
    --cc=57743@debbugs.gnu.org \
    --cc=hendursaga@aol.com \
    /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).