[PATCH] gnu: Add emacs-world-time-mode.

  • Done
  • quality assurance status badge
Details
2 participants
  • Arun Isaac
  • Cayetano Santos
Owner
unassigned
Submitted by
Arun Isaac
Severity
normal

Debbugs page

A
A
Arun Isaac wrote on 9 Mar 17:35 -0700
(address . guix-patches@gnu.org)(name . Arun Isaac)(address . arunisaac@systemreboot.net)
2d857b8631cc28f5eea3bdb029d91aae8bb1c8d1.1741566832.git.arunisaac@systemreboot.net
* gnu/packages/emacs-xyz.scm (emacs-world-time-mode): New variable.
---
gnu/packages/emacs-xyz.scm | 25 ++++++++++++++++++++++++-
1 file changed, 24 insertions(+), 1 deletion(-)

Toggle diff (47 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 602f58f006..07ba309870 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16,7 +16,7 @@
;;; Copyright © 2016, 2019 Alex Griffin <a@ajgrf.com>
;;; Copyright © 2016-2025 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2016, 2017, 2018 Alex Vong <alexvong1995@gmail.com>
-;;; Copyright © 2016-2022, 2024 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2016-2022, 2024–2025 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2017 Christopher Baines <mail@cbaines.net>
;;; Copyright © 2017, 2018, 2019, 2020, 2022 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2017, 2018, 2019, 2020, 2021, 2022 Clément Lassieur <clement@lassieur.org>
@@ -3527,6 +3527,29 @@ (define-public emacs-alarm-clock
(description "Alarm Clock provides an alarm clock for Emacs.")
(license license:gpl3+)))
+(define-public emacs-world-time-mode
+ (let ((commit "ce7a3b45c87eb24cfe61eee453175d64f741d7cc")
+ (revision "0"))
+ (package
+ (name "emacs-world-time-mode")
+ (version (git-version "0.0.6" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/nicferrier/emacs-world-time-mode")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0i00xm4rynbp2v3gm6h46ajgj8h8nxnsjh6db1659b0hbpnah0ji"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/nicferrier/emacs-world-time-mode")
+ (synopsis "Show whole days of world time")
+ (description "@code{emacs-world-time-mode} shows time zones in your
+@code{display-time-world-list} formatted as a list of whole days with the
+differing times.")
+ (license license:gpl3+))))
+
(define-public emacs-anaphora
(package
(name "emacs-anaphora")

base-commit: d0510dcd824e1b3fda62a8841e792581d7b8de8d
--
2.48.1
C
C
Cayetano Santos wrote on 17 Mar 13:47 -0700
control message for bug #76904
(name . GNU bug tracker automated control server)(address . control@debbugs.gnu.org)
87zfhjwfid.fsf@inventati.org
user guix
usertag 76904 + reviewed-looks-good
thanks

Items marked as checked:

- commit messages
- package builds
- lint warnings
- package style
- no dependent packages
- synopsis and descriptions
- no package tests
- licenses
- synopsis and descriptions

Comments:

11 years old package !
-----BEGIN PGP SIGNATURE-----

iI0EARYKADUWIQTMuBhC+dcFjs1nN3q/XN9N9r9mggUCZ9iKehccY3NhbnRvc2JA
aW52ZW50YXRpLm9yZwAKCRC/XN9N9r9mglerAP0fCtW11GcFk9MLdhUCYGA0SLcp
lZ1dFvWvWz5U8qpx2QEAxVnjPpe2ajhP++Fx8nmvMwm1VhIWOseqmze2BEEyCQc=
=+J66
-----END PGP SIGNATURE-----

A
A
Arun Isaac wrote on 18 Mar 04:52 -0700
Re: [PATCH] gnu: Add emacs-world-time-mode.
(address . 76904-done@debbugs.gnu.org)(name . Cayetano Santos)(address . csantosb@inventati.org)
87ecyuk12c.fsf@systemreboot.net
Thanks for the review! I have pushed the patch.

Toggle quote (4 lines)
> Comments:
>
> 11 years old package !

And it still works! :-)
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76904@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76904
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch