[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/15: gnu: foot: Update to 1.16.2.
From: |
guix-commits |
Subject: |
09/15: gnu: foot: Update to 1.16.2. |
Date: |
Fri, 3 Nov 2023 06:15:06 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 809f461ec112395228acd8e84812f5fe80126dad
Author: Jaeme Sifat <jaeme@runbox.com>
AuthorDate: Fri Oct 27 22:13:41 2023 -0400
gnu: foot: Update to 1.16.2.
* gnu/packages/terminals.scm (foot): Update to 1.16.2.
[arguments]: Use gexps.
Change-Id: I0615f6251a918a572369c05b126853f79e9fca4c
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
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 810c361705..adb5e223e7 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -37,6 +37,7 @@
;;; Copyright © 2023 Aaron Covrig <aaron.covrig.us@ieee.org>
;;; Copyright © 2023 Foundation Devices, Inc. <hello@foundationdevices.com>
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -834,33 +835,34 @@ eye-candy, customizable, and reasonably lightweight.")
(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 <https://bugs.gnu.org/22138>.
(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
- branch master updated (28ebbe2be8 -> 6ae8fd7aa7), guix-commits, 2023/11/03
- 01/15: gnu: dragonfly-reverb: Update to 3.2.10., guix-commits, 2023/11/03
- 04/15: gnu: emacs-mastodon: Update to 1.0.13., guix-commits, 2023/11/03
- 05/15: gnu: wlr-randr: Update to 0.3.1., guix-commits, 2023/11/03
- 03/15: gnu: asciinema: Update to 2.4.0., guix-commits, 2023/11/03
- 02/15: gnu: strawberry: Update to 1.0.21., guix-commits, 2023/11/03
- 06/15: gnu: msmtp: Update to 1.8.25., guix-commits, 2023/11/03
- 07/15: gnu: emacs-ox-rss: Update upstream URL., guix-commits, 2023/11/03
- 09/15: gnu: foot: Update to 1.16.2.,
guix-commits <=
- 08/15: gnu: wine-minimal: Update to 8.18., guix-commits, 2023/11/03
- 15/15: gnu: cmark-gfm: Update to 0.29.0.gfm.13., guix-commits, 2023/11/03
- 14/15: gnu: mupdf: Update to 1.23.4., guix-commits, 2023/11/03
- 13/15: gnu: syncthing: Update to 1.25.0., guix-commits, 2023/11/03
- 11/15: gnu: neovim: Update to 0.9.4., guix-commits, 2023/11/03
- 12/15: gnu: go-github-com-hjson-hjson-go: Update to 4.3.1., guix-commits, 2023/11/03
- 10/15: gnu: guile-netlink: Update to 1.2.1., guix-commits, 2023/11/03