Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/zellij/
Date: Sat, 26 Feb 2022 18:16:43
Message-Id: 1645807314.2c4bc6ab14e8f73eb369cc990d510a37371d7158.flow@gentoo
1 commit: 2c4bc6ab14e8f73eb369cc990d510a37371d7158
2 Author: Luciano Degni <degni.public <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 25 16:41:54 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 25 16:41:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2c4bc6ab
7
8 app-misc/zellij: add menu and icon
9
10 Signed-off-by: Luciano Degni <degni.public <AT> gmail.com>
11
12 app-misc/zellij/zellij-0.25.0.ebuild | 9 ++++-----
13 1 file changed, 4 insertions(+), 5 deletions(-)
14
15 diff --git a/app-misc/zellij/zellij-0.25.0.ebuild b/app-misc/zellij/zellij-0.25.0.ebuild
16 index 63301d6dd..611b13781 100644
17 --- a/app-misc/zellij/zellij-0.25.0.ebuild
18 +++ b/app-misc/zellij/zellij-0.25.0.ebuild
19 @@ -295,7 +295,7 @@ CRATES="
20 zeroize-1.4.3
21 "
22
23 -inherit cargo xdg-utils optfeature
24 +inherit cargo xdg-utils optfeature desktop
25
26 DESCRIPTION="A terminal workspace with batteries included"
27 HOMEPAGE="https://github.com/zellij-org/zellij"
28 @@ -314,12 +314,11 @@ LICENSE="
29 BSD
30 Unlicense
31 MPL-2.0
32 + WTFPL
33 "
34 SLOT="0"
35 KEYWORDS="~amd64"
36 IUSE="doc examples zsh-completion fish-completion bash-completion"
37 -#REQUIRED_USE="|| ( bash-completion fish-completion zsh-completion )"
38 -
39 DEPEND="
40 bash-completion? (
41 app-shells/bash
42 @@ -372,8 +371,8 @@ src_install() {
43 use zsh && doins assets/completions/_zellij
44 fi
45
46 - #insinto /usr/share/xsessions/
47 - #doins assets/zellij.desktop
48 + domenu assets/zellij.desktop
49 + doicon asserts/logo.png
50
51 use doc && dodoc README.md GOVERNANCE.md
52 }