emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57026: closed ([PATCH] gnu: Add emacs-denote.)


From: GNU bug Tracking System
Subject: bug#57026: closed ([PATCH] gnu: Add emacs-denote.)
Date: Fri, 26 Aug 2022 08:38:01 +0000

Your message dated Fri, 26 Aug 2022 10:37:38 +0200
with message-id <8735djqu25.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#57026] [PATCH v3] gnu: Add emacs-denote.
has caused the debbugs.gnu.org bug report #57026,
regarding [PATCH] gnu: Add emacs-denote.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57026: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57026
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-denote. Date: Sat, 6 Aug 2022 22:15:42 -0500
* gnu/packages/emacs-xyz.scm (emacs-denote): New variable.
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 08b2359577..2b360e53cc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13617,6 +13617,28 @@ (define-public emacs-log4e
 you to deal with multiple log levels.")
     (license license:gpl3+)))
 
+(define-public emacs-denote
+  (package
+    (name "emacs-denote")
+    (version "0.4.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://git.sr.ht/~protesilaos/denote";)
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0vh0nc416yyhnqsp1vwk889iic0412hx4h1qf49b1gmzjy566v2n"))))
+    (build-system emacs-build-system)
+    (native-inputs (list texinfo))
+    (home-page "https://protesilaos.com/emacs/denote/";)
+    (synopsis "Simple notes for Emacs")
+    (description
+"Denote aims to be a simple-to-use, focused-in-scope, and effective
+note-taking tool for Emacs.")
+    (license license:gpl3+)))
+
 (define-public emacs-logos
   (package
     (name "emacs-logos")
-- 
2.37.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#57026] [PATCH v3] gnu: Add emacs-denote. Date: Fri, 26 Aug 2022 10:37:38 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hello,

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

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

Applied. Thank you.

> +    (description
> +"Denote aims to be a simple-to-use, focused-in-scope, and effective
> +note-taking tool for Emacs.")

I replaced this with the description from the homepage. It seemed more
useful.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]