mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug fix - task now builds on Arch Linux
- Applied patch to allow task to build on Arch Linux (thanks to Johan Friis).
This commit is contained in:
parent
e2e5b4884c
commit
046f511d66
7 changed files with 7 additions and 1 deletions
1
AUTHORS
1
AUTHORS
|
@ -14,6 +14,7 @@ Contributing Authors:
|
|||
T. Charles Yun
|
||||
David J Patrick
|
||||
P.C. Shyamshankar
|
||||
Johan Friis
|
||||
|
||||
With thanks to:
|
||||
Eugene Kramer
|
||||
|
|
|
@ -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 ------------------------------
|
||||
|
||||
|
|
1
NEWS
1
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
|
||||
|
||||
|
|
2
README
2
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:
|
||||
|
||||
|
|
|
@ -168,6 +168,7 @@
|
|||
and can display multiple weeks.
|
||||
<li>New tab completion script, tab_completion.sh, for bash users (thanks
|
||||
to Federico Hernandez).
|
||||
<li>Added patch to allow task to build on Arch Linux (thanks to Johan Friis).
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#ifndef INCLUDED_DATE
|
||||
#define INCLUDED_DATE
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string>
|
||||
|
||||
class Date;
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#ifndef INCLUDED_GRID
|
||||
#define INCLUDED_GRID
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue