GNU bug report logs - #57745
[PATCH] gnu: Add emacs-ednc.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Mon, 12 Sep 2022 06:51:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 57745 in the body.
You can then email your comments to 57745 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#57745; Package guix-patches. (Mon, 12 Sep 2022 06:51:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nicolas Graves <ngraves <at> ngraves.fr>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 12 Sep 2022 06:51:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: guix-patches <at> gnu.org
Cc: ngraves <at> ngraves.fr
Subject: [PATCH] gnu: Add emacs-ednc.
Date: Mon, 12 Sep 2022 08:49:49 +0200
* gnu/packages/emacs-xyz.scm (emacs-ednc): New variable.
---
 gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ea5953ca4f..624a5ee030 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30199,6 +30199,34 @@ (define-public emacs-edn
 data format @code{edn}.  See @url{https://github.com/edn-format/edn}.")
       (license license:gpl3+))))
 
+(define-public emacs-ednc
+  (package
+    (name "emacs-ednc")
+    (version "20220404.2105")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/sinic/ednc.git")
+             (commit "940a4adbbeb3b6b1a72270a814d52770dd89a997")))
+       (sha256
+        (base32 "1gsx2qgv5xm9r0i0axd4hf31g2rq2m4a1hvnif48g4xb0llss73c"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/sinic/ednc")
+    (synopsis "Emacs Desktop Notification Center")
+    (description
+     "The Emacs Desktop Notification Center (EDNC) is an Emacs package written in pure
+Lisp that implements a Desktop Notifications service according to the
+freedesktop.org specification.  EDNC aspires to be a small, but flexible drop-in
+replacement of standalone daemons like Dunst.  A global minor mode `ednc-mode'
+tracks active notifications, which users can access by calling the function
+`ednc-notifications'.  They are also free to add their own functions to the
+(abnormal) hook `ednc-notification-amendment-functions' to amend arbitrary data
+and to the (abnormal) hook `ednc-notification-presentation-functions' to present
+notifications as they see fit.  To be useful out of the box, default hooks
+record all notifications in an interactive log buffer `*ednc-log*'.")
+    (license license:gpl3)))
+
 (define-public emacs-helm-clojuredocs
   (let ((commit "5a7f0f2cb401be0b09e73262a1c18265ab9a3cea"))
     (package
-- 
2.37.3





Information forwarded to guix-patches <at> gnu.org:
bug#57745; Package guix-patches. (Tue, 13 Sep 2022 12:52:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Nicolas Graves via Guix-patches via <guix-patches <at> gnu.org>
Cc: 57745-done <at> debbugs.gnu.org, Nicolas Graves <ngraves <at> ngraves.fr>
Subject: Re: [bug#57745] [PATCH] gnu: Add emacs-ednc.
Date: Tue, 13 Sep 2022 14:51:15 +0200
Hello,

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

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

Applied with the changes below. Thank you.

> +    (version "20220404.2105")

I set the base version to "0.1" as specified in "ednc.el" headers.

> +    (description
> +     "The Emacs Desktop Notification Center (EDNC) is an Emacs package written in pure
> +Lisp that implements a Desktop Notifications service according to the
> +freedesktop.org specification.  EDNC aspires to be a small, but flexible drop-in
> +replacement of standalone daemons like Dunst.  A global minor mode `ednc-mode'
> +tracks active notifications, which users can access by calling the function
> +`ednc-notifications'.  They are also free to add their own functions to the
> +(abnormal) hook `ednc-notification-amendment-functions' to amend arbitrary data
> +and to the (abnormal) hook `ednc-notification-presentation-functions' to present
> +notifications as they see fit.  To be useful out of the box, default hooks
> +record all notifications in an interactive log buffer `*ednc-log*'.")

I removed the last part of the description, which belongs to the package
documentation instead.

> +    (license license:gpl3)))

I changed the license to gpl3+ as specified in "ednc.el" headers.

Regards,
-- 
Nicolas Goaziou




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Tue, 13 Sep 2022 12:52:02 GMT) Full text and rfc822 format available.

Notification sent to Nicolas Graves <ngraves <at> ngraves.fr>:
bug acknowledged by developer. (Tue, 13 Sep 2022 12:52:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 12 Oct 2022 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 209 days ago.

Previous Next


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