unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Mathieu Othacehe <m.othacehe@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH v2 3/5] gnu: Add emacs-gntp.
Date: Fri, 27 Jan 2017 14:43:46 +0100	[thread overview]
Message-ID: <20170127134348.29162-4-m.othacehe@gmail.com> (raw)
In-Reply-To: <20170127134348.29162-1-m.othacehe@gmail.com>

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 35294a9bc..aaa67615f 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3699,3 +3699,27 @@ provides functions to convert hash tables from and to alists and plists.")
      "This package provides a logging framework for elisp. It allows to deal with
 multiple log levels.")
     (license license:gpl3+)))
+
+(define-public emacs-gntp
+  (package
+    (name "emacs-gntp")
+    (version "0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/tekai/gntp.el/archive/"
+             "v" version ".tar.gz"))
+       (sha256
+        (base32
+         "16c1dfkia9yhl206bdhjr3b8kfvqcqr38jl5lq8qsyrrzsnmghny"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/tekai/gntp.el")
+    (synopsis
+     "Growl Notification Protocol for Emacs")
+    (description
+     "This package implements the Growl Notification Protocol GNTP
+described at http://www.growlforwindows.com/gfw/help/gntp.aspx
+It is incomplete as it only lets you send but not receive
+notifications.")
+    (license license:gpl3+)))
-- 
2.11.0

  parent reply	other threads:[~2017-01-27 13:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-27 13:43 [PATCH v2 0/5] Add emacs-mu4e-alert Mathieu Othacehe
2017-01-27 13:43 ` [PATCH v2 1/5] gnu: Add emacs-ht Mathieu Othacehe
2017-01-27 13:43 ` [PATCH v2 2/5] gnu: Add emacs-log4e Mathieu Othacehe
2017-01-27 13:43 ` Mathieu Othacehe [this message]
2017-01-28  9:44   ` [PATCH v2 3/5] gnu: Add emacs-gntp Alex Kost
2017-01-27 13:43 ` [PATCH v2 4/5] gnu: Add emacs-alert Mathieu Othacehe
2017-01-28  9:43   ` Alex Kost
2017-01-27 13:43 ` [PATCH v2 5/5] gnu: Add emacs-mu4e-alert Mathieu Othacehe
2017-01-28  9:42 ` [PATCH v2 0/5] " Alex Kost

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=20170127134348.29162-4-m.othacehe@gmail.com \
    --to=m.othacehe@gmail.com \
    --cc=guix-devel@gnu.org \
    /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).