GNU bug report logs -
#61713
[PATCH] gnu: Add emacs-display-wttr.
Previous Next
Reported by: conses <contact <at> conses.eu>
Date: Wed, 22 Feb 2023 17:35:02 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
[Message part 1 (text/plain, inline)]
Your message dated Fri, 24 Feb 2023 12:28:29 +0100
with message-id <878rgnnvz6.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#61713] [PATCH] gnu: Add emacs-display-wttr.
has caused the debbugs.gnu.org bug report #61713,
regarding [PATCH] gnu: Add emacs-display-wttr.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
61713: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61713
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/emacs-xyz.scm (emacs-display-wttr): New variable.
---
gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3b12642bc9..8285bd3868 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18229,6 +18229,34 @@ (define-public emacs-which-key
settings).")
(license license:gpl3+)))
+(define-public emacs-display-wttr
+ (package
+ (name "emacs-display-wttr")
+ (version "2.1.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/josegpt/display-wttr")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1hmawlnd2l89p48pviwn4khvjs0iry8x67cyqw70r10dd0ybn851"))))
+ (build-system emacs-build-system)
+ (arguments
+ (list #:tests? #t
+ #:test-command #~(list "emacs" "--batch"
+ "-l" "display-wttr-test.el"
+ "-f" "ert-run-tests-batch-and-exit")))
+ (home-page "https://github.com/josegpt/display-wttr")
+ (synopsis "Display wttr (weather) in the mode line")
+ (description "This package contains a minor mode that can be toggled.
+It fetches weather information based on your location or on a location set in
+@code{display-wttr-locations} from @uref{https://wttr.in} and then displays it
+on the mode line. The entry point is @code{display-wttr}. Heavily inspired by
+@code{display-time}.")
+ (license license:gpl3+)))
+
(define-public emacs-free-keys
(package
(name "emacs-free-keys")
--
2.39.1
--
Best regards,
conses
[Message part 3 (message/rfc822, inline)]
Hello,
conses <contact <at> conses.eu> writes:
> * gnu/packages/emacs-xyz.scm (emacs-display-wttr): New variable.
Applied with minor tweaks to description. Thank you!
Regards,
--
Nicolas Goaziou
This bug report was last modified 2 years and 139 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.