alacritty: updated shell completion detection and footprint

This commit is contained in:
Tim Biermann 2021-01-09 14:16:30 +00:00
parent 67010c345e
commit 2e03665b27
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 4 additions and 7 deletions

View File

@ -13,6 +13,3 @@ drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/alacritty.1.gz
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/Alacritty.svg
drwxr-xr-x root/root usr/share/zsh/
drwxr-xr-x root/root usr/share/zsh/site-functions/
-rw-r--r-- root/root usr/share/zsh/site-functions/_alacritty

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31ZmVVEuuyAecgyY7rrxfGUi1UcKdIK07lC/UrROsOo6EJQSEfSz37+vFzcA8jUD1cAJkxkk827kMznMZixzYgM=
SHA256 (Pkgfile) = e66bed42c018536c95d81b2966c2643159643481f97e44d4b9d6c9c7165077ec
SHA256 (.footprint) = 8e3755b0080c73bbd3a39dcd7b932053af4f6fdd00683270a6d1f8bd6da998a3
RWSagIOpLGJF31rwk6K9S+Ms6VhfIHmKH7amogGxgIKge2hQIYkfex37XFiQhpRsDJprBKstm7CvuRpTNO2iQ9KC6aSOAy+iBws=
SHA256 (Pkgfile) = 91c76d5d9732d40dd1177ef1b1c8aa00ded0a221f07b39e0e82a2b6c0d8474a1
SHA256 (.footprint) = 2fabff3156bceeb2af3d151a8d16bec629f8f157908d079f2f880e616d42bf79
SHA256 (alacritty-0.7.1.tar.gz) = 90dc5cd49bf0bb01a3202de2170ba376f9530aa265a939f6b3af3d30f8361f50

View File

@ -33,7 +33,7 @@ build() {
$PKG/usr/share/pixmaps/Alacritty.svg
# install auto-completion files if the ports for it are installed
if [ -e /usr/share/zsh ]; then
if [ -e /bin/zsh || /usr/bin/zsh ]; then
install -D -m644 extra/completions/_alacritty \
$PKG/usr/share/zsh/site-functions/_alacritty
fi