GNU bug report logs -
#26237
[PATCH] gnu: add emacs-symon-mode.
Previous Next
Reported by: Vasile Dumitrascu <va511e <at> yahoo.com>
Date: Fri, 24 Mar 2017 16:16:02 UTC
Severity: normal
Tags: fixed, patch
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Vasile Dumitrascu <va511e <at> yahoo.com> writes:
Hi Vasile!
> gnu: add emacs-symon-mode.
>
I capitalized "add" and changed "emacs-symon-mode" to "emacs-symon" to
match with the rest of your patch.
> * gnu/packages/emacs.scm (emacs-symon): New variable.
> ---
> gnu/packages/emacs.scm | 20 ++++++++++++++++++++
> 1 file changed, 20 insertions(+)
>
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index 33a919458..4b7656c20 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -1464,6 +1464,26 @@ allows easily move between them.")
> strings.")
> (license license:gpl3+)))
>
> +(define-public emacs-symon
> + (package
> + (name "emacs-symon")
> + (version "20170224.33")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (string-append
> + "http://melpa.org/packages/symon-"
> + version ".el"))
> + (sha256
> + (base32
> + "109jd7yjhdrrf5jqpqyv543nb28g7065z58bji9pvxanzi4zl2iz"))))
> + (build-system emacs-build-system)
> + (home-page "http://hins11.yu-yake.com/")
> + (synopsis "Tiny graphical system monitor")
> + (description
> + "Tiny graphical system monitor for the Emacs minibuffer when idle.")
> + (license license:gpl3+)))
It turns out the license was actually gpl2+ so I changed the license, too.
> +
> (define-public emacs-sx
> (package
> (name "emacs-sx")
Thanks for the patch! Pushed to master as commit
070e1fe99afce1792cefab88852d800c1567ef19.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 8 years and 61 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.