mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
foot -> 1.26.1 in updater-foot-1.26.1 — foot: 1.26.0 → 1.26.1 (#15010)
* foot -> 1.26.1 in updater-foot-1.26.1 * updater-foot-1.26.1: Package File Update Run on linux/amd64 container. * updater-foot-1.26.1: Package File Update Run on linux/arm/v7 container. * Update deps --------- Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com> Co-authored-by: Satadru Pramanik, DO, MPH, MEng <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
71eeab5227
commit
fc07ebb338
@@ -1,4 +1,4 @@
|
||||
# Total size: 524806
|
||||
# Total size: 524820
|
||||
/usr/local/bin/foot
|
||||
/usr/local/bin/footclient
|
||||
/usr/local/etc/xdg/foot/foot.ini
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 716478
|
||||
# Total size: 716540
|
||||
/usr/local/bin/foot
|
||||
/usr/local/bin/footclient
|
||||
/usr/local/etc/xdg/foot/foot.ini
|
||||
|
||||
@@ -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.26.0'
|
||||
version '1.26.1'
|
||||
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: '0785522a584e77a166d4c11a71102cfabd7ec0eb88a5c048839b5ab8074186ac',
|
||||
armv7l: '0785522a584e77a166d4c11a71102cfabd7ec0eb88a5c048839b5ab8074186ac',
|
||||
x86_64: 'd2604346ff47fb4e8b539078e304af15df85803e9935181f9ca957c9bc1c84e5'
|
||||
aarch64: 'b2884de51d076dfc42d4087470fd14939fde6ea03988f2dfbd903190dc627ff1',
|
||||
armv7l: 'b2884de51d076dfc42d4087470fd14939fde6ea03988f2dfbd903190dc627ff1',
|
||||
x86_64: '315b809f64d38ef42cc2a01add728c3914eb7a52f1927f2fe29a4095a3944374'
|
||||
})
|
||||
|
||||
def self.patch
|
||||
@@ -23,23 +23,14 @@ class Foot < Meson
|
||||
FileUtils.cp('threads.h', 'tests')
|
||||
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' => :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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user