GNU bug report logs - #38925
[PATCH] Add Tuxmath

Previous Next

Package: guix-patches;

Reported by: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Date: Sat, 4 Jan 2020 19:46:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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 38925 in the body.
You can then email your comments to 38925 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#38925; Package guix-patches. (Sat, 04 Jan 2020 19:46:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 04 Jan 2020 19:46:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: guix-patches <at> gnu.org
Subject: [PATCH] Add Tuxmath
Date: Sat, 04 Jan 2020 20:45:12 +0100
[Message part 1 (text/plain, inline)]
Hello,

The following set of patches add Tuxmath. Unfortunately, my keyboard
doesn't respond when playing the game, but leoprikler on #guix reported
it was working fine there. I guess I'm out of luck.

Anyway, here are the patches.

Regards,

-- 
Nicolas Goaziou
[0001-gnu-Add-sdl-pango.patch (text/x-diff, attachment)]
[0002-gnu-Add-t4k-common.patch (text/x-diff, attachment)]
[0003-gnu-Add-tuxmath.patch (text/x-diff, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#38925; Package guix-patches. (Sun, 05 Jan 2020 00:53:01 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 38925 <at> debbugs.gnu.org
Subject: Re: [bug#38925] [PATCH] Add Tuxmath
Date: Sun, 05 Jan 2020 01:52:30 +0100
Nicolas Goaziou <mail <at> nicolasgoaziou.fr> writes:

> +(define-public tuxmath
> +  (package
> +    (name "tuxmath")
> +    (version "2.0.3")
> +    (source
> +     (origin
> +       (method git-fetch)
> +       (uri (git-reference
> +             (url "https://github.com/tux4kids/tuxmath")
> +             (commit (string-append "upstream/" version))))
> +       (file-name (git-file-name name version))
> +       (sha256
> +        (base32 "1f1pz83w6d3mbik2h6xavfxmk5apxlngxbkh80x0m55lhniwkdxv"))
> +       (modules '((guix build utils)))
> +       ;; Unbundle fonts.
> +       (snippet
> +        `(begin
> +           (for-each delete-file (find-files "data/fonts" "\\.ttf$"))
> +           #t))))
> +    (build-system gnu-build-system)
> +    (arguments
> +     `(#:tests? #f                      ;no test
> +       #:phases
> +       (modify-phases %standard-phases
> +         (add-after 'set-paths 'set-sdl-paths
> +           (lambda* (#:key inputs #:allow-other-keys)
> +             (setenv "CPATH"
> +                     (string-append (assoc-ref inputs "sdl")
> +                                    "/include/SDL:"
> +                                    (or (getenv "CPATH") "")))))

Added missing #t here.




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sun, 02 Feb 2020 14:30:02 GMT) Full text and rfc822 format available.

Notification sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
bug acknowledged by developer. (Sun, 02 Feb 2020 14:30:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 38925-done <at> debbugs.gnu.org
Subject: Re: [bug#38925] [PATCH] Add Tuxmath
Date: Sun, 02 Feb 2020 15:28:59 +0100
Nicolas Goaziou <mail <at> nicolasgoaziou.fr> writes:
>
> The following set of patches add Tuxmath. Unfortunately, my keyboard
> doesn't respond when playing the game, but leoprikler on #guix reported
> it was working fine there. I guess I'm out of luck.
>
> Anyway, here are the patches.

Applied as 8baaf51f0a6891cc2fb34928dab2337b627218c5




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 02 Mar 2020 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 50 days ago.

Previous Next


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