Gentoo Archives: gentoo-commits

From: Ryan Fox <flewkey@××××.party>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/foot-terminfo/
Date: Mon, 30 Aug 2021 00:15:48
Message-Id: 1630282480.c1e848ca064a52e6860685758a6da0a0c2a8ce3b.flewkey@gentoo
1 commit: c1e848ca064a52e6860685758a6da0a0c2a8ce3b
2 Author: Ryan Fox <flewkey <AT> 2a03 <DOT> party>
3 AuthorDate: Sun Aug 29 13:31:59 2021 +0000
4 Commit: Ryan Fox <flewkey <AT> 2a03 <DOT> party>
5 CommitDate: Mon Aug 30 00:14:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1e848ca
7
8 gui-apps/foot-terminfo: Change install location
9
10 Installing foot's terminfo resulted in the non-standard location has
11 caused issues with some programs, so I am changing back the install
12 location as per the maintainer's suggestion.
13
14 Pushing it as a new revision probably isn't worth it since the package
15 has only been in the GURU master branch for a short period of time.
16
17 See https://codeberg.org/dnkl/foot/issues/695
18
19 Package-Manager: Portage-3.0.20, Repoman-3.0.3
20 Signed-off-by: Ryan Fox <flewkey <AT> 2a03.party>
21
22 gui-apps/foot-terminfo/foot-terminfo-1.9.0.ebuild | 6 +++---
23 gui-apps/foot-terminfo/foot-terminfo-9999.ebuild | 6 +++---
24 2 files changed, 6 insertions(+), 6 deletions(-)
25
26 diff --git a/gui-apps/foot-terminfo/foot-terminfo-1.9.0.ebuild b/gui-apps/foot-terminfo/foot-terminfo-1.9.0.ebuild
27 index 1727e2d92..e2e366268 100644
28 --- a/gui-apps/foot-terminfo/foot-terminfo-1.9.0.ebuild
29 +++ b/gui-apps/foot-terminfo/foot-terminfo-1.9.0.ebuild
30 @@ -26,7 +26,7 @@ src_compile() {
31 }
32
33 src_install() {
34 - dodir /usr/share/foot/terminfo/f/
35 - cp "${S}/f/foot" "${D}/usr/share/foot/terminfo/f/foot" || die
36 - cp "${S}/f/foot-direct" "${D}/usr/share/foot/terminfo/f/foot-direct" || die
37 + dodir /usr/share/terminfo/f/
38 + cp "${S}/f/foot" "${D}/usr/share/terminfo/f/foot" || die
39 + cp "${S}/f/foot-direct" "${D}/usr/share/terminfo/f/foot-direct" || die
40 }
41
42 diff --git a/gui-apps/foot-terminfo/foot-terminfo-9999.ebuild b/gui-apps/foot-terminfo/foot-terminfo-9999.ebuild
43 index 1727e2d92..e2e366268 100644
44 --- a/gui-apps/foot-terminfo/foot-terminfo-9999.ebuild
45 +++ b/gui-apps/foot-terminfo/foot-terminfo-9999.ebuild
46 @@ -26,7 +26,7 @@ src_compile() {
47 }
48
49 src_install() {
50 - dodir /usr/share/foot/terminfo/f/
51 - cp "${S}/f/foot" "${D}/usr/share/foot/terminfo/f/foot" || die
52 - cp "${S}/f/foot-direct" "${D}/usr/share/foot/terminfo/f/foot-direct" || die
53 + dodir /usr/share/terminfo/f/
54 + cp "${S}/f/foot" "${D}/usr/share/terminfo/f/foot" || die
55 + cp "${S}/f/foot-direct" "${D}/usr/share/terminfo/f/foot-direct" || die
56 }