[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: Add emacs-ebdb-i18n-chn.
From: |
guix-commits |
Subject: |
07/09: gnu: Add emacs-ebdb-i18n-chn. |
Date: |
Fri, 6 Jan 2023 18:51:08 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 11d9077be1097bb6e1cc4f7c960419e8658f2de5
Author: Feng Shu <tumashu@163.com>
AuthorDate: Sat Jan 7 00:38:50 2023 +0100
gnu: Add emacs-ebdb-i18n-chn.
* gnu/packages/emacs-xyz.scm (emacs-ebdb-i18n-chn): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
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 a3e1832242..5718541971 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30125,6 +30125,28 @@ a re-write of the Insidious Big Brother Database
(BBDB) using Emacs
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 makes 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")
- branch master updated (cce9ff2d5a -> d16edd03cf), guix-commits, 2023/01/06
- 01/09: gnu: emacs-benchmark-init: Update to 1.1., guix-commits, 2023/01/06
- 03/09: gnu: emacs-consult: Update to 0.31., guix-commits, 2023/01/06
- 05/09: gnu: emacs-pyim-basedict: Install pyim-basedict.pyim file., guix-commits, 2023/01/06
- 06/09: gnu: Add emacs-cal-china-x., guix-commits, 2023/01/06
- 07/09: gnu: Add emacs-ebdb-i18n-chn.,
guix-commits <=
- 02/09: gnu: emacs-compat: Update to 29.1.0.1., guix-commits, 2023/01/06
- 09/09: gnu: emacs-company-posframe: Update to 0.7.0., guix-commits, 2023/01/06
- 04/09: gnu: emacs-inspector: Update to 0.10., guix-commits, 2023/01/06
- 08/09: gnu: Add emacs-citre., guix-commits, 2023/01/06