unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 57745@debbugs.gnu.org
Cc: ngraves@ngraves.fr
Subject: [bug#57745] [PATCH] gnu: Add emacs-ednc.
Date: Mon, 12 Sep 2022 08:49:49 +0200	[thread overview]
Message-ID: <20220912064949.9994-1-ngraves@ngraves.fr> (raw)

* 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





             reply	other threads:[~2022-09-12  6:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-12  6:49 Nicolas Graves via Guix-patches via [this message]
2022-09-13 12:51 ` bug#57745: [PATCH] gnu: Add emacs-ednc Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220912064949.9994-1-ngraves@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=57745@debbugs.gnu.org \
    --cc=ngraves@ngraves.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).