diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-03-12 23:32:06 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-03-12 23:32:06 +0800 |
| commit | 41d3dd7e1131dae69f7b64735f6c7f11014c5753 (patch) | |
| tree | f2beef3f908de5dde7d43fd82f4e61279f506041 /repos | |
| parent | d11110b9fec51455bcc6c8f9bdd0dcb4172e2693 (diff) | |
| download | alicelinux-41d3dd7e1131dae69f7b64735f6c7f11014c5753.tar.gz alicelinux-41d3dd7e1131dae69f7b64735f6c7f11014c5753.zip | |
foot: added -Dwerror=false
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/extra/foot/.files | 8 | ||||
| -rw-r--r-- | repos/extra/foot/abuild | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/repos/extra/foot/.files b/repos/extra/foot/.files index 9516affd..34f34a92 100644 --- a/repos/extra/foot/.files +++ b/repos/extra/foot/.files @@ -105,5 +105,13 @@ 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 9f82b822..bb7c87f6 100644 --- a/repos/extra/foot/abuild +++ b/repos/extra/foot/abuild @@ -2,7 +2,7 @@ name=foot version=1.26.0 release=1 source="$name-$version.tar.gz::https://codeberg.org/dnkl/${name}/archive/${version}.tar.gz" -build_opt="-Dtests=false" # -Dwerror=false" +build_opt="-Dtests=false -Dwerror=false" postbuild() { rm $PKG/usr/share/terminfo/f/foot |