mbox series

[bug#63358,0/2] Update foot and its dependencies

Message ID cover.1683476258.git.benjamin@uvy.fr
Headers show
Series Update foot and its dependencies | expand

Message

Benjamin May 7, 2023, 4:22 p.m. UTC
Hello, 

Update foot terminal to latest version

Benjamin (2):
  gnu: tllist: Update to 1.1.0.
  gnu: foot: Update to 1.14.0.

 gnu/packages/datastructures.scm | 4 ++--
 gnu/packages/terminals.scm      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


base-commit: 7f8575c97a8c112e9f82981b8803d075a82738dd

Comments

Jelle Licht May 8, 2023, 8:51 p.m. UTC | #1
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---