GNU bug report logs - #60548
[PATCH 1/5] gnu: Add emacs-cal-china-x.

Previous Next

Package: guix-patches;

Reported by: tumashu <at> 163.com

Date: Wed, 4 Jan 2023 12:47:01 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: tumashu <at> 163.com
Subject: bug#60548: closed (Re: [bug#60548] [PATCH 1/5] gnu: Add
 emacs-cal-china-x.)
Date: Fri, 06 Jan 2023 23:56:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#60548: [PATCH 1/5] gnu: Add emacs-cal-china-x.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 60548 <at> debbugs.gnu.org.

-- 
60548: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60548
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: tumashu <at> 163.com
Cc: 60548-done <at> debbugs.gnu.org
Subject: Re: [bug#60548] [PATCH 1/5] gnu: Add emacs-cal-china-x.
Date: Sat, 07 Jan 2023 00:55:26 +0100
Hello,

tumashu <at> 163.com writes:

> From: Feng Shu <tumashu <at> 163.com>
>
> * gnu/packages/emacs-xyz.scm (emacs-cal-china-x): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: tumashu <at> 163.com
To: guix-patches <at> gnu.org
Cc: Feng Shu <tumashu <at> 163.com>
Subject: [PATCH 1/5] gnu: Add emacs-cal-china-x.
Date: Wed,  4 Jan 2023 20:46:29 +0800
From: Feng Shu <tumashu <at> 163.com>

* gnu/packages/emacs-xyz.scm (emacs-cal-china-x): New variable.
---
 gnu/packages/emacs-xyz.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f68f5bce2a..d4f0dc82a0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16390,6 +16390,38 @@ (define-public emacs-cnfonts
 configuration of Chinese fonts.")
     (license license:gpl2+)))
 
+(define-public emacs-cal-china-x
+  (let ((revision "0")
+        (commit  "94005e678a1d2522b7a00299779f40c5c77286b8"))
+    (package
+      (name "emacs-cal-china-x")
+      (version (git-version "2.6b" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri
+          (git-reference
+           (url "https://github.com/xwl/cal-china-x")
+           (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0dy9awy5y990wz925rdn95gn23ywarwbvkqq0l0xms1br1v8kxc6"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/xwl/cal-china-x")
+      (synopsis "Chinese localization, lunar/horoscope/zodiac info and more")
+      (description
+       "Cal-China-X provides addition features for Emacs' Cal-China package:
+
+@itemize
+@item Chinese localizations.
+@item Display holiday, lunar, horoscope, zodiac, solar term info on mode line.
+@item Define holidays using holiday-lunar, holiday-solar-term.
+@item Highlight holidays based on different priorities.
+@item Add cal-china-x-chinese-holidays, cal-china-x-japanese-holidays.
+@item custom week diary (like weeks in school).
+@end itemize\n")
+      (license license:gpl3+))))
+
 (define-public emacs-boon
   (package
     (name "emacs-boon")
-- 
2.38.1




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

Previous Next


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