diff --git a/foot/.signature b/foot/.signature index c8eb2d526..b20c3de55 100644 --- a/foot/.signature +++ b/foot/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF32Ow8IQXhZpZ7oEzmUJ4Tie7ROO044ivJsiO3AmViXEHdHvlVDxXT5wJUSfQoUn9d4mDqJiV9XUOLkMJHdgSdA8= -SHA256 (Pkgfile) = 423632883a80dff8cc62e916bcaf8e8fb4002b67edfbd213bcac3893350c4d5c +RWSagIOpLGJF32tSpOoeIUKDCwQUo54RWXQLpY+U2oO9ba6vgw429g3Zb45ivpXq+i6BnrDUCBJ/00v5En38RXmoca6e/xyRHQo= +SHA256 (Pkgfile) = aa2c6f701b119ea6ed518bb38213e1d1aa2f372ad95ccabf1229c41062cc3985 SHA256 (.footprint) = f76dfde5d81cd8d22e330e3f448b7ba451f4768a15e66af5f5b99fa44f523cec SHA256 (1.9.0.tar.gz) = ddc3f90185ae75badcb2d6abe772d54fd6defebf1ed4111861a9c4afa1c73a4d SHA256 (707.patch) = 5e505da6707963450c5405ed81be46b66eeee26e89ba44e72cd3987850073273 diff --git a/foot/Pkgfile b/foot/Pkgfile index 173321088..85bf6274e 100644 --- a/foot/Pkgfile +++ b/foot/Pkgfile @@ -28,6 +28,8 @@ build() { find -name "*.gcda" -delete meson compile -C build local script_options="--scroll --scroll-region --colors-regular --colors-bright --colors-256 --colors-rgb --attr-bold --attr-italic --attr-underline --sixel" + + tmp_file=$(mktemp) if [[ -v WAYLAND_DISPLAY ]]; then local tmp_file=$(mktemp) export LC_ALL=en_US.UTF-8 @@ -35,12 +37,11 @@ build() { build/foot \ --config /dev/null \ --term=xterm \ - sh -c "sleep 2 && $SRC/$name-$version/scripts/generate-alt-random-writes.py ${script_options} ${tmp_file} && cat ${tmp_file}" | true + sh -c "sleep 2 && $SRC/$name/scripts/generate-alt-random-writes.py ${script_options} ${tmp_file} && cat ${tmp_file}" | true else - tmp_file=$(mktemp) build/footclient --version build/foot --version - $name/scripts/generate-alt-random-writes.py \ + $SRC/$name/scripts/generate-alt-random-writes.py \ --rows=67 \ --cols=135 \ $script_options \