* 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>
* kakoune: add B_BACKGROUND_APP to app_flags
This avoids it briefly flashing up at least once in the Deskbar whenever it is launched.
* kakoune: add debuginfo package
/bin/kak is unstripped and ~40 MiB in size.
Reduces package size from 14 MiB to 1.5 MiB.
* kakoune: bump
The new icon is a direct conversion of the upstream svg using icon-o-matic.
($sourceDir/etc/images/icons/hicolor/scalable/apps/emacs.svg)
Restore some rm commands in INSTALL() to prune extra data files from the package.