Gentoo Archives: gentoo-commits

From: Dex Conner <cantcuckthis@××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/lf/
Date: Sat, 09 Apr 2022 05:07:21
Message-Id: 1649480801.eee5f79450fbed360132e925d2eccbd92a424aa7.cantcuckthis@gentoo
1 commit: eee5f79450fbed360132e925d2eccbd92a424aa7
2 Author: Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
3 AuthorDate: Fri Apr 8 20:49:53 2022 +0000
4 Commit: Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
5 CommitDate: Sat Apr 9 05:06:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eee5f794
7
8 app-misc/lf: Use domenu instead of doins
9
10 Signed-off-by: Dex Conner <cantcuckthis <AT> danwin1210.de>
11
12 app-misc/lf/lf-27.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/app-misc/lf/lf-27.ebuild b/app-misc/lf/lf-27.ebuild
16 index adf2a1a29..3f617c028 100644
17 --- a/app-misc/lf/lf-27.ebuild
18 +++ b/app-misc/lf/lf-27.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -inherit go-module bash-completion-r1
24 +inherit go-module bash-completion-r1 desktop
25
26 EGO_SUM=(
27 "github.com/gdamore/encoding v1.0.0"
28 @@ -79,7 +79,6 @@ src_install() {
29 doins "etc/${PN}cd.fish"
30
31 use X && {
32 - insinto /usr/share/applications
33 - doins "${PN}.desktop"
34 + domenu "${PN}.desktop"
35 }
36 }