all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Amirouche Boubekki <amirouche@hypermove.net>
To: 34393@debbugs.gnu.org
Subject: [bug#34393] [PATCH] gnu: terminals: Add termbox-truecolor
Date: Sat, 09 Feb 2019 00:12:00 +0100	[thread overview]
Message-ID: <21686c5a9ff5047728ed5277a6bdd5a0@hypermove.net> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-Add-termbox-truecolor.patch --]
[-- Type: text/x-diff; name=0001-gnu-Add-termbox-truecolor.patch, Size: 2549 bytes --]

From c97de00efc8dfe17a2cedda69033eaa710c42a6e Mon Sep 17 00:00:00 2001
From: Amirouche <amirouche.boubekki@gmail.com>
Date: Sat, 9 Feb 2019 00:07:48 +0100
Subject: [PATCH] gnu: Add termbox-truecolor.

* gnu/packages/terminals.scm (termbox-truecolor): New variable.
---
 gnu/packages/terminals.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 7f52c6efd..0ff0eda35 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -13,6 +13,7 @@
 ;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2018 Gabriel Hondet <gabrielhondet@gmail.com>
 ;;; Copyright © 2019 Rutger Helling <rhelling@mykolab.com>
+;;; Copyright © 2019 Amirouche Boubekki <amirouche@hypermove.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -36,6 +37,7 @@
   #:use-module (guix build-system glib-or-gtk)
   #:use-module (guix build-system go)
   #:use-module (guix build-system python)
+  #:use-module (guix build-system waf)
   #:use-module (guix download)
   #:use-module (guix git-download)
   #:use-module (guix packages)
@@ -1015,3 +1017,30 @@ arbitrary programs of your choice.  This is useful for browsing the history
 comfortably in a pager or editor.
 @end itemize")
     (license license:gpl3+)))
+
+(define-public termbox-truecolor
+  (package
+    (name "termbox-truecolor")
+    (version "2019.01.06-c3afbfd")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/amirouche/termbox-truecolor.git")
+                    (commit "c3afbfd8f31cce70ffb8c4ddd153489d9e363780")))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "179py858dhhxkj6la84b224r2fjwavygf4daw4dgl3gvv8i07ryj"))))
+    (build-system waf-build-system)
+    (arguments
+     `(#:tests? #f))
+    (synopsis "Library for writing text-based user interfaces (with true-color support)")
+    (description "Termbox is a library that provides minimalistic API which
+allows the programmer to write text-based user interfaces.
+
+It is based on a simple abstraction: viewing terminals as a table of
+fixed-size cells and input being a stream of structured messages.  Copy &
+pasting and wide characters (mostly Chinese, Japanese, Korean (CJK)
+characters) are not really supported.")
+    (home-page "https://github.com/amirouche/termbox-truecolor/tree/truecolor")
+    (license license:expat)))
-- 
2.19.1


             reply	other threads:[~2019-02-08 23:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-08 23:12 Amirouche Boubekki [this message]
2019-02-09  4:38 ` [bug#34393] [PATCH] gnu: terminals: Add termbox-truecolor Eric Bavier
2019-02-09  8:58 ` Ricardo Wurmus
2019-05-01  1:14 ` [bug#34393] Notice amirouche
2019-05-01 11:04   ` amirouche
2022-04-12 10:08 ` [bug#34393] [PATCH] gnu: terminals: Add termbox-truecolor zimoun
2022-05-19 21:18   ` bug#34393: " zimoun

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=21686c5a9ff5047728ed5277a6bdd5a0@hypermove.net \
    --to=amirouche@hypermove.net \
    --cc=34393@debbugs.gnu.org \
    /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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.