diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-07-16 17:41:11 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-07-16 17:41:11 +0000 |
| commit | 6c0938d1bd3d0e6c9c1ea138fc87debcd7981809 (patch) | |
| tree | a620899522cfe642e8096b61164c2a0eb473ab41 /foot | |
| parent | d1002fc5dd4ed6ed71bd5cc373a6bd976e19e571 (diff) | |
| download | alicelinux-6c0938d1bd3d0e6c9c1ea138fc87debcd7981809.tar.gz alicelinux-6c0938d1bd3d0e6c9c1ea138fc87debcd7981809.zip | |
Woodpecker CI 6a555fa311e19dd5090dac61b7b8cdd871ac8a10 [SKIP CI]
Diffstat (limited to 'foot')
| -rw-r--r-- | foot/.checksum | 2 | ||||
| -rw-r--r-- | foot/.files | 14 | ||||
| -rw-r--r-- | foot/abuild | 2 |
3 files changed, 8 insertions, 10 deletions
diff --git a/foot/.checksum b/foot/.checksum index 9e4b6720..e881c6df 100644 --- a/foot/.checksum +++ b/foot/.checksum @@ -1 +1 @@ -6d18065aee729f3065906aea7ef522691b58e11875de209f4a8d08f14f47bf0e foot-1.22.3.tar.gz +afe954412a498028cc9c63d581b849ee9d9fe3defde16e006e06c584162ab530 foot-1.23.0.tar.gz diff --git a/foot/.files b/foot/.files index fb78b525..17c8d639 100644 --- a/foot/.files +++ b/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/foot/abuild b/foot/abuild index 9592db6a..cf10638e 100644 --- a/foot/abuild +++ b/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" |