GNU bug report logs -
#39818
[PATCH] gnu: Add emacs-ddskk.
Previous Next
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
[Message part 1 (text/plain, inline)]
Your message dated Thu, 05 Mar 2020 19:26:22 +0100
with message-id <87ftemk69d.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#39818] [PATCH] gnu: Add emacs-ddskk.
has caused the debbugs.gnu.org bug report #39818,
regarding [PATCH] gnu: Add emacs-ddskk.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> 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)]
[Message part 3 (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 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
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
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.