Files
haikuports/app-office/calcurse
KeyboardFire ea6afd0236 calcurse: add initial recipe for version 4.3.0 (#1845)
* Create recipe for calcurse

A few things of note:

 * The default terminal font, Noto Mono, does not support the box
   drawing characters that calcurse relies on. Changing the font to Noto
   Sans Mono fixes this issue.

 * calcurse's default date format (format.dayheading) uses the %-d
   format sequence, which Haiku's version of `date' does not support.
   This can easily be fixed by changing it to %d in calcurse's config.

 * The checks for lm and pthread are patched out in configure.ac, as
   these libraries are contained within libroot in Haiku.
2017-12-06 02:30:15 +01:00
..