Add console support for uim

  • Done
  • quality assurance status badge
Details
2 participants
  • ???
  • qblade
Owner
unassigned
Submitted by
qblade
Severity
normal
Q
Q
qblade wrote on 20 Feb 2021 07:46
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
rxELl47J_Hptukr5wi8KpBADmYWH_yOtyDu9Xxs0Vo1UW5CIMZt1zlZHDvwVO30gnp-m2kmuur0JyxzWhdpln4ku_L1enYKrddL_3zOgxEc=@protonmail.com
Add console support for uim

Sent with ProtonMail Secure Email.
From 30e523f1a0b00a728584cc7553e670bbc486a7e3 Mon Sep 17 00:00:00 2001
From: qblade <qblade@protonmail.com>
Date: Sat, 20 Feb 2021 01:49:24 +0000
Subject: [PATCH] gnu: uim add console support (uim-fep)

* gnu/packages/xorg.scm (uim): inputs add ncurses
---
gnu/packages/xorg.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Toggle diff (16 lines)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index ed98d1acd3..cd32b83d47 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6393,7 +6393,8 @@ X11 servers, Windows, or macOS.")
`(("anthy" ,anthy)
("libedit" ,libedit)
("libxft" ,libxft)
- ("m17n-lib" ,m17n-lib)))
+ ("m17n-lib" ,m17n-lib)
+ ("ncurses" ,ncurses)))
(native-inputs
`(("emacs" ,emacs-minimal)
("intltool" ,intltool)
--
2.29.2
Q
Q
qblade wrote on 26 Mar 2021 07:24
(name . qblade)(address . qblade@protonmail.com)(name . 46661@debbugs.gnu.org)(address . 46661@debbugs.gnu.org)
mOmTZN5H1HUpyCF3MfoEI-Oe29bLVlQECwsaYWzHso3HcOFASjqsLCdQLoZXVjE9JH9QHi37v1dMvuQH_c25PoM9CnqQXWmf_2Om4Z9Fui8=@protonmail.com
The previous patch is missing some parts, add it.
From ca7b500269202ddae67acea234c74ab426683f1e Mon Sep 17 00:00:00 2001
From: qblade <qblade@protonmail.com>
Date: Fri, 26 Mar 2021 00:28:43 +0000
Subject: [PATCH] gnu: uim add console support

* gnu/packages/xorg.scm (uim)[inputs]: add ncurses to support console.
---
gnu/packages/xorg.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 97ff8ab92b..7b879ba410 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -26,6 +26,7 @@
;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2020 Jean-Baptiste Note <jean-baptiste.note@m4x.org>
+;;; Copyright © 2021 qblade <qblade@protonmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -6418,7 +6419,8 @@ X11 servers, Windows, or macOS.")
`(("anthy" ,anthy)
("libedit" ,libedit)
("libxft" ,libxft)
- ("m17n-lib" ,m17n-lib)))
+ ("m17n-lib" ,m17n-lib)
+ ("ncurses" ,ncurses)))
(native-inputs
`(("emacs" ,emacs-minimal)
("intltool" ,intltool)
--
2.31.0
?
Re: bug#46661: Add console support for uim
(name . qblade)(address . qblade@protonmail.com)(name . 46661@debbugs.gnu.org)(address . 46661-done@debbugs.gnu.org)
OSZP286MB06642CA7264C48F2B71A3CFEA3E89@OSZP286MB0664.JPNP286.PROD.OUTLOOK.COM
qblade <qblade@protonmail.com> writes:

Toggle quote (7 lines)
> The previous patch is missing some parts, add it.
>
> From ca7b500269202ddae67acea234c74ab426683f1e Mon Sep 17 00:00:00 2001
> From: qblade <qblade@protonmail.com>
> Date: Fri, 26 Mar 2021 00:28:43 +0000
> Subject: [PATCH] gnu: uim add console support

Pushed, thank you!
Closed
?