The `be-resources` command doesn't run properly inside the chroot and isn't
necessary since we use our own rdef to customize the application.
It's also possible to fix `be-resources` on x86_64 by adding
`haiku_datatranslators` to the BUILD_PREREQUIRES but this doesn't fix the 32
bit build. The translation roster still doesn't work right.
* ne: apply workaround for the "backspace not working" issue.
This changes the default keybinding for the BACKSPACE key, from
"DeleteChar" to "Backspace".
Also, added a bit more info on the description text.
* Build using ncurses instead of the built in termcap emulation.
This solves the redrawing/refresing issues when editing files with
syntax-highlighting enabled.
Modified the description to better match the current ne's own
description text from its website (with some minor editing and
clarification).
* ne: update to version 3.3.2
Besides fixes/improvements due to the version update, we now have:
* Working syntax-highlighting.
* Settings stored under ~/config/settings/ne.
* Optional fix to the "backspace not working" issue.
* Dropped dependency on aspell (as is only required for an example
macro file).
We now use the "low-level" makefiles to buid "ne". Otherwise the
value assigned to NE_GLOBAL_DIR was not being respected (causing
"ne" to not find its syntax files, for example).
See "/boot/system/data/ne/fix_backspace.keys" for the backspace
workaround.
* ne: recipe clean up.
* Drop unnecessary patch for hashbangs calling Perl.
* Drop unnecessary requirement for makefile_engine.
* Set and use $commandBinDir variable instead of $binDir.
* ne: drop build requirement for ncurses
Actually not required at all when building with NE_TERMCAP=1.
* add package dependency on ncurses to the BUILD_REQUIRES
Co-authored-by: augiedoggie <augiedoggie@users.noreply.github.com>