commit: eee5f79450fbed360132e925d2eccbd92a424aa7
Author: Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
AuthorDate: Fri Apr 8 20:49:53 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Apr 9 05:06:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eee5f794
app-misc/lf: Use domenu instead of doins
Signed-off-by: Dex Conner <cantcuckthis <AT> danwin1210.de>
app-misc/lf/lf-27.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/app-misc/lf/lf-27.ebuild b/app-misc/lf/lf-27.ebuild
index adf2a1a29..3f617c028 100644
--- a/app-misc/lf/lf-27.ebuild
+++ b/app-misc/lf/lf-27.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit go-module bash-completion-r1
+inherit go-module bash-completion-r1 desktop
EGO_SUM=(
"github.com/gdamore/encoding v1.0.0"
@@ -79,7 +79,6 @@ src_install() {
doins "etc/${PN}cd.fish"
use X && {
- insinto /usr/share/applications
- doins "${PN}.desktop"
+ domenu "${PN}.desktop"
}
}