Commit Graph

8 Commits

Author SHA1 Message Date
OscarL
ab63f98c52 calcurse: Work-around for #8661. (#8665)
$XDG_DATA_HOME (~/config/non-packaged/data) should always be there,
so avoid errors while tryiing to mkdir() it again while trying to
create the "calcurse" subdir.
2023-05-18 06:30:47 +02:00
Schrijvers Luc
acbf22fa48 calcurse, bump version (#8660) 2023-05-17 15:29:06 +02:00
extrowerk
14d7211a0f calcurse: bump (#6732) 2022-03-15 14:39:40 -04:00
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