From 19996320572cee9232ea7a329455941038b4a7a2 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 17 May 2021 10:35:47 +0300 Subject: foot: add new package at 1.7.2 --- wayland/foot/build | 10 ++++++++++ wayland/foot/checksums | 1 + wayland/foot/depends | 10 ++++++++++ wayland/foot/message | 9 +++++++++ wayland/foot/sources | 1 + wayland/foot/version | 1 + 6 files changed, 32 insertions(+) create mode 100755 wayland/foot/build create mode 100644 wayland/foot/checksums create mode 100644 wayland/foot/depends create mode 100644 wayland/foot/message create mode 100644 wayland/foot/sources create mode 100644 wayland/foot/version (limited to 'wayland') diff --git a/wayland/foot/build b/wayland/foot/build new file mode 100755 index 00000000..91a1423b --- /dev/null +++ b/wayland/foot/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +export DESTDIR=$1 + +meson \ + --prefix=/usr \ + . output + +ninja -C output +ninja -C output install diff --git a/wayland/foot/checksums b/wayland/foot/checksums new file mode 100644 index 00000000..5846b183 --- /dev/null +++ b/wayland/foot/checksums @@ -0,0 +1 @@ +0c5fa72a315b65100dfb8b7343212535e75e990b2a9500e028c6078c7915eb8a 1.7.2.tar.gz diff --git a/wayland/foot/depends b/wayland/foot/depends new file mode 100644 index 00000000..303eb301 --- /dev/null +++ b/wayland/foot/depends @@ -0,0 +1,10 @@ +fcft +fontconfig +libxkbcommon +ncurses make +pixman +python make +scdoc make +tllist make +wayland +wayland-protocols make diff --git a/wayland/foot/message b/wayland/foot/message new file mode 100644 index 00000000..080965ee --- /dev/null +++ b/wayland/foot/message @@ -0,0 +1,9 @@ + +NOTE: To properly set foot's font, copy the config file + in /usr/share/foot/footrc to ~/.config/foot/foot.ini + and uncomment the font=monospace line. + +NOTE: The foot terminfo needs to be installed manually on + most hosts. You can copy /usr/share/terminfo/f/foot + to ~/.terminfo/f/foot to make sure all keybinds work. + diff --git a/wayland/foot/sources b/wayland/foot/sources new file mode 100644 index 00000000..40dc4aa1 --- /dev/null +++ b/wayland/foot/sources @@ -0,0 +1 @@ +https://codeberg.org/dnkl/foot/archive/1.7.2.tar.gz diff --git a/wayland/foot/version b/wayland/foot/version new file mode 100644 index 00000000..8a5282d1 --- /dev/null +++ b/wayland/foot/version @@ -0,0 +1 @@ +1.7.2 1 -- cgit v1.2.3