mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-migemo.
* gnu/packages/emacs-xyz.scm (emacs-migemo): New variable. Change-Id: I17da166c1d2bc149f73c9ffcdfb2eb850a0d5dd5 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
e2f37229e5
commit
675009e673
1 changed files with 29 additions and 1 deletions
|
@ -145,7 +145,7 @@
|
|||
;;; Copyright © 2024 Daniel Szmulewicz <daniel.szmulewicz@gmail.com>
|
||||
;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
|
||||
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
|
||||
;;; Copyright © 2024 Spencer King <spencer.king@nursiapress.com>
|
||||
;;; Copyright © 2024, 2025 Spencer King <spencer.king@wustl.edu>
|
||||
;;; Copyright © 2024 emma thompson <bigbookofbug@proton.me>
|
||||
;;; Copyright © 2024-2025 Liam Hupfer <liam@hpfr.net>
|
||||
;;; Copyright © 2024 aurtzy <aurtzy@gmail.com>
|
||||
|
@ -6990,6 +6990,34 @@ depicting stroke orders for all Kanji. The collection is a slightly modified
|
|||
and limited version of the images provided by the KanjiVG project.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-migemo
|
||||
(let ((commit "fbc16b57eace9bf25bcb325032c59c50b186b9d7")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-migemo")
|
||||
(version (git-version "1.9.2" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/emacs-jp/migemo")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "10d27jrmn7k4mqqd5cgqf8jwa0pq9yh2550b1r6lwmz6wx509552"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; tests rely on cmigemo, which has not yet been packaged
|
||||
#:tests? #f))
|
||||
(home-page "https://github.com/emacs-jp/migemo")
|
||||
(synopsis
|
||||
"Japanese incremental search through dynamic pattern expansion")
|
||||
(description
|
||||
"This package provides incremental searching through Japanese text through
|
||||
romanization for Emacs.")
|
||||
(license license:gpl2+))))
|
||||
|
||||
(define-public emacs-kbd
|
||||
;; Package has no release. Version is extracted from "Version:" keyword in
|
||||
;; main file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue