[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#62968: [PATCH] Add skktools.
From: |
Ludovic Courtès |
Subject: |
bug#62968: [PATCH] Add skktools. |
Date: |
Tue, 30 May 2023 00:14:51 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Hi,
gemmaro <gemmaro.dev@gmail.com> skribis:
> Hello,
>
> This patch adds skktools, which are SKK dictionary maintenance tools.
>
> Some notes about this patch:
>
> * skktools has skkdic-* programs and a number of scripts.
> * Some scripts were excluded from the installation target because they
> are not available on modern systems.
> * To install Emacs Lisp file, emacs-build-system is partially used
> with reference to the guile-wisp package definition [1].
>
> I submitted this package to the Guix-jp channel ([2], thanks ROCKTAKEY
> for review!), and I thought it would be nice to have it on the
> official channel too.
>
> 1:
> https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/guile-xyz.scm?id=f3424ada316a9962818b60ae22236efce8bd9fb7#n2107
> 2: https://gitlab.com/guix-jp/channel/-/merge_requests/8
>
> Regards,
> gemmaro.
>
> * gnu/packages/language.scm (skktools): New variable.
Sorry for the long delay. Applied the changes below (license is ‘gpl2+’
because source file headers explicitly say “or any later version”).
Thanks!
Ludo’.
diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm
index 004a2df289..27a6ebf329 100644
--- a/gnu/packages/language.scm
+++ b/gnu/packages/language.scm
@@ -1070,10 +1070,10 @@ (define-public skktools
(home-page "https://github.com/skk-dev/skktools")
(synopsis "SKK dictionary maintenance tools")
(description
- "The skktools are SKK dictionary maintenance tools. Note that the
-scripts are located under the share directory, while there might be
-some missing interpreters and might not work.")
- (license license:gpl2)))
+ "The skktools are SKK dictionary maintenance tools. This includes
+commands such as @command{skkdic-count}, @command{skkdic-expr}, and
+@command{skkdic-sort}.")
+ (license license:gpl2+)))
(define-public mecab
(package
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#62968: [PATCH] Add skktools.,
Ludovic Courtès <=