commit: dcbf52f2d68d09b32aa1d460b72f2858e3bae0df
Author: Kirill Chibisov <contact <AT> kchibisov <DOT> com>
AuthorDate: Tue Jul 12 15:59:12 2022 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Jul 12 18:21:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcbf52f2
x11-terms/alacritty: fix installation failure
Upstream changed the name of the appdata file. This commit updates it as
well as bumps minimum rust requirement and points to the actual homepage
used by the project.
Signed-off-by: Kirill Chibisov <contact <AT> kchibisov.com>
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
x11-terms/alacritty/alacritty-9999.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/x11-terms/alacritty/alacritty-9999.ebuild
b/x11-terms/alacritty/alacritty-9999.ebuild
index a2b8ca81be65..be08c397ddb6 100644
--- a/x11-terms/alacritty/alacritty-9999.ebuild
+++ b/x11-terms/alacritty/alacritty-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2017-2021 Gentoo Authors
+# Copyright 2017-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,7 +13,7 @@ PYTHON_COMPAT=( python3_{7..10} )
inherit bash-completion-r1 cargo desktop python-any-r1
DESCRIPTION="GPU-accelerated terminal emulator"
-HOMEPAGE="https://github.com/alacritty/alacritty"
+HOMEPAGE="https://alacritty.org"
if [ ${PV} == "9999" ] ; then
inherit git-r3
@@ -56,7 +56,7 @@ RDEPEND="${COMMON_DEPEND}
BDEPEND="
dev-util/cmake
- >=virtual/rust-1.56.0
+ >=virtual/rust-1.57.0
"
QA_FLAGS_IGNORED="usr/bin/alacritty"
@@ -103,7 +103,7 @@ src_install() {
newicon extra/logo/compat/alacritty-term.svg Alacritty.svg
insinto /usr/share/metainfo
- doins extra/linux/io.alacritty.Alacritty.appdata.xml
+ doins extra/linux/org.alacritty.Alacritty.appdata.xml
insinto /usr/share/alacritty/scripts
doins -r scripts/*