diff mbox series

[bug#60550,3/5] gnu: Add emacs-ebdb-i18n-chn.

Message ID 20230104124658.19952-1-tumashu@163.com
State New
Headers show
Series [bug#60548,1/5] gnu: Add emacs-cal-china-x. | expand

Commit Message

Feng Shu Jan. 4, 2023, 12:46 p.m. UTC
From: Feng Shu <tumashu@163.com>

* gnu/packages/emacs-xyz.scm (emacs-ebdb-i18n-chn): New variable.
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Comments

Nicolas Goaziou Jan. 6, 2023, 11:56 p.m. UTC | #1
Hello,

tumashu@163.com writes:

> From: Feng Shu <tumashu@163.com>
>
> * gnu/packages/emacs-xyz.scm (emacs-ebdb-i18n-chn): New variable.

Applied. Thank you.

Regards,
diff mbox series

Patch

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 507ba3be61..417e9ee1f5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30103,6 +30103,28 @@  (define-public emacs-ebdb
 Lisp's (relatively new) EIEIO object oriented libraries.")
     (license license:gpl3+)))
 
+(define-public emacs-ebdb-i18n-chn
+  (package
+    (name "emacs-ebdb-i18n-chn")
+    (version "1.3.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://elpa.gnu.org/packages/"
+                           "ebdb-i18n-chn-" version ".tar"))
+       (sha256
+        (base32 "06ii9xi2y157vfbhx75mn80ash22d1xgcyp9kzz1s0lkxwlv74zj"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-ebdb emacs-pyim))
+    (home-page "https://elpa.gnu.org/packages/ebdb-i18n-chn.html")
+    (synopsis "China-specific internationalization support for EBDB")
+    (description
+     "Ebdb-I18n-Chn making EBDB nicer to use with China-based contacts, both for
+handling Chinese characters, and for formatting of phones and addresses.  Be
+aware that using this library will incur a non-neglible slowdown at load time.
+It shouldn't have any real impact on search and completion times.")
+    (license license:gpl3+)))
+
 (define-public emacs-refactor
   (package
     (name "emacs-refactor")