mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
foot -> 1.26.0 in updater-foot-1.26.0 — foot: 1.25.0 → 1.26.0 (#14901)
* 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 <github-merge-queue@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
894a22f15c
commit
1eb69007a4
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user