From 1ae83f095785213104b3ddce478a4a2d518100ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Silva=20Sim=C3=B5es?= Date: Thu, 23 May 2019 21:12:46 -0300 Subject: [PATCH] alacritty: fix icon naming and location Previous commit copied icon with its original name to a folder named "Alacritty.svg." Now the icon is properly renamed instead. --- srcpkgs/alacritty/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/alacritty/template b/srcpkgs/alacritty/template index 8a057cef310..0601c94eed3 100644 --- a/srcpkgs/alacritty/template +++ b/srcpkgs/alacritty/template @@ -1,7 +1,7 @@ # Template file for 'alacritty' pkgname=alacritty version=0.3.2 -revision=2 +revision=3 build_style=cargo hostmakedepends="pkg-config" makedepends="freetype-devel fontconfig-devel" @@ -19,7 +19,7 @@ post_install() { vinstall extra/completions/_alacritty 644 usr/share/zsh/site-functions vinstall extra/completions/alacritty.bash 644 usr/share/bash-completion/completions/alacritty vinstall extra/completions/alacritty.fish 644 usr/share/fish/completions - vinstall extra/logo/alacritty-term.svg 644 usr/share/icons/hicolor/scalable/apps/Alacritty.svg + vinstall extra/logo/alacritty-term.svg 644 usr/share/icons/hicolor/scalable/apps Alacritty.svg vinstall extra/alacritty.info 644 usr/share/terminfo/a vman extra/alacritty.man alacritty.1 vsconf alacritty.yml