diff options
| -rw-r--r-- | foot/.files | 8 | ||||
| -rw-r--r-- | foot/abuild | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/foot/.files b/foot/.files index 9516affd..34f34a92 100644 --- a/foot/.files +++ b/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/foot/abuild b/foot/abuild index 9f82b822..bb7c87f6 100644 --- a/foot/abuild +++ b/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 |