GNU bug report logs - #49586
[PATCH] gnu: Add emacs-autocrypt.

Previous Next

Package: guix-patches;

Reported by: Morgan.J.Smith <at> outlook.com

Date: Thu, 15 Jul 2021 21:44:02 UTC

Severity: normal

Tags: patch

Done: Arun Isaac <arunisaac <at> systemreboot.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Morgan.J.Smith <at> outlook.com
Subject: bug#49586: closed (Re: [PATCH] gnu: Add emacs-autocrypt.)
Date: Sun, 01 Aug 2021 12:52:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#49586: [PATCH] gnu: Add emacs-autocrypt.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 49586 <at> debbugs.gnu.org.

-- 
49586: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49586
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Arun Isaac <arunisaac <at> systemreboot.net>
To: Morgan Smith <Morgan.J.Smith <at> outlook.com>
Cc: 49586-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: Add emacs-autocrypt.
Date: Sun, 01 Aug 2021 18:20:41 +0530
[Message part 3 (text/plain, inline)]
Hi Morgan,

I have applied your patch to master with a few changes to the synopsis
and description. Thanks for contributing to Guix!

Regards,
Arun
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Morgan.J.Smith <at> outlook.com
To: guix-patches <at> gnu.org
Cc: Morgan Smith <Morgan.J.Smith <at> outlook.com>
Subject: [PATCH] gnu: Add emacs-autocrypt.
Date: Thu, 15 Jul 2021 17:43:13 -0400
From: Morgan Smith <Morgan.J.Smith <at> outlook.com>

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9f9f9909b3..0f941b7f9d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12212,6 +12212,32 @@ a visual interface, reduce overhead of completion by using statistic method,
 extensibility.")
     (license license:gpl3+)))
 
+(define-public emacs-autocrypt
+  (let ((revision "0")
+        (commit "5b55f8d37545e9c441788627c17e350d7edf4055"))
+  (package
+    (name "emacs-autocrypt")
+    (version (git-version "0.4.0" revision commit))
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://git.sr.ht/~zge/autocrypt")
+                    (commit commit)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0b06xnjkgwjpxl96mdi674pmvdaiwncifi1a30wxhl1dwr7kr084"))))
+    (build-system emacs-build-system)
+    (home-page "https://git.sr.ht/~zge/autocrypt")
+    (synopsis "Autocrypt implementation")
+    (description "Implementation of Autocrypt (@url{https://autocrypt.org/}) for
+various Emacs MUAs.
+
+Run @code{M-x autocrypt-create-account} to initialize an autocrypt key, and
+add @code{autocrypt-mode} to your MUA's hooks (@code{gnus-mode-hook},
+@code{message-mode-hook}, ...) to activate it's usage.")
+    (license license:cc0))))
+
 (define-public emacs-nginx-mode
   (package
     (name "emacs-nginx-mode")
-- 
2.32.0




This bug report was last modified 3 years and 288 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.