gnu: Add emacs-cal-china-x.
* gnu/packages/emacs-xyz.scm (emacs-cal-china-x): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
78a29b0f85
commit
5527368bcc
|
@ -16387,6 +16387,38 @@ constructs.")
|
||||||
configuration of Chinese fonts.")
|
configuration of Chinese fonts.")
|
||||||
(license license:gpl2+)))
|
(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 additional 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")
|
||||||
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-boon
|
(define-public emacs-boon
|
||||||
(package
|
(package
|
||||||
(name "emacs-boon")
|
(name "emacs-boon")
|
||||||
|
|
Reference in New Issue