From 1eb69007a45caaccccfd4560075f2094ecb27d7b Mon Sep 17 00:00:00 2001 From: "chromebrew-actions[bot]" <220035932+chromebrew-actions[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 20:30:59 -0600 Subject: [PATCH] =?UTF-8?q?foot=20->=201.26.0=20in=20updater-foot-1.26.0?= =?UTF-8?q?=20=E2=80=94=20foot:=201.25.0=20=E2=86=92=201.26.0=20(#14901)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * foot -> 1.26.0 in updater-foot-1.26.0 * updater-foot-1.26.0: Package File Update Run on linux/amd64 container. * updater-foot-1.26.0: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: github-merge-queue Co-authored-by: chromebrew-actions[bot] --- manifest/armv7l/f/foot.filelist | 2 +- manifest/x86_64/f/foot.filelist | 2 +- packages/foot.rb | 18 ++++++++++++------ 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/manifest/armv7l/f/foot.filelist b/manifest/armv7l/f/foot.filelist index 60a5482006..037a47c96c 100644 --- a/manifest/armv7l/f/foot.filelist +++ b/manifest/armv7l/f/foot.filelist @@ -1,4 +1,4 @@ -# Total size: 518129 +# Total size: 524806 /usr/local/bin/foot /usr/local/bin/footclient /usr/local/etc/xdg/foot/foot.ini diff --git a/manifest/x86_64/f/foot.filelist b/manifest/x86_64/f/foot.filelist index 896078e0c9..57e9d83214 100644 --- a/manifest/x86_64/f/foot.filelist +++ b/manifest/x86_64/f/foot.filelist @@ -1,4 +1,4 @@ -# Total size: 708213 +# Total size: 716478 /usr/local/bin/foot /usr/local/bin/footclient /usr/local/etc/xdg/foot/foot.ini diff --git a/packages/foot.rb b/packages/foot.rb index 4e44d36331..56a6e8c19f 100644 --- a/packages/foot.rb +++ b/packages/foot.rb @@ -3,7 +3,7 @@ require 'buildsystems/meson' class Foot < Meson description 'Wayland terminal emulator - fast, lightweight and minimalistic' homepage 'https://codeberg.org/dnkl/foot' - version '1.25.0' + version '1.26.0' license 'MIT' compatibility 'aarch64 armv7l x86_64' source_url 'https://codeberg.org/dnkl/foot.git' @@ -11,9 +11,9 @@ class Foot < Meson binary_compression 'tar.zst' binary_sha256({ - aarch64: 'dd57847d67c11d9a9b50bd124a030526ea9f444d58c654e44deaaf7fa9d3a144', - armv7l: 'dd57847d67c11d9a9b50bd124a030526ea9f444d58c654e44deaaf7fa9d3a144', - x86_64: '3b460b562e8c2fd91932f2af4bad13c3029b29faac5af02e0347ca27c330af2b' + aarch64: '0785522a584e77a166d4c11a71102cfabd7ec0eb88a5c048839b5ab8074186ac', + armv7l: '0785522a584e77a166d4c11a71102cfabd7ec0eb88a5c048839b5ab8074186ac', + x86_64: 'd2604346ff47fb4e8b539078e304af15df85803e9935181f9ca957c9bc1c84e5' }) def self.patch @@ -24,17 +24,23 @@ class Foot < Meson end depends_on 'fcft' + depends_on 'fcft' => :executable_only depends_on 'fontconfig' + depends_on 'fontconfig' => :executable_only depends_on 'freetype' # R depends_on 'gcc_lib' # R - depends_on 'glibc' # R - depends_on 'harfbuzz' # R + depends_on 'glibc' => :executable_only + depends_on 'harfbuzz' => :executable_only depends_on 'libxkbcommon' + depends_on 'libxkbcommon' => :executable_only depends_on 'ncurses' depends_on 'pixman' + depends_on 'pixman' => :executable_only depends_on 'tllist' => :build depends_on 'utf8proc' + depends_on 'utf8proc' => :executable_only depends_on 'wayland' + depends_on 'wayland' => :executable_only depends_on 'wayland_protocols' => :build # This avoids conflicts with ncurses.