0
0
Fork 0
Commit Graph

5 Commits

Author SHA1 Message Date
waddlesplash 4f180bdb94
Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00
Jérôme Duval 892d985e41
calcurse: https homepage 2020-12-22 14:10:16 +01:00
Jerome Duval a9208049df calcurse: bump version. 2019-10-05 20:38:30 +02:00
Augustin Cavalier ae94b1277b Bump revisions of recipes that depend on ncurses. 2019-05-24 16:14:07 -04:00
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