GNU bug report logs - #63358
[PATCH 0/2] Update foot and its dependencies

Previous Next

Package: guix-patches;

Reported by: Benjamin <benjamin <at> uvy.fr>

Date: Mon, 8 May 2023 07:24:02 UTC

Severity: normal

Tags: patch

Done: Jelle Licht <jlicht <at> fsfe.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63358 in the body.
You can then email your comments to 63358 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#63358; Package guix-patches. (Mon, 08 May 2023 07:24:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Benjamin <benjamin <at> uvy.fr>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 08 May 2023 07:24:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Benjamin <benjamin <at> uvy.fr>
To: guix-patches <at> gnu.org
Cc: Benjamin <benjamin <at> uvy.fr>
Subject: [PATCH 0/2] Update foot and its dependencies
Date: Sun,  7 May 2023 18:22:41 +0200
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
-- 
2.39.2





Information forwarded to guix-patches <at> gnu.org:
bug#63358; Package guix-patches. (Mon, 08 May 2023 10:59:02 GMT) Full text and rfc822 format available.

Message #8 received at 63358 <at> debbugs.gnu.org (full text, mbox):

From: Benjamin <benjamin <at> uvy.fr>
To: 63358 <at> debbugs.gnu.org
Cc: Benjamin <benjamin <at> uvy.fr>
Subject: [PATCH 1/2] gnu: tllist: Update to 1.1.0.
Date: Mon,  8 May 2023 12:57:56 +0200
* gnu/packages/datastructures.scm (tllist): Update to 1.1.0.
---
 gnu/packages/datastructures.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm
index bd6044e1d0..e9c9df1bf1 100644
--- a/gnu/packages/datastructures.scm
+++ b/gnu/packages/datastructures.scm
@@ -359,7 +359,7 @@ (define-public sdsl-lite
 (define-public tllist
   (package
     (name "tllist")
-    (version "1.0.5")
+    (version "1.1.0")
     (home-page "https://codeberg.org/dnkl/tllist")
     (source (origin
               (method git-fetch)
@@ -367,7 +367,7 @@ (define-public tllist
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "061mkg6hc9x89zya3bw18ymxlzd8fbhjipxpva8x01lh2vp1d4f0"))))
+                "03296h1w0rnsj87490cgy007axngyg1v8w3z5nvm6x5gcs6b8rg1"))))
     (build-system meson-build-system)
     (synopsis "Typed link list for C")
     (description
-- 
2.39.2





Information forwarded to guix-patches <at> gnu.org:
bug#63358; Package guix-patches. (Mon, 08 May 2023 10:59:02 GMT) Full text and rfc822 format available.

Message #11 received at 63358 <at> debbugs.gnu.org (full text, mbox):

From: Benjamin <benjamin <at> uvy.fr>
To: 63358 <at> debbugs.gnu.org
Cc: Benjamin <benjamin <at> uvy.fr>
Subject: [PATCH 2/2] gnu: foot: Update to 1.14.0.
Date: Mon,  8 May 2023 12:57:57 +0200
* gnu/packages/terminals.scm (foot): Update to 1.14.0.
---
 gnu/packages/terminals.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 5cd99f4ab0..0c25899388 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -843,7 +843,7 @@ (define-public cool-retro-term
 (define-public foot
   (package
     (name "foot")
-    (version "1.13.1")
+    (version "1.14.0")
     (home-page "https://codeberg.org/dnkl/foot")
     (source (origin
               (method git-fetch)
@@ -851,7 +851,7 @@ (define-public foot
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0k0zbh6adwr99y9aazlyvp6s1k8zaq2j6x8kqb8q9a5qjjg56lay"))))
+                "1187805pxygyl547w75i4cl37kaw8y8ng11r5qqldv6fm74k31mk"))))
     (build-system meson-build-system)
     (arguments
      `(;; Using a "release" build is recommended both for performance, and
-- 
2.39.2





Reply sent to Jelle Licht <jlicht <at> fsfe.org>:
You have taken responsibility. (Mon, 08 May 2023 20:52:02 GMT) Full text and rfc822 format available.

Notification sent to Benjamin <benjamin <at> uvy.fr>:
bug acknowledged by developer. (Mon, 08 May 2023 20:52:02 GMT) Full text and rfc822 format available.

Message #16 received at 63358-done <at> debbugs.gnu.org (full text, mbox):

From: Jelle Licht <jlicht <at> fsfe.org>
To: Benjamin <benjamin <at> uvy.fr>, 63358-done <at> debbugs.gnu.org
Subject: Re: [bug#63358] [PATCH 0/2] Update foot and its dependencies
Date: Mon, 08 May 2023 22:51:48 +0200
Benjamin <benjamin <at> 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---





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 06 Jun 2023 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 340 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.