[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#63358: [PATCH 0/2] Update foot and its dependencies
From: |
Jelle Licht |
Subject: |
bug#63358: [PATCH 0/2] Update foot and its dependencies |
Date: |
Mon, 08 May 2023 22:51:48 +0200 |
Benjamin <benjamin@uvy.fr> writes:
> Hello,
>
> Update foot terminal to latest version
>
> Benjamin (2):
> gnu: tllist: Update to 1.1.0.
> gnu: foot: Update to 1.14.0.
Thanks! Pushed to master, as these seem to pretty much be leaf packages.
In addition, I added the following to a commit of my own on top of your
patch series:
--8<---------------cut here---------------start------------->8---
+ (native-search-paths
+ ;; FIXME: This should only be located in 'ncurses'. Nonetheless it is
+ ;; provided for usability reasons. See <https://bugs.gnu.org/22138>.
+ (list (search-path-specification
+ (variable "TERMINFO_DIRS")
+ (files '("share/terminfo")))))
--8<---------------cut here---------------end--------------->8---