GNU bug report logs
Report forwarded
to guix-patches@gnu.org
:
bug#26237
; Package guix-patches
.
(Fri, 24 Mar 2017 16:16:02 GMT) (full text , mbox , link ).
Acknowledgement sent
to Vasile Dumitrascu <va511e@yahoo.com>
:
New bug report received and forwarded. Copy sent to guix-patches@gnu.org
.
(Fri, 24 Mar 2017 16:16:02 GMT) (full text , mbox , link ).
Message #5 received at submit@debbugs.gnu.org (full text , mbox , reply ):
Hi
Please find below a patch for emacs-symon.
Thank you,
Vasile
gnu: add emacs-symon-mode.
* 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+)))
+
(define-public emacs-sx
(package
(name "emacs-sx")
--
2.12.1
Information forwarded
to guix-patches@gnu.org
:
bug#26237
; Package guix-patches
.
(Fri, 24 Mar 2017 21:32:01 GMT) (full text , mbox , link ).
Message #8 received at 26237@debbugs.gnu.org (full text , mbox , reply ):
[Message part 1 (text/plain, inline)]
Vasile Dumitrascu <va511e@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)]
Added tag(s) fixed.
Request was from ludo@gnu.org (Ludovic Courtès)
to control@debbugs.gnu.org
.
(Sun, 26 Mar 2017 14:16:01 GMT) (full text , mbox , link ).
bug closed, send any further explanations to
26237@debbugs.gnu.org and Vasile Dumitrascu <va511e@yahoo.com>
Request was from ludo@gnu.org (Ludovic Courtès)
to control@debbugs.gnu.org
.
(Sun, 26 Mar 2017 14:16:01 GMT) (full text , mbox , link ).
bug archived.
Request was from Debbugs Internal Request <help-debbugs@gnu.org>
to internal_control@debbugs.gnu.org
.
(Mon, 24 Apr 2017 11:24:04 GMT) (full text , mbox , link ).
Display info messages
Send a report that this bug log contains spam .
debbugs.gnu.org maintainers
<help-debbugs@gnu.org >.
Last modified:
Mon Nov 4 22:01:58 2024;
Machine Name:
wallace-server
GNU bug tracking system
Debbugs is free software and licensed under the terms of the
GNU Public License version 2. The current version can be
obtained from https://bugs.debian.org/debbugs-source/ .
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.