unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63188] [PATCH] gnu: ftxui: Update to 4.0.0
@ 2023-04-30 14:21 路辉
  2023-05-11 10:17 ` bug#63188: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: 路辉 @ 2023-04-30 14:21 UTC (permalink / raw)
  To: 63188

From 69c4c836da917c2339f37cb7cd0c7b30a2a2a343 Mon Sep 17 00:00:00 2001
From: Lu Hui <luhux76@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@gmail.com>
 ;;; Copyright © 2023 Sughosha <Sughosha@proton.me>
 ;;; Copyright © 2023 Artyom V. Poptsov <poptsov.artyom@gmail.com>
+;;; Copyright © 2023 Lu Hui <luhux76@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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63188: [PATCH] gnu: ftxui: Update to 4.0.0
  2023-04-30 14:21 [bug#63188] [PATCH] gnu: ftxui: Update to 4.0.0 路辉
@ 2023-05-11 10:17 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-05-11 10:17 UTC (permalink / raw)
  To: 路辉; +Cc: 63188-done


Pushed, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-11 10:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-30 14:21 [bug#63188] [PATCH] gnu: ftxui: Update to 4.0.0 路辉
2023-05-11 10:17 ` bug#63188: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).