From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id aEH3BJpuPGUntQAAauVa8A:P1 (envelope-from ) for ; Sat, 28 Oct 2023 04:14:50 +0200 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id aEH3BJpuPGUntQAAauVa8A (envelope-from ) for ; Sat, 28 Oct 2023 04:14:50 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 8608F50556 for ; Sat, 28 Oct 2023 04:14:49 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=runbox.com header.s=selector2 header.b=TRkwRh5S; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1698459289; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=6LelA6RgQFTrJWkHak5r89fY8DXxulA5htkvOlO6S9c=; b=ZFGHiWzwARadn6jss0K9UXr7WAiHWXHIx4hXrH98CFMgwOlTgHGb2/GZsl//xEso0KgEfq dXhd1RujCGQE9N3xK0tTIRv5RKc7jVM9iH6rtCyXq7RN2TbDEM9G+SmdZGAp6Rfkd5mXMb +OYbhcT8Nk1R9skXXjzLPK0UGORZiHettyKVQujBG7DV+57vaZJRjSzTXLTJQNcXEADkep bSc0hH31j1fPPLFTA3M31hlFO2le8QxabB+q0QX4VlAXJqV85rj7pNsKz93tXtg0G7nh47 flniWPZ3nNgVxiYag1AYkwTG7Ny6iIiDj0sipsYxcDFy5JIM0LwNRB1katSYUg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=runbox.com header.s=selector2 header.b=TRkwRh5S; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1698459289; a=rsa-sha256; cv=none; b=kWJqzpqzVNxmOI9pYu5uw9FK7JFojcKtkKbs7yxs40uLVA/yauCuAuBwNfJtOWuKbMFUiL Ns+XMj4HU0Hb0TovBZzbcbpSj/gnwl4iTlP4Wfn88EV2w3p7yfzsGnn+2HJcH33mDklDaq uXBtqOqo23VMbYazGt3IEe1P1ui5Jc8AQEMkjokCq+SUyzxS3Io7QhDhT4nEoYhQ5y3ZG8 eh8zqOlet20u4EEmAE3pfEIqkVOnT9GN8aM9SvD8kjoIykYPdJcTK2ZUpsLWMOGgVQddEU ykEHsi/G361IFmznaEU7XwxB0xXDHJE3bIcO3tu6ZOoEAImohCPgHUJcBkxwmA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qwYqP-0002kS-Oq; Fri, 27 Oct 2023 22:14:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qwYqN-0002k1-By for guix-patches@gnu.org; Fri, 27 Oct 2023 22:14:31 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qwYqN-0005JE-33 for guix-patches@gnu.org; Fri, 27 Oct 2023 22:14:31 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qwYqs-0006ey-Dm for guix-patches@gnu.org; Fri, 27 Oct 2023 22:15:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66785] [PATCH] gnu: foot: Update to 1.16.2. Resent-From: Jaeme Sifat Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 28 Oct 2023 02:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 66785 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66785@debbugs.gnu.org Cc: Jaeme Sifat X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.169845929325567 (code B ref -1); Sat, 28 Oct 2023 02:15:02 +0000 Received: (at submit) by debbugs.gnu.org; 28 Oct 2023 02:14:53 +0000 Received: from localhost ([127.0.0.1]:37537 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qwYqj-0006eH-6k for submit@debbugs.gnu.org; Fri, 27 Oct 2023 22:14:53 -0400 Received: from lists.gnu.org ([2001:470:142::17]:46536) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qwYqg-0006e3-8G for submit@debbugs.gnu.org; Fri, 27 Oct 2023 22:14:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qwYq4-0002bK-P3 for guix-patches@gnu.org; Fri, 27 Oct 2023 22:14:12 -0400 Received: from mailtransmit05.runbox.com ([2a0c:5a00:149::26]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qwYq1-0005HK-PY for guix-patches@gnu.org; Fri, 27 Oct 2023 22:14:12 -0400 Received: from mailtransmit03.runbox ([10.9.9.163] helo=aibo1.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1qwYpx-008rFi-1i for guix-patches@gnu.org; Sat, 28 Oct 2023 04:14:05 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=runbox.com; s=selector2; h=Content-Transfer-Encoding:Content-Type:MIME-Version: Message-Id:Date:Subject:Cc:To:From; bh=6LelA6RgQFTrJWkHak5r89fY8DXxulA5htkvOlO6S9c=; b=TRkwRh5SRGmdMGeiByjYQNuoCc TXpWJexMYONEi3uwnBp2jBOR/IXXgKbR2G4r4beI58lVJk0x7zKoyi6PDAoFnQ5HWkNDqW/rZ0GiN R42beterT8L0aSi8x8eilUzdj0cEIc2EGpxcaem5UIFzkYdPo0FJlaxKHfBTxH4pEAmzBl4VbhD8z Sep30ZnqIiR2+N8CL45TVPkzv+copBXzN2tEAq5fhM4N8TcIFq209eJHt2rVTxUPpamyqg3Giab8m zn2CQNv34DtliI3GEK8Mz85NJvgA9Cq4gntZxVk0p8F2C2nC6E6FyJZRxuLYR+2Goll17vJ5eywYb 39hVdwPQ==; Received: from [10.9.9.73] (helo=submission02.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1qwYpw-0007mb-6S for guix-patches@gnu.org; Sat, 28 Oct 2023 04:14:04 +0200 Received: by submission02.runbox with esmtpsa [Authenticated ID (1176697)] (TLS1.2:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.93) id 1qwYpn-00GPiU-Hq; Sat, 28 Oct 2023 04:13:56 +0200 Date: Fri, 27 Oct 2023 22:13:41 -0400 Message-Id: <37102c04d1f3fbd8abeda6d0f4bab5bc6f4f9001.1698459196.git.jaeme@runbox.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a0c:5a00:149::26; envelope-from=jaeme@runbox.com; helo=mailtransmit05.runbox.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Jaeme Sifat X-ACL-Warn: , Jaeme Sifat via Guix-patches From: Jaeme Sifat via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -6.70 X-Spam-Score: -6.70 X-Migadu-Queue-Id: 8608F50556 X-Migadu-Scanner: mx13.migadu.com X-TUID: ksrsrUrHJCbR * gnu/packages/terminals.scm (foot): Update to 1.16.2. [arguments]: use gexps. Signed-off-by: Jaeme Sifat Change-Id: I0615f6251a918a572369c05b126853f79e9fca4c --- gnu/packages/terminals.scm | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index c5cecfa6db..3a23328831 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -37,6 +37,7 @@ ;;; Copyright © 2023 Aaron Covrig ;;; Copyright © 2023 Foundation Devices, Inc. ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com> +;;; Copyright © 2023 Jaeme Sifat ;;; ;;; This file is part of GNU Guix. ;;; @@ -834,33 +835,34 @@ (define-public cool-retro-term (define-public foot (package (name "foot") - (version "1.15.3") + (version "1.16.2") (home-page "https://codeberg.org/dnkl/foot") - (source (origin - (method git-fetch) - (uri (git-reference (url home-page) (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1a224i2i7qk170kf2rzyxqcv3lnx9f548lwa37jgjr7i339x4zwf")))) + (source + (origin + (method git-fetch) + (uri (git-reference + (url home-page) + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "00wac8li1ac8ncmnlqvz3xnr5pi8gj4v3v341n0h2zzaayv9ngw5")))) (build-system meson-build-system) (arguments - `(;; Using a "release" build is recommended both for performance, and - ;; also to address a GCC 10 issue when doing PGO builds. - #:build-type "release" - ;; Enable LTO as recommended by INSTALL.md. - #:configure-flags '("-Db_lto=true"))) - (native-inputs - (list ncurses ;for 'tic' - pkg-config scdoc wayland-protocols)) + (list + ;; Using a "release" build is recommended both for performance, and + ;; also to address a GCC 10 issue when doing PGO builds. + #:build-type "release" + ;; Enable LTO as recommended by INSTALL.md. + #:configure-flags #~'("-Db_lto=true"))) + (native-inputs (list ncurses ;for 'tic' + pkg-config scdoc wayland-protocols)) (native-search-paths ;; FIXME: This should only be located in 'ncurses'. Nonetheless it is ;; provided for usability reasons. See . (list (search-path-specification (variable "TERMINFO_DIRS") (files '("share/terminfo"))))) - (inputs - (list fcft libxkbcommon wayland)) + (inputs (list fcft libxkbcommon wayland)) (synopsis "Wayland-native terminal emulator") (description "@command{foot} is a terminal emulator for systems using the Wayland base-commit: ff1146fb4f7254a8f644f89d7af6b4b566528603 -- 2.34.1