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

To reply to this bug, email your comments to 79482 AT debbugs.gnu.org.

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#79482; Package guix-patches. (Sun, 21 Sep 2025 21:23:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tomas Volf <~@wolfsden.cz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 21 Sep 2025 21:23:02 GMT) Full text and rfc822 format available.

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.