[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/08: gnu: Add emacs-alert.
From: |
Alex Kost |
Subject: |
07/08: gnu: Add emacs-alert. |
Date: |
Sat, 28 Jan 2017 09:42:10 +0000 (UTC) |
alezost pushed a commit to branch master
in repository guix.
commit 2c5e31faac1f15962bdf6d76af41ec70c39d1a5c
Author: Mathieu Othacehe <address@hidden>
Date: Fri Jan 27 14:43:47 2017 +0100
gnu: Add emacs-alert.
* gnu/packages/emacs.scm (emacs-alert): New variable.
Signed-off-by: Alex Kost <address@hidden>
---
gnu/packages/emacs.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 266e451..d39d0ec 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3725,3 +3725,29 @@ described at
@uref{http://www.growlforwindows.com/gfw/help/gntp.aspx}.
It is incomplete as it only lets you send but not receive
notifications.")
(license license:bsd-3)))
+
+(define-public emacs-alert
+ (package
+ (name "emacs-alert")
+ (version "1.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/jwiegley/alert/archive/v"
+ version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1693kck3k2iz5zhpmxwqyafxm68hr6gzs60lkxd3j1wlp2c9fwyr"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-gntp" ,emacs-gntp)
+ ("emacs-log4e" ,emacs-log4e)))
+ (home-page "https://github.com/jwiegley/alert")
+ (synopsis "Growl-style notification system for Emacs")
+ (description
+ "Alert is a Growl-workalike for Emacs which uses a common notification
+interface and multiple, selectable \"styles\", whose use is fully
+customizable by the user.")
+ (license license:gpl2+)))
- branch master updated (aaf111a -> c695ed3), Alex Kost, 2017/01/28
- 04/08: gnu: Add emacs-ht., Alex Kost, 2017/01/28
- 01/08: doc: Fix typos., Alex Kost, 2017/01/28
- 06/08: gnu: Add emacs-gntp., Alex Kost, 2017/01/28
- 08/08: gnu: Add emacs-mu4e-alert., Alex Kost, 2017/01/28
- 03/08: gnu: tvtime: Update to 1.0.11., Alex Kost, 2017/01/28
- 07/08: gnu: Add emacs-alert.,
Alex Kost <=
- 02/08: gnu: manaplus: Update to 1.7.1.21., Alex Kost, 2017/01/28
- 05/08: gnu: Add emacs-log4e., Alex Kost, 2017/01/28