summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2022-07-12 18:59:12 +0300
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2022-07-12 11:21:38 -0700
commitdcbf52f2d68d09b32aa1d460b72f2858e3bae0df (patch)
tree30eff8485c87d320caf9a8583827dfcf2c2507d5 /x11-terms
parentapp-admin/sysstat: add 12.6.0 (diff)
downloadgentoo-dcbf52f2d68d09b32aa1d460b72f2858e3bae0df.tar.gz
gentoo-dcbf52f2d68d09b32aa1d460b72f2858e3bae0df.tar.bz2
gentoo-dcbf52f2d68d09b32aa1d460b72f2858e3bae0df.zip
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@kchibisov.com> Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/alacritty/alacritty-9999.ebuild8
1 files 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/*