[packages/foot] up to 1.22.1

atler atler at pld-linux.org
Sun Apr 27 03:23:08 CEST 2025


commit 7597878c188da541318578c114119d62c585a62d
Author: Jan Palus <atler at pld-linux.org>
Date:   Sun Apr 27 01:36:18 2025 +0200

    up to 1.22.1

 foot.spec             |  8 +++-----
 header-gen-race.patch | 37 -------------------------------------
 2 files changed, 3 insertions(+), 42 deletions(-)
---
diff --git a/foot.spec b/foot.spec
index 0ea164b..193fa79 100644
--- a/foot.spec
+++ b/foot.spec
@@ -4,14 +4,13 @@
 
 Summary:	A fast, lightweight and minimalistic Wayland terminal emulator
 Name:		foot
-Version:	1.22.0
-Release:	2
+Version:	1.22.1
+Release:	1
 License:	MIT
 Group:		Applications/Terminal
 Source0:	https://codeberg.org/dnkl/foot/releases/download/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	ffe00f17300f19bac5eb6d0f933ed3a7
+# Source0-md5:	7ba4ba820cd1419de09947e3a1443681
 Patch0:		x32.patch
-Patch1:		header-gen-race.patch
 URL:		https://codeberg.org/dnkl/foot/
 BuildRequires:	fcft-devel < 4.0.0
 BuildRequires:	fcft-devel >= 3.3.1
@@ -84,7 +83,6 @@ ZSH completion for foot command line.
 %prep
 %setup -q
 %patch -P0 -p1
-%patch -P1 -p1
 
 %build
 %meson \
diff --git a/header-gen-race.patch b/header-gen-race.patch
deleted file mode 100644
index 11a6e83..0000000
--- a/header-gen-race.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From bc8d6d1ff350672cae7d7e6572eab2d10b1b415e Mon Sep 17 00:00:00 2001
-From: Jan Palus <jpalus at fastmail.com>
-Date: Wed, 23 Apr 2025 11:44:41 +0200
-Subject: [PATCH] build: fix race when generating emoji-variation-sequences.h
-
-d3f692990ef6 moved emoji-variation-sequences.h header inclusion from
-vt.c to terminal.c. these two files are part of different libraries
-hence target for generating emoji-variation-sequences.h needs to be
-moved too.
----
- meson.build | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index ed2dc7e4..3d97040d 100644
---- a/meson.build
-+++ b/meson.build
-@@ -253,7 +253,7 @@ vtlib = static_library(
-   'osc.c', 'osc.h',
-   'sixel.c', 'sixel.h',
-   'vt.c', 'vt.h',
--  builtin_terminfo, emoji_variation_sequences, srgb_funcs,
-+  builtin_terminfo, srgb_funcs,
-   wl_proto_src + wl_proto_headers,
-   version,
-   dependencies: [libepoll, pixman, fcft, tllist, wayland_client, xkb, utf8proc],
-@@ -265,6 +265,7 @@ pgolib = static_library(
-   'grid.c', 'grid.h',
-   'selection.c', 'selection.h',
-   'terminal.c', 'terminal.h',
-+  emoji_variation_sequences,
-   wl_proto_src + wl_proto_headers,
-   dependencies: [libepoll, pixman, fcft, tllist, wayland_client, xkb, utf8proc],
-   link_with: vtlib,
--- 
-2.49.0
-
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/foot.git/commitdiff/7597878c188da541318578c114119d62c585a62d



More information about the pld-cvs-commit mailing list