GNU bug report logs - #63188
[PATCH] gnu: ftxui: Update to 4.0.0

Previous Next

Package: guix-patches;

Reported by: 路辉 <luhux76 <at> gmail.com>

Date: Sun, 30 Apr 2023 14:22:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

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 63188 in the body.
You can then email your comments to 63188 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#63188; Package guix-patches. (Sun, 30 Apr 2023 14:22:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to 路辉 <luhux76 <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 30 Apr 2023 14:22:01 GMT) Full text and rfc822 format available.

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

From: 路辉 <luhux76 <at> gmail.com>
To: guix-patches <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: ftxui: Update to 4.0.0
Date: Sun, 30 Apr 2023 14:21:17 +0000
From 69c4c836da917c2339f37cb7cd0c7b30a2a2a343 Mon Sep 17 00:00:00 2001
From: Lu Hui <luhux76 <at> gmail.com>
Date: Sun, 30 Apr 2023 22:18:24 +0800
Subject: [PATCH] gnu: ftxui: Update to 4.0.0

* gnu/packages/cpp.scm (ftxui): Update to 4.0.0
---
 gnu/packages/cpp.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 023d1c0337..b30c1fb76f 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -34,6 +34,7 @@
 ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
 ;;; Copyright © 2023 Sughosha <Sughosha <at> proton.me>
 ;;; Copyright © 2023 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
+;;; Copyright © 2023 Lu Hui <luhux76 <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2433,7 +2434,7 @@ (define-public wdl
 (define-public ftxui
   (package
     (name "ftxui")
-    (version "3.0.0")
+    (version "4.0.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2441,7 +2442,7 @@ (define-public ftxui
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "10a4yw2h29kixxyhll6cvrwyscsvz9asxry857a9l8nqvbhs946s"))
+                "01h59ln8amsj6ymxmsxhmslld2yp003n82fg3mphgkrh6lf22h6y"))
               (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (native-inputs (list googletest))
@@ -2459,9 +2460,8 @@ (define-public ftxui
                    ;; Disable benchmarks for a while as they require
bundled Google
                    ;; benchmark and when the 'googlebenchmark' is
unbundled, there's
                    ;; a CMake configuration error.
-                   (substitute* "cmake/ftxui_benchmark.cmake"
-                     (("NOT WIN32")
-                      "FALSE")))) )))
+                   ;; TODO: fetch googlebenchmark then renable test
+                   (truncate-file "cmake/ftxui_benchmark.cmake" 0))))))
     (home-page "https://github.com/ArthurSonzogni/FTXUI")
     (synopsis "C++ Functional Terminal User Interface")
     (description
-- 
2.39.2




Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Thu, 11 May 2023 10:18:01 GMT) Full text and rfc822 format available.

Notification sent to 路辉 <luhux76 <at> gmail.com>:
bug acknowledged by developer. (Thu, 11 May 2023 10:18:01 GMT) Full text and rfc822 format available.

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

From: 宋文武 <iyzsong <at> envs.net>
To: 路辉 <luhux76 <at> gmail.com>
Cc: 63188-done <at> debbugs.gnu.org
Subject: Re: bug#63188: [PATCH] gnu: ftxui: Update to 4.0.0
Date: Thu, 11 May 2023 18:17:11 +0800
Pushed, thank you!




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

This bug report was last modified 321 days ago.

Previous Next


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