unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26515: [PATCH] gnu: Add emacs-calfw.
@ 2017-04-15 11:24 Vasile Dumitrascu
       [not found] ` <handler.26515.B.14922555097860.ack@debbugs.gnu.org>
  2017-04-16 10:02 ` bug#26515: [PATCH] gnu: Add emacs-calfw Ludovic Courtès
  0 siblings, 2 replies; 6+ messages in thread
From: Vasile Dumitrascu @ 2017-04-15 11:24 UTC (permalink / raw)
  To: 26515; +Cc: Vasile Dumitrascu

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 976ea31e0..aa7d21dbc 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1207,6 +1207,26 @@ writing input files for TeX, LaTeX, ConTeXt, Texinfo, and docTeX using Emacs
 or XEmacs.")
     (license license:gpl3+)))
 
+(define-public emacs-calfw
+  (package
+    (name "emacs-calfw")
+    (version "1.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/kiwanami/emacs-calfw/archive/v"
+             version ".tar.gz"))
+       (sha256
+        (base32
+         "17ssg8gx66yp63nhygjq2r6kgl4h45cacmrxsxs9f0lrfcx37k0l"))))
+    (build-system emacs-build-system)
+    (home-page "https://elpa.gnu.org/packages/aggressive-indent.html")
+    (synopsis "Calendar framework for Emacs")
+    (description
+     "This program displays a calendar view in the Emacs buffer.")
+    (license license:gpl3+)))
+
 (define-public emacs-mmm-mode
   (package
     (name "emacs-mmm-mode")
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-04-17 22:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-15 11:24 bug#26515: [PATCH] gnu: Add emacs-calfw Vasile Dumitrascu
     [not found] ` <handler.26515.B.14922555097860.ack@debbugs.gnu.org>
2017-04-15 14:37   ` bug#26515: Acknowledgement ([PATCH] gnu: Add emacs-calfw.) Vasile Dumitrascu
2017-04-16  9:20     ` Alex Kost
2017-04-17 22:00       ` Vasile Dumitrascu
2017-04-16 10:02 ` bug#26515: [PATCH] gnu: Add emacs-calfw Ludovic Courtès
2017-04-17 22:01   ` Vasile Dumitrascu

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).