* [bug#66785] [PATCH] gnu: foot: Update to 1.16.2.
@ 2023-10-28 2:13 Jaeme Sifat via Guix-patches via
2023-11-03 10:29 ` Christopher Baines
0 siblings, 1 reply; 2+ messages in thread
From: Jaeme Sifat via Guix-patches via @ 2023-10-28 2:13 UTC (permalink / raw)
To: 66785; +Cc: Jaeme Sifat
* gnu/packages/terminals.scm (foot): Update to 1.16.2.
[arguments]: use gexps.
Signed-off-by: Jaeme Sifat <jaeme@runbox.com>
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 <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 @@ (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 <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
base-commit: ff1146fb4f7254a8f644f89d7af6b4b566528603
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#66785] [PATCH] gnu: foot: Update to 1.16.2.
2023-10-28 2:13 [bug#66785] [PATCH] gnu: foot: Update to 1.16.2 Jaeme Sifat via Guix-patches via
@ 2023-11-03 10:29 ` Christopher Baines
0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-11-03 10:29 UTC (permalink / raw)
To: Jaeme Sifat; +Cc: 66785-done, 66785
[-- Attachment #1: Type: text/plain, Size: 489 bytes --]
Jaeme Sifat via Guix-patches via <guix-patches@gnu.org> writes:
> * gnu/packages/terminals.scm (foot): Update to 1.16.2.
> [arguments]: use gexps.
>
> Signed-off-by: Jaeme Sifat <jaeme@runbox.com>
> Change-Id: I0615f6251a918a572369c05b126853f79e9fca4c
> ---
> gnu/packages/terminals.scm | 38 ++++++++++++++++++++------------------
> 1 file changed, 20 insertions(+), 18 deletions(-)
Thanks for the patch! I've pushed this to master as
809f461ec112395228acd8e84812f5fe80126dad.
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-11-03 10:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-28 2:13 [bug#66785] [PATCH] gnu: foot: Update to 1.16.2 Jaeme Sifat via Guix-patches via
2023-11-03 10:29 ` Christopher Baines
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).