mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
x11-terms/alacritty: Fix DeprecatedInsinto with shell-completion.eclass
Signed-off-by: Jesse De Haan <dehaanjesses@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44031 Closes: https://github.com/gentoo/gentoo/pull/44031 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -285,7 +285,7 @@ MY_PV="${PV//_rc/-rc}"
|
||||
|
||||
RUST_MIN_VER="1.74.1"
|
||||
|
||||
inherit bash-completion-r1 cargo desktop
|
||||
inherit cargo desktop shell-completion
|
||||
|
||||
DESCRIPTION="GPU-accelerated terminal emulator"
|
||||
HOMEPAGE="https://alacritty.org"
|
||||
@@ -378,11 +378,9 @@ src_install() {
|
||||
|
||||
newbashcomp extra/completions/alacritty.bash alacritty
|
||||
|
||||
insinto /usr/share/fish/vendor_completions.d/
|
||||
doins extra/completions/alacritty.fish
|
||||
dofishcomp extra/completions/alacritty.fish
|
||||
|
||||
insinto /usr/share/zsh/site-functions
|
||||
doins extra/completions/_alacritty
|
||||
dozshcomp extra/completions/_alacritty
|
||||
|
||||
domenu extra/linux/Alacritty.desktop
|
||||
newicon extra/logo/compat/alacritty-term.svg Alacritty.svg
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2017-2024 Gentoo Authors
|
||||
# Copyright 2017-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -10,7 +10,7 @@ MY_PV="${PV//_rc/-rc}"
|
||||
|
||||
RUST_MIN_VER="1.74.1"
|
||||
|
||||
inherit bash-completion-r1 cargo desktop
|
||||
inherit cargo desktop shell-completion
|
||||
|
||||
DESCRIPTION="GPU-accelerated terminal emulator"
|
||||
HOMEPAGE="https://alacritty.org"
|
||||
@@ -100,11 +100,9 @@ src_install() {
|
||||
|
||||
newbashcomp extra/completions/alacritty.bash alacritty
|
||||
|
||||
insinto /usr/share/fish/vendor_completions.d/
|
||||
doins extra/completions/alacritty.fish
|
||||
dofishcomp extra/completions/alacritty.fish
|
||||
|
||||
insinto /usr/share/zsh/site-functions
|
||||
doins extra/completions/_alacritty
|
||||
dozshcomp extra/completions/_alacritty
|
||||
|
||||
domenu extra/linux/Alacritty.desktop
|
||||
newicon extra/logo/compat/alacritty-term.svg Alacritty.svg
|
||||
|
||||
Reference in New Issue
Block a user