GNU bug report logs - #79482
[PATCH] gnu: Add rxvt-unicode-terminfo.

Previous Next

Package: guix-patches;

Reported by: Tomas Volf <~@wolfsden.cz>

Date: Sun, 21 Sep 2025 21:23:02 UTC

Severity: normal

Tags: patch

Full log


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

From: Tomas Volf <~@wolfsden.cz>
To: guix-patches <at> gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH] gnu: Add rxvt-unicode-terminfo.
Date: Sun, 21 Sep 2025 23:22:16 +0200
* gnu/packages/xdisorg.scm (rxvt-unicode-terminfo): New variable.

Change-Id: I238fcb89a52df47823d0f16e7157da136ddec1be
---
 gnu/packages/xdisorg.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 79610831cc..5d87c65938 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1669,6 +1669,23 @@ (define-public rxvt-unicode
 within a single process.")
     (license license:gpl3+)))
 
+(define-public rxvt-unicode-terminfo
+  (package
+    (name "rxvt-unicode-terminfo")
+    (source rxvt-unicode)
+    (version (package-version rxvt-unicode))
+    (synopsis "Terminfo for rxvt-unicode")
+    (description "This package provides terminfo files for the
+@command{rxvt-unicode} terminal.")
+    (license (package-license rxvt-unicode))
+    (home-page (package-home-page rxvt-unicode))
+
+    (build-system copy-build-system)
+    (arguments
+     (list
+      #:install-plan
+      #~'(("share/terminfo" "share/terminfo"))))))
+
 (define-public xcape
   (package
     (name "xcape")
-- 
2.51.0





This bug report was last modified 2 days ago.

Previous Next


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