Commit Graph

187 Commits

Author SHA1 Message Date
Crestwave
310706db41 neofetch: bump to 7.0.0 (#4780)
Co-authored-by: Crestwave <crestwave@users.noreply.github.com>
2020-03-15 09:05:19 +01:00
Anna Arad
2023f21e25 nnn: bump to 3.0 (#4792)
Co-authored-by: Anna Arad <annagram@shards.me>
2020-03-14 15:47:39 +03:00
Alexander von Gluck IV
0e4ef3fedc binwalk: Add initial binwalk recipe. 2020-03-07 17:50:48 -06:00
Schrijvers Luc
67c52a889b jigit, bump version (#4701) 2020-02-08 17:35:03 +01:00
Bach Nguyen
b5e6cc020a jigit [recipe] (#3423)
* jigit [recipe]
2020-02-08 08:19:46 +01:00
François Revol
fbb0110016 screen: Add a recipe for latest git + my patchset
It finally decided to work, although crashes on exit if you hit a key before
the 15s timeout, so there's still a bug there.

make check fails currently.
2020-02-03 22:35:24 +01:00
trungnt2910
b792d1eae0 Updated recipe for gcal to v4.1 (#4615)
* Updated recipe for gcal to version 4.1
2020-01-19 17:25:40 +01:00
Anna Arad
fa384271c2 nnn: bump to 2.9 (#4586) 2020-01-15 12:09:07 +03:00
Anna Arad
183364d9a4 Add nnn recipe (#4499) 2020-01-03 14:49:00 +01:00
Kyle Ambroff-Kao
0186c63a17 tmux: Fix crash loading config (#4477)
The tmux code depends on some BSD functionality, namely fparseln,
when parsing configs. This is called in load_cfg during startup after
finding the appropriate config file to load.

On platforms where fparseln isn't available, tmux uses a polyfill
library called compat that it ships with, which includes a fork of the
FreeBSD fparseln function.

The autoconf script for tmux searches the libutil header for fparseln
in order to determine whether to use this compat library or the
fparseln from the the system.

Before this patch, on my x86_64 system at least, tmux would crash on
startup trying to load $HOME/.tmux.conf. It turns out that this is
because on Haiku, the FreeBSD compatibility in libutil code is
disabled in /system/develop/headers/bsd/features.h unless either
_BSD_SOURCE is defined.

    #if defined(_BSD_SOURCE) \
            || (!defined(__STRICT_ANSI__) && !defined(_POSIX_C_SOURCE))
            #define _DEFAULT_SOURCE
    #endif

Since _BSD_SOURCE is not defined, and _POSIX_C_SOURCE *is* defined
(because the compiler is given -std=gnu99), then _DEFAULT_SOURCE is
never defined.

The end result is that fparseln is visible to autoconf, but is not
visible to the compiler when compiling cfg.c.

This leads fparseln to be implicitly defined, which changes the return
type from char* to int, and that conversion can cause a SEGFAULT.

The effect of this patch is to just define _BSD_SOURCE so that the
FreeBSD compat code is visible to the compiler, which produces a tmux
binary that works as expected.
2019-12-23 07:36:06 +01:00
Rafał Bernacki
cc5c1eed93 update screenfetch recipe (#4426)
* added recipe for screenfetch 3.9.1
2019-12-07 19:37:04 +01:00
Jerome Duval
a1264f955e jq: bump version. 2019-11-24 18:39:47 +01:00
Jerome Duval
9bb91681d5 ansiweather: bump version. 2019-11-22 17:29:25 +01:00
Calvin Hill
26539ec2f2 tldr: new recipe (#4308) 2019-10-24 11:43:36 +02:00
Jerome Duval
bf38305d9d ansiweather: bump version. 2019-10-05 20:26:12 +02:00
waddlesplash
e52c1f4c09 neofetch: Revbump. 2019-10-02 22:23:45 -04:00
Crestwave
0dbfb77bad neofetch: fix uptime (#4207) 2019-10-02 22:19:55 -04:00
Crestwave
cd32a206cf pfetch: new recipe (#4206) 2019-10-02 22:19:36 -04:00
Crestwave
3d6a13fa06 bat: redo from scratch (#4204) 2019-10-02 22:17:15 -04:00
miqlas
555a728d56 Neofetch, bump, bugfixes (#4151) 2019-09-01 12:17:59 +02:00
Jérôme Duval
52c6fb142b bat: broken build 2019-07-02 13:25:55 +02:00
Nikolay Korotkiy
2de666a595 bat: new recipe (#3947) 2019-06-27 01:06:43 +03:00
Sergei Reznikov
9119819b6a mc: bump version 2019-06-24 21:33:53 +03:00
Augustin Cavalier
ae94b1277b Bump revisions of recipes that depend on ncurses. 2019-05-24 16:14:07 -04:00
Jérôme Duval
9273763bf8 asciinema: bump revision for the x86 buildbot. 2019-04-30 23:19:20 +02:00
Jérôme Duval
d835c7bd51 asciinema: rebuild for python 3.7. 2019-04-30 22:39:53 +02:00
Schrijvers Luc
238e83cbea lcdproc, enable secondary arch (#3777) 2019-04-23 13:35:32 -04:00
Jerome Duval
1d573965a7 tmux: bump version. 2019-03-30 13:44:11 +01:00
Schrijvers Luc
7f1aa1c3a9 fff: bump version (#3662) 2019-02-25 08:27:06 +01:00
Jérôme Duval
d9a678508a fff: remove patch. 2019-02-04 11:30:07 +01:00
Jérôme Duval
c2d77dcafb fff: fix checksum. 2019-02-04 11:29:46 +01:00
Crestwave
5afdc93533 fff: bump to 2.0. (#3592) 2019-02-02 13:23:48 -05:00
Crestwave
f58e9f7a7e peaclock: bump to 0.1.7. (#3591) 2019-01-29 13:28:48 +01:00
Crestwave
92755396d5 peaclock: bump to 0.1.6. (#3569) 2019-01-27 12:18:46 +07:00
Crestwave
af20337f64 asciinema: bump to 2.0.2. (#3561) 2019-01-27 12:13:48 +07:00
Crestwave
9f8ce65bc5 fff: bump to 1.5. (#3581) 2019-01-23 08:36:58 +01:00
Crestwave
29125a2f62 fff: new recipe (#3472) 2019-01-18 15:53:20 +07:00
Crestwave
7dae5efd2c peaclock: new recipe (#3556) 2019-01-14 15:04:52 +07:00
Sergei Reznikov
edc0efacd9 mc: bump version 2019-01-03 14:00:31 +03:00
Crestwave
658472e610 ranger: bump to 1.9.2 (#3409) 2018-12-17 14:17:43 -05:00
Crestwave
ae979b43b4 asciinema: bump version and rewrite recipe (#3323) 2018-11-02 15:31:02 +00:00
Gabriele Baldassarre
ceb25c6d1b Hello: new recipe (#3206) 2018-10-11 07:42:38 +00:00
Schrijvers Luc
03740ccd35 ansiweather: bump version (#3087) 2018-09-19 08:14:01 +02:00
Jérôme Duval
0210be5aff googlemaps_mini: explicit qmake version dependency. 2018-09-13 13:54:05 +02:00
Jerome Duval
3b10cbdba8 fix missing $secondaryArchSuffix
clean up.
2018-09-05 07:37:48 +02:00
Jerome Duval
189994c0a6 app-*: reorder sections. 2018-08-08 14:24:56 +02:00
Jerome Duval
f67b534c07 COMMIT/commit => srcGitRev.
* code style.
2018-08-07 08:56:57 +02:00
Jerome Duval
ac17bd1be4 code style. 2018-08-07 08:26:26 +02:00
Jerome Duval
7c3d1973c0 app-*: code style. 2018-08-03 16:25:34 +02:00
Jerome Duval
8965697be6 neofetch: code style. 2018-08-03 07:16:56 +02:00