[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/11: gnu: Add libskk.
From: |
guix-commits |
Subject: |
11/11: gnu: Add libskk. |
Date: |
Tue, 11 Oct 2022 10:16:01 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 68d79a8b60a1a564a8425de8220fb65dc79ba9ee
Author: mirlan <milranmike@protonmail.com>
AuthorDate: Wed Oct 5 17:56:19 2022 +0900
gnu: Add libskk.
* gnu/packages/language.scm (libskk): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/language.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm
index 182ef2f8c2..937954a1ad 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 @@ noun phrases, verb phrases, etc.).")
analysis (pitch, formant, intensity, ...), speech synthesis, labelling,
segmenting
and manipulation.")
(license license:gpl2+)))
+
+(define-public libskk
+ (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 with Japanese kana-to-kanji conversion")
+ (description
+ "libskk is a library to deal with Japanese kana-to-kanji conversion
method.")
+ (license license:gpl3+)))
- branch master updated (f78cfcd7d3 -> 68d79a8b60), guix-commits, 2022/10/11
- 01/11: guix import: Add a blank line after each package definition., guix-commits, 2022/10/11
- 02/11: git: Factorize 'commit-id?' predicate., guix-commits, 2022/10/11
- 03/11: Revert "guix system: Remove unused 'read-operating-system' procedure.", guix-commits, 2022/10/11
- 04/11: gnu: emacs-guix: Update to cf5b7a4., guix-commits, 2022/10/11
- 05/11: gnu: emacs-guix: Remove input labels., guix-commits, 2022/10/11
- 06/11: gnu: python-pydyf: Update to 0.3.0., guix-commits, 2022/10/11
- 10/11: gnu: profanity: Update to 0.13.0., guix-commits, 2022/10/11
- 07/11: gnu: gtkwave: Update to 3.3.113., guix-commits, 2022/10/11
- 09/11: gnu: libstrophe: Update to 0.12.2., guix-commits, 2022/10/11
- 11/11: gnu: Add libskk.,
guix-commits <=
- 08/11: gnu: mmg: Add dependency on Perl., guix-commits, 2022/10/11