[PATCH] gnu: add emacs-symon-mode.

  • Done
  • quality assurance status badge
Details
3 participants
  • Kei Kebreau
  • Ludovic Courtès
  • Vasile Dumitrascu
Owner
unassigned
Submitted by
Vasile Dumitrascu
Severity
normal

Debbugs page

V
V
Vasile Dumitrascu wrote on 24 Mar 2017 08:25
(address . guix-patches@gnu.org)
70739a42-455d-b068-0761-1d9ad866ac88@yahoo.com
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(+)

Toggle diff (33 lines)
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
K
K
Kei Kebreau wrote on 24 Mar 2017 14:31
(name . Vasile Dumitrascu)(address . va511e@yahoo.com)(address . 26237@debbugs.gnu.org)
87efxm2wh0.fsf@openmailbox.org
Vasile Dumitrascu <va511e@yahoo.com> writes:

Hi Vasile!

Toggle quote (3 lines)
> gnu: add emacs-symon-mode.
>

I capitalized "add" and changed "emacs-symon-mode" to "emacs-symon" to
match with the rest of your patch.

Toggle quote (33 lines)
> * 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.

Toggle quote (5 lines)
> +
> (define-public emacs-sx
> (package
> (name "emacs-sx")

Thanks for the patch! Pushed to master as commit
070e1fe99afce1792cefab88852d800c1567ef19.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAljVkBsACgkQ5qXuPBlG
eg3oqA//ab8lkynD2pIprTq2wKmQh0XB/herk3eIBeRjSlNs2F0KL1r6UCFPRnVa
TsdxmuOeybrGejCE3/dtxi5+o9exg1c+gVSJyzJSzC5yFdguonh875Oe50ZGLZOQ
IM1aAxY9Oz+85ZtAPMPFTUYrqLnoj05WkTSRqUmJeuIgn9s+DZNfMXwFbwol0t49
sY03Dn7Rbg6TRxw9RAz+7IG12A87ZeU9rRoErS0QvrEUJ14vhqWPSzhnzZJhUJDY
1C6Et1zb2ddFIvn8qhZmtUnGeaL4Syl14Q6Nc2jp0/Df58utjanYUT5FXPmWX6Si
/2upnakZ2Cozwf2Hanz+mJVvthlk7os+NphY+BHtAqZngSQC8MEj4Wi8eH5Y/Wmk
cpfpKbAH7vMfE188e6q3IekFqNJbuIhg/mZ4FumNTeHZ6LGuXuRcwegOYf644/M/
Gx8SpEoEhbZhTguEYcFEBoinTIlbE9/BjF90tAoNqtkR6PMZAFlddTSh4UgUrlCN
QH+Cad2lRUaMjXItFE3llSjb5+NPBZHGcjXOYDGxHTCXrZdyE6olGbj7l0Qmuta3
djc/VLdcz0l79UEwZDO+1MBKRZ5c2gU/r+PraRB8WFnqy2RZh7c+ytRI43xzt1v3
ehBLGmJMLoZUw2KDL1bicRhU97T1FSx+VjgPTIESx7uQsudVDpw=
=HxgV
-----END PGP SIGNATURE-----

L
L
Ludovic Courtès wrote on 26 Mar 2017 07:14
control message for bug #26237
(address . control@debbugs.gnu.org)
877f3cp1jy.fsf@gnu.org
tags 26237 fixed
close 26237
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 26237
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