GNU bug report logs - #39818
[PATCH] gnu: Add emacs-ddskk.

Previous Next

Package: guix-patches;

Reported by: Masaya Tojo <masaya <at> tojo.tokyo>

Date: Fri, 28 Feb 2020 01:19:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Masaya Tojo <masaya <at> tojo.tokyo>
Subject: bug#39818: closed (Re: [bug#39818] [PATCH] gnu: Add emacs-ddskk.)
Date: Thu, 05 Mar 2020 18:27:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#39818: [PATCH] gnu: Add emacs-ddskk.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 39818 <at> debbugs.gnu.org.

-- 
39818: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39818
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Masaya Tojo <masaya <at> tojo.tokyo>
Cc: 39818-done <at> debbugs.gnu.org
Subject: Re: [bug#39818] [PATCH] gnu: Add emacs-ddskk.
Date: Thu, 05 Mar 2020 19:26:22 +0100
Hello,

Masaya Tojo <masaya <at> tojo.tokyo> writes:

> I resend new revision.

Thank you!

I applied your patch as 5d0f33c2ab9aa0cdc51a35525e895a603eac78ea, with
the following changes:

- I used a top-level `version' and `code-name' variables instead of
  using release commit.
- I specified that the input method was on Emacs in description.

Regards,

-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: Masaya Tojo <masaya <at> tojo.tokyo>
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add emacs-ddskk.
Date: Fri, 28 Feb 2020 00:44:22 +0000
[Message part 4 (text/plain, inline)]
Hello.
* gnu/packages/emacs-xyz.scm (emacs-ddskk): New variable.

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a9b36dd882..116786d0d6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -60,6 +60,7 @@
;;; Copyright © 2020 Paul Garlick <pgarlick <at> tourbillion-technology.com>
;;; Copyright © 2020 Robert Smith <robertsmith <at> posteo.net>
;;; Copyright © 2020 Evan Straw <evan.straw99 <at> gmail.com>
+;;; Copyright © 2020 Masaya Tojo <masaya <at> tojo.tokyo>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -21667,3 +21668,26 @@ EXIF, XMP and IPTC.")
generate random passwords and insert them into the current buffer.  It also
supports generation of phonetic and numeric passwords.")
     (license license:artistic2.0)))
+
+(define emacs-ddskk
+  (package
+    (name "emacs-ddskk")
+    (version "17.0.50")
+    (home-page "https://github.com/skk-dev/ddskk")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url home-page)
+             (commit "b7bf6fa0e0fbb562c27a887283627a8781de0a34")))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "1ysn73yysaxpm93y9d4g2hmnd7qhh6lv93wgkrdw1cx11xl1g7yk"))))
+    (build-system emacs-build-system)
+    (inputs `(("inetutils" ,inetutils)))
+    (synopsis "Simple Kana to Kanji conversion program")
+    (description "Daredevil SKK is a version of SKK (Simple Kana to Kanji
+ conversion program, an input method of Japanese) maintained by the SKK
+ development team at http://openlab.jp/skk.")
+    (license license:gpl2+)))
[Message part 5 (text/html, inline)]

This bug report was last modified 5 years and 79 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.