unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56897] [PATCH] gnu: Add emacs-super-save.
@ 2022-08-02 20:03 Nicolas Graves via Guix-patches via
  2022-08-25 10:32 ` bug#56897: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2022-08-02 20:03 UTC (permalink / raw)
  To: 56897; +Cc: Nicolas Graves

* gnu/packages/emacs-xyz.scm (emacs-super-save): New variable.
---
 gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 408aaf57d2..12597b3fa4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27987,6 +27987,26 @@ (define-public emacs-ssh-agency
 passphrase until the first time you push to a remote.")
     (license license:gpl3+)))
 
+(define-public emacs-super-save
+  (package
+    (name "emacs-super-save")
+    (version "0.3.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://stable.melpa.org/packages/super-save-" version
+             ".el"))
+       (sha256
+        (base32
+         "12znjlpk3b3bkd1cvi922r5nn9r9rxahvmcysrdvdv2ckwdff5ch"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/bbatsov/super-save")
+    (synopsis "Auto-save buffers, based on your activity.")
+    (description "This package implements auto-saving of buffers when they
+lose focus.")
+    (license license:gpl3)))
+
 (define-public emacs-tao-theme
   (let ((commit "468ee4f6ba7afb9dbfc8855ae2c333cb16ca4408")
         (revision "1"))
-- 
2.37.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#56897: [PATCH] gnu: Add emacs-super-save.
  2022-08-02 20:03 [bug#56897] [PATCH] gnu: Add emacs-super-save Nicolas Graves via Guix-patches via
@ 2022-08-25 10:32 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-08-25 10:32 UTC (permalink / raw)
  To: Nicolas Graves via Guix-patches via; +Cc: 56897-done, Nicolas Graves

Hello,

Nicolas Graves via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-super-save): New variable.

Applied with the changes below. Thank you.

> +(define-public emacs-super-save
> +  (package
> +    (name "emacs-super-save")
> +    (version "0.3.0")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append
> +             "https://stable.melpa.org/packages/super-save-" version
> +             ".el"))

I used Github as upstream because MELPA does not provide stable
tarballs.

> +       (sha256
> +        (base32
> +         "12znjlpk3b3bkd1cvi922r5nn9r9rxahvmcysrdvdv2ckwdff5ch"))))
> +    (build-system emacs-build-system)
> +    (home-page "https://github.com/bbatsov/super-save")
> +    (synopsis "Auto-save buffers, based on your activity.")

I removed the full stop at the end of the synopsis.

> +    (description "This package implements auto-saving of buffers when they
> +lose focus.")

I expounded the description a bit.

> +    (license license:gpl3)))

License is actually gpl3+.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-25 10:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-02 20:03 [bug#56897] [PATCH] gnu: Add emacs-super-save Nicolas Graves via Guix-patches via
2022-08-25 10:32 ` bug#56897: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).