mbox series

[bug#64983,v2,0/4] gnu: highlight: Add gui output.

Message ID cover.1691417142.git.gemmaro.dev@gmail.com
Headers show
Series gnu: highlight: Add gui output. | expand

Message

gemmaro Aug. 7, 2023, 2:05 p.m. UTC
I updated from revision 1 so that the highlight package has "gui"
output instead of another package, fixed some GUI path settings, and
also fixed path settings for Perl bindings.  In particular, the second
change makes it possible to see the internationalized GUI interface.

gemmaro (4):
  gnu: highlight: Update to 4.7.
  gnu: highlight: Use new package style.
  gnu: highlight: Add gui output.
  gnu: highlight: Fix paths for Perl bindings.

 .../patches/highlight-gui-data-dir.patch      |  51 +++++++
 gnu/packages/pretty-print.scm                 | 135 ++++++++++++------
 2 files changed, 140 insertions(+), 46 deletions(-)
 create mode 100644 gnu/packages/patches/highlight-gui-data-dir.patch


base-commit: 56667ee55cd7f3368cbff169352fe440f4f93da5

Comments

Ludovic Courtès Aug. 14, 2023, 10:26 p.m. UTC | #1
Hi,

gemmaro <gemmaro.dev@gmail.com> skribis:

>   gnu: highlight: Update to 4.7.
>   gnu: highlight: Use new package style.
>   gnu: highlight: Add gui output.
>   gnu: highlight: Fix paths for Perl bindings.

I applied the whole series, adding the patch to ‘gnu/local.mk’.

Thanks,
Ludo’.