GNU bug report logs - #60550
[PATCH 3/5] gnu: Add emacs-ebdb-i18n-chn.

Previous Next

Package: guix-patches;

Reported by: tumashu <at> 163.com

Date: Wed, 4 Jan 2023 12:48:03 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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#60550: closed ([PATCH 3/5] gnu: Add emacs-ebdb-i18n-chn.)
Date: Fri, 06 Jan 2023 23:57:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 07 Jan 2023 00:56:32 +0100
with message-id <87zgavrzdb.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#60550] [PATCH 3/5] gnu: Add emacs-ebdb-i18n-chn.
has caused the debbugs.gnu.org bug report #60550,
regarding [PATCH 3/5] gnu: Add emacs-ebdb-i18n-chn.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
60550: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60550
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: tumashu <at> 163.com
To: guix-patches <at> gnu.org
Cc: Feng Shu <tumashu <at> 163.com>
Subject: [PATCH 3/5] gnu: Add emacs-ebdb-i18n-chn.
Date: Wed,  4 Jan 2023 20:46:58 +0800
From: Feng Shu <tumashu <at> 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



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: tumashu <at> 163.com
Cc: 60550-done <at> debbugs.gnu.org
Subject: Re: [bug#60550] [PATCH 3/5] gnu: Add emacs-ebdb-i18n-chn.
Date: Sat, 07 Jan 2023 00:56:32 +0100
Hello,

tumashu <at> 163.com writes:

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


This bug report was last modified 2 years and 193 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.