unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73665] [PATCH] gnu: Add emacs-varuga.
@ 2024-10-06 18:02 Arun Isaac
  2024-10-15  7:20 ` bug#73665: " Nicolas Goaziou via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Arun Isaac @ 2024-10-06 18:02 UTC (permalink / raw)
  To: 73665; +Cc: Arun Isaac, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

* gnu/packages/emacs-xyz.scm (emacs-varuga): New variable.

Change-Id: I6900893ff65011fd8aa935a6b7281e83842b2b66
---
 gnu/packages/emacs-xyz.scm | 31 ++++++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 09ac57a464..869897573b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16,7 +16,7 @@
 ;;; Copyright © 2016, 2019 Alex Griffin <a@ajgrf.com>
 ;;; Copyright © 2016-2024 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 ;;; Copyright © 2016, 2017, 2018 Alex Vong <alexvong1995@gmail.com>
-;;; Copyright © 2016-2022 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2016-2022, 2024 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2017 Christopher Baines <mail@cbaines.net>
 ;;; Copyright © 2017, 2018, 2019, 2020, 2022 Mathieu Othacehe <m.othacehe@gmail.com>
 ;;; Copyright © 2017, 2018, 2019, 2020, 2021, 2022 Clément Lassieur <clement@lassieur.org>
@@ -4882,6 +4882,35 @@ (define-public emacs-calfw
 Emacs buffer.")
     (license license:gpl3+)))
 
+(define-public emacs-varuga
+  (package
+    (name "emacs-varuga")
+    (version "0.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://git.systemreboot.net/varuga/")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "01hlnhqhys8qzfwhza1ypc436zg5lhlkx5yy71bhmrbmyfzfh0fr"))))
+    (build-system emacs-build-system)
+    (arguments
+     `(#:tests? #t))
+    (home-page "https://git.systemreboot.net/varuga/about/")
+    (synopsis "Send ical calendar invites by email")
+    (description "@code{emacs-varuga} allows you to format and send ical
+calendar invites using your Emacs mail client.  These invites are similar to
+those produced by Google Calendar, Outlook Calendar, etc. and are compatible
+with them.
+
+varuga populates a message mode buffer with an ical MIME part (using MML, the
+MIME Meta Language).  It also adds a plain text part listing the time of the
+event in various configured timezones.")
+    (license license:gpl3+)))
+
 (define-public emacs-caml
   (package
     (name "emacs-caml")

base-commit: 970631c36f0369318f184ff3251672d4fc5d24c1
-- 
2.45.2





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

* bug#73665: [PATCH] gnu: Add emacs-varuga.
  2024-10-06 18:02 [bug#73665] [PATCH] gnu: Add emacs-varuga Arun Isaac
@ 2024-10-15  7:20 ` Nicolas Goaziou via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-10-15  7:20 UTC (permalink / raw)
  To: Arun Isaac
  Cc: Katherine Cox-Buday, 73665-done, Liliana Marie Prikler,
	Andrew Tropin

Hello,

Arun Isaac <arunisaac@systemreboot.net> writes:

> * gnu/packages/emacs-xyz.scm (emacs-varuga): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou






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

end of thread, other threads:[~2024-10-15  8:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-06 18:02 [bug#73665] [PATCH] gnu: Add emacs-varuga Arun Isaac
2024-10-15  7:20 ` bug#73665: " Nicolas Goaziou via Guix-patches via

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