unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58304] [PATCH] Add libskk.
@ 2022-10-05  9:59 milranmike via Guix-patches via
  2022-10-14 22:29 ` bug#58304: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: milranmike via Guix-patches via @ 2022-10-05  9:59 UTC (permalink / raw)
  To: 58304

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

Hello!

The following patch adds Japanese input method related library.

Regards,
--
Milran

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Add-libskk.patch --]
[-- Type: text/x-patch; name=0001-Add-libskk.patch, Size: 1978 bytes --]

From 0c7f80c52468ddb078ff895c5e73be51d8ced23a Mon Sep 17 00:00:00 2001
From: mirlan <milranmike@protonmail.com>
Date: Wed, 5 Oct 2022 17:56:19 +0900
Subject: [PATCH] Add libskk

---
 gnu/packages/language.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm
index 182ef2f8c2..1bfa585ae9 100644
--- a/gnu/packages/language.scm
+++ b/gnu/packages/language.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2019 Alex Vong <alexvong1995@gmail.com>
 ;;; Copyright © 2020 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2020 Julien Lepiller <julien@lepiller.eu>
+;;; Copyright © 2022 Milran <milranmike@protonmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -923,3 +924,31 @@ (define-public praat
 analysis (pitch, formant, intensity, ...), speech synthesis, labelling, segmenting
 and manipulation.")
     (license license:gpl2+)))
+
+(define-public libssk
+  (package
+    (name "libskk")
+    (version "1.0.5")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/ueno/libskk")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0y279pcgs3jrsi9vzx086xhz9jbz23dqqijp4agygc9ackp9sxy5"))))
+    (build-system gnu-build-system)
+    (native-inputs (list autoconf
+                         automake
+                         gettext-minimal
+                         gobject-introspection
+                         libtool
+                         pkg-config
+                         vala))
+    (inputs (list libgee json-glib libxkbcommon))
+    (home-page "https://github.com/ueno/libskk")
+    (synopsis "Dealing Japanese kana-to-kanji conversion")
+    (description
+     "libskk is a library to deal with Japanese kana-to-kanji conversion method.")
+    (license license:gpl3+)))
-- 
2.37.3


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

* bug#58304: [PATCH] Add libskk.
  2022-10-05  9:59 [bug#58304] [PATCH] Add libskk milranmike via Guix-patches via
@ 2022-10-14 22:29 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-10-14 22:29 UTC (permalink / raw)
  To: milranmike; +Cc: 58304-done

Hi,

milranmike <milranmike@protonmail.com> skribis:

> From 0c7f80c52468ddb078ff895c5e73be51d8ced23a Mon Sep 17 00:00:00 2001
> From: mirlan <milranmike@protonmail.com>
> Date: Wed, 5 Oct 2022 17:56:19 +0900
> Subject: [PATCH] Add libskk
>
> ---
>  gnu/packages/language.scm | 29 +++++++++++++++++++++++++++++
>  1 file changed, 29 insertions(+)

Applied, thanks!

Ludo’.




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

end of thread, other threads:[~2022-10-14 22:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-05  9:59 [bug#58304] [PATCH] Add libskk milranmike via Guix-patches via
2022-10-14 22:29 ` bug#58304: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).