all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46661] Add console support for uim
@ 2021-02-20  6:46 qblade via Guix-patches via
  2021-03-26  6:24 ` [bug#46661] RE: " qblade via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: qblade via Guix-patches via @ 2021-02-20  6:46 UTC (permalink / raw)
  To: 46661

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

Add console support for uim

Sent with ProtonMail Secure Email.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-uim-add-console-support-uim-fep.patch --]
[-- Type: text/x-patch; name=0001-gnu-uim-add-console-support-uim-fep.patch, Size: 816 bytes --]

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

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


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

* [bug#46661] RE: [bug#46661] Add console support for uim
  2021-02-20  6:46 [bug#46661] Add console support for uim qblade via Guix-patches via
@ 2021-03-26  6:24 ` qblade via Guix-patches via
  2021-07-26 11:03   ` bug#46661: " 宋文武
  0 siblings, 1 reply; 3+ messages in thread
From: qblade via Guix-patches via @ 2021-03-26  6:24 UTC (permalink / raw)
  To: qblade; +Cc: 46661@debbugs.gnu.org

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

The previous patch is missing some parts, add it.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-uim-add-console-support.patch --]
[-- Type: text/x-patch; name=0001-gnu-uim-add-console-support.patch, Size: 1149 bytes --]

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

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


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

* bug#46661: Add console support for uim
  2021-03-26  6:24 ` [bug#46661] RE: " qblade via Guix-patches via
@ 2021-07-26 11:03   ` 宋文武
  0 siblings, 0 replies; 3+ messages in thread
From: 宋文武 @ 2021-07-26 11:03 UTC (permalink / raw)
  To: qblade; +Cc: 46661@debbugs.gnu.org

qblade <qblade@protonmail.com> writes:

> 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!




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

end of thread, other threads:[~2021-07-26 11:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-20  6:46 [bug#46661] Add console support for uim qblade via Guix-patches via
2021-03-26  6:24 ` [bug#46661] RE: " qblade via Guix-patches via
2021-07-26 11:03   ` bug#46661: " 宋文武

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.