From 046f511d666205aa639d30e21e87455821c65406 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 11 May 2009 23:44:17 -0400 Subject: [PATCH] Bug fix - task now builds on Arch Linux - Applied patch to allow task to build on Arch Linux (thanks to Johan Friis). --- AUTHORS | 1 + ChangeLog | 1 + NEWS | 1 + README | 2 +- html/task.html | 1 + src/Date.h | 1 + src/Grid.h | 1 + 7 files changed, 7 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 837ffe687..bb1cc3836 100644 --- a/AUTHORS +++ b/AUTHORS @@ -14,6 +14,7 @@ Contributing Authors: T. Charles Yun David J Patrick P.C. Shyamshankar + Johan Friis With thanks to: Eugene Kramer diff --git a/ChangeLog b/ChangeLog index a4a528bce..9584fc896 100644 --- a/ChangeLog +++ b/ChangeLog @@ -29,6 +29,7 @@ and can display multiple weeks. + New tab completion script, tab_completion.sh, for bash users (thanks to Federico Hernandez). + + Added patch to allow task to build on Arch Linux (thanks to Johan Friis). ------ old releases ------------------------------ diff --git a/NEWS b/NEWS index 9b6330b64..74adecd87 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,7 @@ Task has been built and tested on the following configurations: - Ubuntu 8 Hardy Heron - Ubuntu 8.10 Intrepid Ibex - Ubuntu 9.04 Jaunty Jackalope + - Arch Linux - Solaris 10 - Cygwin 1.5.25-14 diff --git a/README b/README index 5427555d0..39aa56938 100644 --- a/README +++ b/README @@ -14,7 +14,7 @@ Thank you for taking a look at task. Task is a GTD utility featuring: It is intended that features, mainly in the form of reports will be added frequently, with best practices and useful reports evolving from usage patterns. -Task is scope-limited to GTD functionality only. +Task is scope-limited to GTD-like functionality only. You may want to watch the old task movie on YouTube: diff --git a/html/task.html b/html/task.html index 793e72522..ac991bb79 100644 --- a/html/task.html +++ b/html/task.html @@ -168,6 +168,7 @@ and can display multiple weeks.
  • New tab completion script, tab_completion.sh, for bash users (thanks to Federico Hernandez). +
  • Added patch to allow task to build on Arch Linux (thanks to Johan Friis).

    diff --git a/src/Date.h b/src/Date.h index e8538435d..c920eb18d 100644 --- a/src/Date.h +++ b/src/Date.h @@ -27,6 +27,7 @@ #ifndef INCLUDED_DATE #define INCLUDED_DATE +#include #include class Date; diff --git a/src/Grid.h b/src/Grid.h index e1315e8c3..7160426b0 100644 --- a/src/Grid.h +++ b/src/Grid.h @@ -27,6 +27,7 @@ #ifndef INCLUDED_GRID #define INCLUDED_GRID +#include #include #include