[PATCH] gnu: Add rxvt-unicode-terminfo.

  • Open
  • quality assurance status badge
Details
One participant
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

T
T
Tomas Volf wrote 6 days ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
e77c8fa88c310556ec9b8221cc6a8433634819fb.1758489736.git.~@wolfsden.cz
* gnu/packages/xdisorg.scm (rxvt-unicode-terminfo): New variable.

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

Toggle diff (30 lines)
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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 79482@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 79482
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch