foot: 1.8.1

This commit is contained in:
Dylan Araps 2021-07-08 15:15:10 +03:00
parent 269228278b
commit 72903a8357
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
5 changed files with 30 additions and 0 deletions

16
wayland/foot/build Executable file
View File

@ -0,0 +1,16 @@
#!/bin/sh -e
# Avoid scdoc dependency.
sed "/subdir('doc')/d" meson.build > _
mv -f _ meson.build
export DESTDIR="$1"
meson \
--prefix=/usr \
--buildtype=release \
--force-fallback-for=fcft,tllist \
. output
ninja -C output
ninja -C output install

3
wayland/foot/checksums Normal file
View File

@ -0,0 +1,3 @@
53df83617f7fbdd0f8f4c7a06e6e1716da61dbdcfb16aa65383ed31f4996195d
2fd05bde524aff59b6f3742471415316bffc18670eba2e743abf723ec45e7dfd
b0f32c9b2c2015c8d8dd068fd4e8b586aa91ca1670badc274ec962559ee0aadd

7
wayland/foot/depends Normal file
View File

@ -0,0 +1,7 @@
fontconfig
libxkbcommon
ncurses make
pkgconf make
python make
wayland
wayland-protocols make

3
wayland/foot/sources Normal file
View File

@ -0,0 +1,3 @@
https://codeberg.org/dnkl/foot/archive/1.8.1.tar.gz
https://codeberg.org/dnkl/fcft/archive/2.4.2.tar.gz subprojects/fcft
https://codeberg.org/dnkl/tllist/archive/1.0.5.tar.gz subprojects/tllist

1
wayland/foot/version Normal file
View File

@ -0,0 +1 @@
1.8.1 1