diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-07-16 17:39:05 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-07-16 17:39:05 +0000 |
| commit | fbffed8e6428a4fa551c4978c107000be7c77f9f (patch) | |
| tree | 178fe427122e606d2cb0d6a96d27cdff859501d4 | |
| parent | 3142dec31f965e3294c673dc45904de3770632f4 (diff) | |
| download | alicelinux-fbffed8e6428a4fa551c4978c107000be7c77f9f.tar.gz alicelinux-fbffed8e6428a4fa551c4978c107000be7c77f9f.zip | |
foot: updated to 1.23.0
| -rw-r--r-- | repos/extra/foot/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/foot/.files | 14 | ||||
| -rw-r--r-- | repos/extra/foot/abuild | 2 |
3 files changed, 8 insertions, 10 deletions
diff --git a/repos/extra/foot/.checksum b/repos/extra/foot/.checksum index 9e4b6720..e881c6df 100644 --- a/repos/extra/foot/.checksum +++ b/repos/extra/foot/.checksum @@ -1 +1 @@ -6d18065aee729f3065906aea7ef522691b58e11875de209f4a8d08f14f47bf0e foot-1.22.3.tar.gz +afe954412a498028cc9c63d581b849ee9d9fe3defde16e006e06c584162ab530 foot-1.23.0.tar.gz diff --git a/repos/extra/foot/.files b/repos/extra/foot/.files index fb78b525..17c8d639 100644 --- a/repos/extra/foot/.files +++ b/repos/extra/foot/.files @@ -27,6 +27,7 @@ drwxr-xr-x root/root usr/share/foot/themes/ -rw-r--r-- root/root usr/share/foot/themes/dracula -rw-r--r-- root/root usr/share/foot/themes/dracula-iterm -rw-r--r-- root/root usr/share/foot/themes/electrophoretic +-rw-r--r-- root/root usr/share/foot/themes/gruvbox -rw-r--r-- root/root usr/share/foot/themes/gruvbox-dark -rw-r--r-- root/root usr/share/foot/themes/gruvbox-light -rw-r--r-- root/root usr/share/foot/themes/hacktober @@ -46,11 +47,13 @@ drwxr-xr-x root/root usr/share/foot/themes/ -rw-r--r-- root/root usr/share/foot/themes/noirblaze -rw-r--r-- root/root usr/share/foot/themes/nord -rw-r--r-- root/root usr/share/foot/themes/nordiq +-rw-r--r-- root/root usr/share/foot/themes/nvim -rw-r--r-- root/root usr/share/foot/themes/nvim-dark -rw-r--r-- root/root usr/share/foot/themes/nvim-light -rw-r--r-- root/root usr/share/foot/themes/onedark -rw-r--r-- root/root usr/share/foot/themes/onehalf-dark -rw-r--r-- root/root usr/share/foot/themes/panda +-rw-r--r-- root/root usr/share/foot/themes/paper-color -rw-r--r-- root/root usr/share/foot/themes/paper-color-dark -rw-r--r-- root/root usr/share/foot/themes/paper-color-light -rw-r--r-- root/root usr/share/foot/themes/poimandres @@ -58,13 +61,16 @@ drwxr-xr-x root/root usr/share/foot/themes/ -rw-r--r-- root/root usr/share/foot/themes/rose-pine -rw-r--r-- root/root usr/share/foot/themes/rose-pine-dawn -rw-r--r-- root/root usr/share/foot/themes/rose-pine-moon +-rw-r--r-- root/root usr/share/foot/themes/selenized -rw-r--r-- root/root usr/share/foot/themes/selenized-black -rw-r--r-- root/root usr/share/foot/themes/selenized-dark -rw-r--r-- root/root usr/share/foot/themes/selenized-light -rw-r--r-- root/root usr/share/foot/themes/selenized-white +-rw-r--r-- root/root usr/share/foot/themes/solarized -rw-r--r-- root/root usr/share/foot/themes/solarized-dark -rw-r--r-- root/root usr/share/foot/themes/solarized-dark-normal-brights -rw-r--r-- root/root usr/share/foot/themes/solarized-light +-rw-r--r-- root/root usr/share/foot/themes/solarized-normal-brights -rw-r--r-- root/root usr/share/foot/themes/srcery -rw-r--r-- root/root usr/share/foot/themes/starlight -rw-r--r-- root/root usr/share/foot/themes/tango @@ -98,13 +104,5 @@ drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ -rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/foot.svg -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/foot.1.gz --rw-r--r-- root/root usr/share/man/man1/footclient.1.gz -drwxr-xr-x root/root usr/share/man/man5/ --rw-r--r-- root/root usr/share/man/man5/foot.ini.5.gz -drwxr-xr-x root/root usr/share/man/man7/ --rw-r--r-- root/root usr/share/man/man7/foot-ctlseqs.7.gz drwxr-xr-x root/root usr/share/terminfo/ drwxr-xr-x root/root usr/share/terminfo/f/ diff --git a/repos/extra/foot/abuild b/repos/extra/foot/abuild index 9592db6a..cf10638e 100644 --- a/repos/extra/foot/abuild +++ b/repos/extra/foot/abuild @@ -1,5 +1,5 @@ name=foot -version=1.22.3 +version=1.23.0 release=1 source="$name-$version.tar.gz::https://codeberg.org/dnkl/${name}/archive/${version}.tar.gz" build_opt="-Dtests=false" # -Dwerror=false" |