all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: gemmaro <gemmaro.dev@gmail.com>
Cc: 62968-done@debbugs.gnu.org
Subject: bug#62968: [PATCH] Add skktools.
Date: Tue, 30 May 2023 00:14:51 +0200	[thread overview]
Message-ID: <87h6rueqec.fsf@gnu.org> (raw)
In-Reply-To: <3892d2a81cef75c2f7d81ada5600c28739651c40.1681997174.git.gemmaro.dev@gmail.com> (gemmaro's message of "Thu, 20 Apr 2023 23:06:28 +0900")

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

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’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 795 bytes --]

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

      reply	other threads:[~2023-05-29 22:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-20 14:06 [bug#62968] [PATCH] Add skktools gemmaro
2023-05-29 22:14 ` Ludovic Courtès [this message]

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=87h6rueqec.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=62968-done@debbugs.gnu.org \
    --cc=gemmaro.dev@gmail.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.