* calendar: Add remind
@ 2016-09-03 23:11 Stefan Reichör
2016-09-04 15:03 ` Ricardo Wurmus
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Reichör @ 2016-09-03 23:11 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: 0001-calendar-Add-remind.patch --]
[-- Type: text/x-diff, Size: 2136 bytes --]
From 48419a0ebdda5739275decb01d6085fbe3e8ad6f Mon Sep 17 00:00:00 2001
From: Stefan Reichoer <stefan@xsteve.at>
Date: Sun, 4 Sep 2016 01:09:48 +0200
Subject: [PATCH] calendar: Add remind
---
gnu/packages/calendar.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm
index 7f3d05d..6cdbf00 100644
--- a/gnu/packages/calendar.scm
+++ b/gnu/packages/calendar.scm
@@ -4,6 +4,7 @@
;;; Copyright © 2016 Kei Kebreau <kei@openmailbox.org>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Troy Sankey <sankeytms@gmail.com>
+;;; Copyright © 2016 Stefan Reichoer <stefan@xsteve.at>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -26,6 +27,7 @@
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (guix build utils)
+ #:use-module (guix build-system gnu)
#:use-module (guix build-system cmake)
#:use-module (guix build-system python)
#:use-module (gnu packages base)
@@ -134,3 +136,26 @@ data units.")
able to synchronize with CalDAV servers through vdirsyncer.")
(home-page "http://lostpackets.de/khal/")
(license expat)))
+
+(define-public remind
+ (package
+ (name "remind")
+ (version "3.1.15")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://www.roaringpenguin.com/files/download/remind-03.01.15.tar.gz"))
+ (sha256
+ (base32
+ "1hcfcxz5fjzl7606prlb7dgls5kr8z3wb51h48s6qm8ang0b9nla"))))
+ (build-system gnu-build-system)
+ (arguments
+ '(#:tests? #f)) ;no "check" target
+ (home-page "http://www.roaringpenguin.com/products/remind/")
+ (synopsis "Sophisticated calendar and alarm program")
+ (description
+ "Remind allows you to remind yourself of upcoming events and appointments.
+Each reminder or alarm can consist of a message sent to standard output, or a program to be executed.
+It also features: sophisticated date calculation, moon phases, sunrise/sunset, Hebrew calendar, alarms,
+PostScript output and proper handling of holidays.")
+ (license gpl2)))
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: calendar: Add remind
2016-09-03 23:11 calendar: Add remind Stefan Reichör
@ 2016-09-04 15:03 ` Ricardo Wurmus
0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2016-09-04 15:03 UTC (permalink / raw)
To: Stefan Reichör; +Cc: guix-devel
Hi Stefan,
thank you for this patch! I’ve done the following things:
- checked the license (it is indeed GPLv2 only)
- checked the GPG signature
- adjusted the indentation
- added a padding procedure to automatically derive the tarball location
from the version string
- reformatted the description
- changed the commit message
Your contribution has been pushed to master as commit
696cb41be78e514797c26d9c416c15c66f548364.
Thanks again and welcome back :)
~~ Ricardo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-04 15:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-03 23:11 calendar: Add remind Stefan Reichör
2016-09-04 15:03 ` Ricardo Wurmus
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).