unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43907] [PATCH] gnu: rxvt-unicode: Enable 256 colors
@ 2020-10-10  9:55 Josh Hoff
  2020-10-14 10:57 ` bug#43907: " Efraim Flashner
  0 siblings, 1 reply; 3+ messages in thread
From: Josh Hoff @ 2020-10-10  9:55 UTC (permalink / raw)
  To: 43907; +Cc: Josh Hoff

I noticed urxvt has a termcap file for rxvt-256color, but that's not
actually built.

---
 gnu/packages/xdisorg.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 5398761c65..fd52722b97 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -985,7 +985,8 @@ compact configuration syntax.")
      ;; This sets the destination when installing the necessary terminal
      ;; capability data, which are not provided by 'ncurses'.  See
      ;; https://lists.gnu.org/archive/html/bug-ncurses/2009-10/msg00031.html
-     `(#:make-flags (list (string-append "TERMINFO="
+     `(#:configure-flags (list "--enable-256-color")
+       #:make-flags (list (string-append "TERMINFO="
                                          (assoc-ref %outputs "out")
                                          "/share/terminfo"))
        #:phases
--
2.28.0




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#43907: [PATCH] gnu: rxvt-unicode: Enable 256 colors
  2020-10-10  9:55 [bug#43907] [PATCH] gnu: rxvt-unicode: Enable 256 colors Josh Hoff
@ 2020-10-14 10:57 ` Efraim Flashner
  2020-10-14 11:46   ` [bug#43907] " Josh
  0 siblings, 1 reply; 3+ messages in thread
From: Efraim Flashner @ 2020-10-14 10:57 UTC (permalink / raw)
  To: Josh Hoff; +Cc: 43907-done

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

On Sat, Oct 10, 2020 at 04:55:26AM -0500, Josh Hoff wrote:
> I noticed urxvt has a termcap file for rxvt-256color, but that's not
> actually built.
> 

I was curious so I checked, this change increases the size of the final
package by 4097 bytes.

Patch pushed!

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#43907] [PATCH] gnu: rxvt-unicode: Enable 256 colors
  2020-10-14 10:57 ` bug#43907: " Efraim Flashner
@ 2020-10-14 11:46   ` Josh
  0 siblings, 0 replies; 3+ messages in thread
From: Josh @ 2020-10-14 11:46 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 43907-done

>Patch pushed!

Thanks!




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-14 16:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-10  9:55 [bug#43907] [PATCH] gnu: rxvt-unicode: Enable 256 colors Josh Hoff
2020-10-14 10:57 ` bug#43907: " Efraim Flashner
2020-10-14 11:46   ` [bug#43907] " Josh

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).