From 72903a83577d11f0fd20d8ad1ae7716f04e217f6 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 8 Jul 2021 15:15:10 +0300 Subject: [PATCH] foot: 1.8.1 --- wayland/foot/build | 16 ++++++++++++++++ wayland/foot/checksums | 3 +++ wayland/foot/depends | 7 +++++++ wayland/foot/sources | 3 +++ wayland/foot/version | 1 + 5 files changed, 30 insertions(+) create mode 100755 wayland/foot/build create mode 100644 wayland/foot/checksums create mode 100644 wayland/foot/depends create mode 100644 wayland/foot/sources create mode 100644 wayland/foot/version diff --git a/wayland/foot/build b/wayland/foot/build new file mode 100755 index 00000000..e0f72378 --- /dev/null +++ b/wayland/foot/build @@ -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 diff --git a/wayland/foot/checksums b/wayland/foot/checksums new file mode 100644 index 00000000..1b3ed071 --- /dev/null +++ b/wayland/foot/checksums @@ -0,0 +1,3 @@ +53df83617f7fbdd0f8f4c7a06e6e1716da61dbdcfb16aa65383ed31f4996195d +2fd05bde524aff59b6f3742471415316bffc18670eba2e743abf723ec45e7dfd +b0f32c9b2c2015c8d8dd068fd4e8b586aa91ca1670badc274ec962559ee0aadd diff --git a/wayland/foot/depends b/wayland/foot/depends new file mode 100644 index 00000000..4d322e87 --- /dev/null +++ b/wayland/foot/depends @@ -0,0 +1,7 @@ +fontconfig +libxkbcommon +ncurses make +pkgconf make +python make +wayland +wayland-protocols make diff --git a/wayland/foot/sources b/wayland/foot/sources new file mode 100644 index 00000000..a68917ee --- /dev/null +++ b/wayland/foot/sources @@ -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 diff --git a/wayland/foot/version b/wayland/foot/version new file mode 100644 index 00000000..8aa37bcd --- /dev/null +++ b/wayland/foot/version @@ -0,0 +1 @@ +1.8.1 1