guix-patches
[Top][All Lists]
Advanced

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

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


From: Nicolas Goaziou
Subject: bug#57745: [PATCH] gnu: Add emacs-ednc.
Date: Tue, 13 Sep 2022 14:51:15 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

Hello,

Nicolas Graves via Guix-patches via <guix-patches@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 via email to

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