forked from kiss-community/repo
foot: 1.8.1
This commit is contained in:
parent
269228278b
commit
72903a8357
16
wayland/foot/build
Executable file
16
wayland/foot/build
Executable 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
3
wayland/foot/checksums
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
53df83617f7fbdd0f8f4c7a06e6e1716da61dbdcfb16aa65383ed31f4996195d
|
||||||
|
2fd05bde524aff59b6f3742471415316bffc18670eba2e743abf723ec45e7dfd
|
||||||
|
b0f32c9b2c2015c8d8dd068fd4e8b586aa91ca1670badc274ec962559ee0aadd
|
7
wayland/foot/depends
Normal file
7
wayland/foot/depends
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
fontconfig
|
||||||
|
libxkbcommon
|
||||||
|
ncurses make
|
||||||
|
pkgconf make
|
||||||
|
python make
|
||||||
|
wayland
|
||||||
|
wayland-protocols make
|
3
wayland/foot/sources
Normal file
3
wayland/foot/sources
Normal 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
1
wayland/foot/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1.8.1 1
|
Loading…
Reference in New Issue
Block a user