Commit Graph

182 Commits

Author SHA1 Message Date
extrowerk
fc9d8fa899 Bash: bump (#5478) 2020-12-10 20:39:45 +01:00
Jerome Duval
bdb23b3d9d bash: bump version 2020-11-19 15:02:18 +01:00
extrowerk
898ddca288 Xonsh 0.9.23 (#5321)
* xonsh: new recipe

* remove cruft
2020-11-09 08:11:03 +01:00
Jerome Duval
b52803cfa4 bash: bump version. 2020-05-22 16:22:22 +02:00
Jérôme Duval
814e669788 mksh: fix PATCHES 2020-03-24 17:46:59 +01:00
dragonmaus
252853e7b8 mksh: Update user profile paths (#4824) 2020-03-24 10:44:57 -04:00
extrowerk
d6da5fbbbe ZSH: bump (#4767) 2020-03-01 21:26:03 +03:00
Jerome Duval
98ce167537 bash: bump version. 2020-02-15 18:58:35 +01:00
François Revol
2c95bf707c Enable m68k for the base packages
This is needed to build the source packages to use in the bootstrap image.
2020-02-04 22:44:39 +01:00
PulkoMandy
3858612e37 Add sparc architecture to some recipes and fix bash
Needed for succesful bootstrap.

Bash recipe fails to find files if the PATCH() code is not run from the
source directory.
2020-01-21 20:27:37 +01:00
Jérôme Duval
29f6a6a494 bash: libhistory comes from readline too. 2019-12-03 18:38:45 +01:00
Jérôme Duval
25afa00c67 bash: bump revision for rebuild. 2019-12-03 18:15:44 +01:00
Jérôme Duval
6fda56939a Revert "bash: disable all versions on x86_gcc2."
This reverts commit baca1ffde3.
2019-12-03 17:56:15 +01:00
Jérôme Duval
baca1ffde3 bash: disable all versions on x86_gcc2. 2019-12-03 17:50:35 +01:00
Jérôme Duval
02b6164248 Revert "bash: disable all versions."
This reverts commit 5744314a4d.
2019-12-03 17:29:48 +01:00
Jérôme Duval
5744314a4d bash: disable all versions. 2019-12-03 17:25:42 +01:00
Jerome Duval
57c9a05456 bash: rebuild with readline8 2019-12-01 11:23:38 +01:00
Jerome Duval
d119cd7352 bash: add recipe for version 5.0.011. 2019-09-10 20:45:11 +02:00
miqlas
563b52b935 MKSH: bump version (#4135) 2019-08-25 18:09:49 +03:00
Schrijvers Luc
96e6239d2a fish, don't use secondrayArchSuffix when using binDir for defineDebugInfoPackage (#3989) 2019-07-15 06:55:10 +02:00
Augustin Cavalier
ae94b1277b Bump revisions of recipes that depend on ncurses. 2019-05-24 16:14:07 -04:00
miqlas
ba24cfc3d4 ZSH: C89 patches from hanya (#3645) 2019-02-18 09:00:42 -05:00
miqlas
755c824719 ZSH: bump (#3630) 2019-02-11 15:39:47 -05:00
miqlas
9cf55453c5 Fix zsh install (#3359) 2018-12-02 20:16:57 +01:00
miqlas
d94ae57b2b ZSH: bump (#3278) 2018-10-30 20:36:59 -04:00
miqlas
a34fa70684 MKSH: bump (#3285) 2018-10-30 20:36:38 -04:00
miqlas
352b82f5f6 HSTR: bump version (#3284) 2018-10-29 07:37:05 +01:00
Jerome Duval
e52f45b521 zsh: update HOMEPAGE. 2018-09-21 11:11:11 +02:00
Leorize
cd7c9f7bf3 app-shells/command_not_found: move profile script
Moved the script to dataDir, this will make sure the script is removed
after the package is deactivated.

Users may override the handle by placing appropriate files in
/etc/profile.d
2018-09-17 22:56:02 +07:00
Jerome Duval
189994c0a6 app-*: reorder sections. 2018-08-08 14:24:56 +02:00
Jerome Duval
1d9d033c65 fish: code style. 2018-08-03 16:25:35 +02:00
Jerome Duval
7ced44ba0f bash_completion: code style. 2018-08-03 07:20:37 +02:00
Leorize
728340e427 app-shells/command_not_found: fix handler
- Properly escaped dollar signs
- Respects command_not_found error code
- Added fallback to avoid deadlock in case command_not_found was
uninstalled

Solves #2760
2018-07-29 19:54:22 +07:00
miqlas
a0f7e4962a es: new recipe (#2751) 2018-07-21 17:41:47 +02:00
miqlas
5025928170 HSTR: new recipe (#2503) 2018-07-21 17:40:17 +02:00
fbrosson
80feddc7a7 bash: bump to 4.4.023, avoid hardcoded paths in PATCH(). (#2645)
Avoid ../../sources-$i/ and, instead, use \$sourceDir$i/ with eval.
2018-06-05 10:00:21 +00:00
fbrosson
44d419c96f zsh: move zprofile and zshenv to additional-files. 2018-05-24 23:40:24 +07:00
fbrosson
65f2c797f7 zsh: bump to 5.5.1. 2018-05-24 23:40:24 +07:00
fbrosson
cdde99e18c zsh: add C89 fixes for gcc2 compatibility 2018-05-24 23:40:24 +07:00
Leorize
92847ab7d9 app-shells/zsh: various improvements
- Recipe changes:
  - A SUMMARY that better reflects zsh
  - Added GLOBAL_WRITABLES_FILES and USER_SETTINGS_FILES
  - LICENSE and COPYRIGHT updated
  - Introduced the _doc package with HTML and PDF documentations
  - Global configuration files has been moved to the correct location
  - Various part has been cleaned up
  - A fake home directory is created for TEST() to keep user home
    directory clean, if we ever to support non-chroot building

- Functional changes:
  - zsh now sources /etc/profile by default
  - Unless the user has dotfiles in their home directory, place them
    in B_USER_SETTINGS_DIRECTORY/zsh by default
    - If the users rely on the old behavior that
      B_USER_SETTINGS_DIRECTORY/zsh/z* is sourced, appropriate symlinks
      will be generated.
2018-05-24 23:40:24 +07:00
Leorize
0f436a8d90 zsh: bump to 5.5. 2018-05-24 23:40:24 +07:00
fbrosson
d25489d6d4 dash: bump to 0.5.10.2, add another patch from Gentoo. (#2588)
You will need to delete download/dash-0.5.10-dumb-echo.patch before
building dash 0.5.10.2 if you downloaded it for building 0.5.10.
That's because there was a typo in the patch.
2018-05-20 15:49:01 +00:00
fbrosson
bf4a9cb35b dash: bump to 0.5.10, add patch from Gentoo, add debuginfo. (#2545) 2018-05-08 18:45:17 +00:00
fbrosson
585c93b9c7 dash: add support for x86 secondary arch. 2018-05-08 18:36:50 +00:00
miqlas
dd4ed3b8f4 Fish: 2.7.1, debuginfo, crash fix (#2403)
* Fish: 2.7.1, debuginfo, crash fix

* Cleanup, disabled for every arch
2018-04-09 18:12:24 +02:00
miqlas
b155334f86 Fish crash workaround (#1997)
* Fish: dirty crash fix

* Fish : Dirty crash-fix

* Switch to system provided WCWIDTH

* Revert "Switch to system provided WCWIDTH"

This reverts commit 90f475616122fc72f5456673f5103f341bee5b34.

* Cleanup, bump, debuginfo
2018-03-28 20:17:57 +02:00
Xiang Fan
8bce33e3c7 direnv: new recipe [GCI 2017] (#2078) 2018-02-15 17:08:02 +01:00
miqlas
8bde92b21c bash_completion : bump (#2172) 2018-02-13 19:44:35 -05:00
fbrosson
6f255120a9 bash: bump to 4.4.019. (#2201) 2018-02-09 23:54:07 +00:00
miqlas
e486e5ac3c Bash: bump (#2171) 2018-02-04 19:38:21 +00:00