Commit Graph

192 Commits

Author SHA1 Message Date
OscarL
5fe112751f hstr: bump to version 2.5 (#7249) 2022-10-08 08:06:17 +02:00
extrowerk
6a7d084ed6 zsh: bump (#6709)
* zsh: bump

* ZSH: gcc2 patch, reorder, bsd

* debug

* disable debug
2022-05-28 09:05:31 +02:00
extrowerk
7a160a4e37 Xonsh: bump (#6715)
* Xonsh: bump
2022-05-11 11:38:17 +02:00
Zoltán Mizsei
97300a72ee mksh: bump 2022-03-14 19:52:11 +01:00
Jerome Duval
1428f51ce1 bash: bump version 2022-02-23 13:15:37 +01:00
Jerome Duval
156c077a65 bash: bump version 2021-11-08 11:32:42 +01:00
Schrijvers Luc
902dc2bfae xonsh, bump version (#6247) 2021-10-07 12:00:20 +02: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
Fredrik Holmqvist
d7d563cd52 Add arm arm64 and riscv64 to bash recipe 2021-08-27 19:21:48 +02:00
JakobDev
b4b6e692fb bash_completion: bump (#5694) 2021-03-03 13:57:49 +01:00
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