unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60550] [PATCH 3/5] gnu: Add emacs-ebdb-i18n-chn.
@ 2023-01-04 12:46 tumashu
  2023-01-06 23:56 ` bug#60550: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: tumashu @ 2023-01-04 12:46 UTC (permalink / raw)
  To: 60550; +Cc: Feng Shu

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(+)

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")
-- 
2.38.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#60550: [PATCH 3/5] gnu: Add emacs-ebdb-i18n-chn.
  2023-01-04 12:46 [bug#60550] [PATCH 3/5] gnu: Add emacs-ebdb-i18n-chn tumashu
@ 2023-01-06 23:56 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-01-06 23:56 UTC (permalink / raw)
  To: tumashu; +Cc: 60550-done

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,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-06 23:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-04 12:46 [bug#60550] [PATCH 3/5] gnu: Add emacs-ebdb-i18n-chn tumashu
2023-01-06 23:56 ` bug#60550: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).