- update patchset to maintain GCC 2.95 compatibility (variables not declared at the top of blocks)
- attention: SONAME change
- Keep FLAC 1.3.4 recipe for compatibility
* 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).
It's a good idea to add separate summaries/descriptions for
sub-packages, where it makes sense.
Here, for example, there's the main standalone Wireshark
package, which is set to appear in the "Featured packages" while
the optional GUI is in a "non-featured" package.
By referencing the GUI package people have an easier time finding
out about it.
Not bumping revision to save people downloading 40MiB.
* 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>