all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: milranmike via Guix-patches via <guix-patches@gnu.org>
To: 58304@debbugs.gnu.org
Subject: [bug#58304] [PATCH] Add libskk.
Date: Wed, 05 Oct 2022 09:59:22 +0000	[thread overview]
Message-ID: <ksKV7iUYOMWbL5aNMfZBVbFLX61PkwZGR-eCKr0aX7l30FIeeisjrHdT8Vo5yP-rxd70NZyhn5TntRT5RxrLONvFEFO_O5OWuHch0jt-Axs=@protonmail.com> (raw)

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


             reply	other threads:[~2022-10-05 11:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-05  9:59 milranmike via Guix-patches via [this message]
2022-10-14 22:29 ` bug#58304: [PATCH] Add libskk Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='ksKV7iUYOMWbL5aNMfZBVbFLX61PkwZGR-eCKr0aX7l30FIeeisjrHdT8Vo5yP-rxd70NZyhn5TntRT5RxrLONvFEFO_O5OWuHch0jt-Axs=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=58304@debbugs.gnu.org \
    --cc=milranmike@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.