guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-ddskk: Update to 17.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-ddskk: Update to 17.1.
Date: Sat, 06 Feb 2021 08:31:55 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2a3c37f  gnu: emacs-ddskk: Update to 17.1.
2a3c37f is described below

commit 2a3c37f5031ea423b8cd2ffb0031c8ca360cbb16
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Feb 6 14:31:00 2021 +0100

    gnu: emacs-ddskk: Update to 17.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-ddskk): Update to 17.1.
    [arguments]: Add phase to fix tests.
    [native-inputs]: Add ruby input for tests.
---
 gnu/packages/emacs-xyz.scm | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b0288eb..224726b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25917,8 +25917,8 @@ a @samp{date} keywords, and optionally, a 
@samp{filetags} keyword.")
 (define-public emacs-ddskk
   ;; XXX: Upstream adds code names to their release tags, so version and code
   ;; name below need to be updated together.
-  (let ((version "16.3")
-        (code-name "Kutomatsunai"))
+  (let ((version "17.1")
+        (code-name "Neppu"))
     (package
       (name "emacs-ddskk")
       (version version)
@@ -25930,7 +25930,7 @@ a @samp{date} keywords, and optionally, a 
@samp{filetags} keyword.")
                (commit (string-append "ddskk-" version "_" code-name))))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0ln4x8f35z5y3kf9m718g223bn3lzcmw40jfjg2j5yi24ydf1wm9"))))
+          (base32 "0xm53rybxki2784gyjkafg6956viyhhcq51kbmnrwc6aw3yzh7aw"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build gnu-build-system)
@@ -25950,9 +25950,14 @@ a @samp{date} keywords, and optionally, a 
@samp{filetags} keyword.")
                  ("SKK_PREFIX" "")
                  ("SKK_INFODIR" '(expand-file-name "info" PREFIX)))
                (for-each make-file-writable (find-files "./doc"))
-               #t)))))
+               #t))
+           (add-after 'unpack 'fix-test
+             (lambda _
+               (substitute* "Makefile"
+                 (("/bin/rm") (which "rm"))))))))
       (native-inputs
-       `(("emacs-minimal" ,emacs-minimal)))
+       `(("emacs-minimal" ,emacs-minimal)
+         ("ruby" ,ruby)))
       (home-page "https://github.com/skk-dev/ddskk";)
       (synopsis "Simple Kana to Kanji conversion program")
       (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]