GNU bug report logs - #50277
[PATCH 3/4] gnu: Add go-github-com-anaseto-gruid.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Mon, 30 Aug 2021 16:42:03 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

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 50277 in the body.
You can then email your comments to 50277 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#50277; Package guix-patches. (Mon, 30 Aug 2021 16:42:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to jgart <jgart <at> dismail.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 30 Aug 2021 16:42:03 GMT) Full text and rfc822 format available.

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

From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: Brice Waegeneire <brice <at> waegenei.re>,
 Arun Isaac <arunisaac <at> systemreboot.net>, Guix Together <jgart <at> dismail.de>,
 Julien Lepiller <julien <at> lepiller.eu>
Subject: [PATCH 3/4] gnu: Add go-github-com-anaseto-gruid.
Date: Mon, 30 Aug 2021 12:40:40 -0400
From: Guix Together <jgart <at> dismail.de>

* gnu/packages/games.scm (go-github-com-anaseto-gruid): New variable.

Co-authored-by: Arun Isaac <arunisaac <at> systemreboot.net>
Co-authored-by: Brice Waegeneire <brice <at> waegenei.re>
Co-authored-by: jgart <jgart <at> dismail.de>
Co-authored-by: Julien Lepiller <julien <at> lepiller.eu>
---
 gnu/packages/games.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 262b85edc0..468f59ec5a 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9374,6 +9374,36 @@ and bring the war to your enemy.")
                    license:expat license:fdl1.3+ license:public-domain
                    license:zlib))))
 
+(define-public go-github-com-anaseto-gruid
+  (package
+    (name "go-github-com-anaseto-gruid")
+    (version "0.21.1")
+    (source
+      (origin
+        (method git-fetch)
+        (uri (git-reference
+               (url "https://github.com/anaseto/gruid")
+               (commit (string-append "v" version))))
+        (file-name (git-file-name name version))
+        (sha256
+          (base32
+            "0rvsavkvg2hziwdh8sjk3n5v92m5mfjb8v9m7ch22maxfwq5kv6y"))))
+    (build-system go-build-system)
+    (arguments
+      '(#:import-path "github.com/anaseto/gruid"))
+    (propagated-inputs
+      `(("go-golang-org-x-image" ,go-golang-org-x-image)))
+    (home-page "https://github.com/anaseto/gruid")
+    (synopsis "Cross-platform grid-based UI and game framework")
+    (description
+"The gruid module provides packages for easily building grid-based
+ applications in Go.  The library abstracts rendering and input for
+ different platforms. There are drivers available for terminal apps ,
+ native graphical apps and browser apps.  The original application for the
+ library was creating grid-based games, but it's also well-suited for any
+ grid-based application.")
+    (license license:isc)))
+
 (define-public go-github-com-anaseto-gruid-tcell
   (package
     (name "go-github-com-anaseto-gruid-tcell")
-- 
2.33.0





Information forwarded to guix-patches <at> gnu.org:
bug#50277; Package guix-patches. (Sun, 12 Sep 2021 00:54:01 GMT) Full text and rfc822 format available.

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

From: jgart <jgart <at> dismail.de>
To: 50277 <at> debbugs.gnu.org
Cc: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Subject: This one can be closed since it was merged
Date: Sat, 11 Sep 2021 20:53:38 -0400
Just a friendly reminder that this issue can be closed since it was merged in f48156dc
 
 _________________________________________ 
/ 3B1D 7F19 E36B B60C 0F5B 2CA9 A52A A2B4 \
\ 77B6 DD35                               /
 ----------------------------------------- 
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||




Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Sun, 12 Sep 2021 03:06:02 GMT) Full text and rfc822 format available.

Notification sent to jgart <jgart <at> dismail.de>:
bug acknowledged by developer. (Sun, 12 Sep 2021 03:06:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: jgart <jgart <at> dismail.de>
Cc: 50277-done <at> debbugs.gnu.org
Subject: Re: This one can be closed since it was merged
Date: Sat, 11 Sep 2021 23:05:14 -0400
Hello!

jgart <jgart <at> dismail.de> writes:

> Just a friendly reminder that this issue can be closed since it was merged in f48156dc
>  
>  _________________________________________ 
> / 3B1D 7F19 E36B B60C 0F5B 2CA9 A52A A2B4 \
> \ 77B6 DD35                               /
>  ----------------------------------------- 
>         \   ^__^
>          \  (oo)\_______
>             (__)\       )\/\
>                 ||----w |
>                 ||     ||

Thanks for the reminder!

I'm closing it by replying with the CC adjusted from
50277 <at> debbugs.gnu.org to 50277-done <at> debbugs.gnu.org :-).

Maxim




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

This bug report was last modified 2 years and 199 days ago.

Previous Next


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