New comment by erwin on void-packages repository https://github.com/void-linux/void-packages/issues/34392#issuecomment-1190977891 Comment: When I run `toe -a` I'm getting: ``` toe -a >/dev/null toe: couldn't open terminfo file alacritty.info. ``` Because of the file: ``` /usr/share/terminfo/a/alacritty.info ``` This is the only `.info` file under /usr/share/terminfo. All of the other files installed there have already been converted. ``` ❯ find /usr/share/terminfo | grep info$ /usr/share/terminfo /usr/share/terminfo/a/alacritty.info ``` Shouldn't this be packaged the way `kitty-terminfo` is? ``` ❮ xbps-query -f kitty-terminfo /usr/share/terminfo/x/xterm-kitty ``` Maybe terminfo/a/alacritty should be moved from `ncurses-term` to `alacritty-terminfo`? ``` xlocate /usr/share/terminfo/a/alacritty alacritty-terminfo-0.10.1_1 /usr/share/terminfo/a/alacritty.info ncurses-term-6.3_2 /usr/share/terminfo/a/alacritty ncurses-term-6.3_2 /usr/share/terminfo/a/alacritty+common ncurses-term-6.3_2 /usr/share/terminfo/a/alacritty-direct ```