From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1370794-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F1DE415808B for <garchives@archives.gentoo.org>; Fri, 25 Feb 2022 16:45:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07129E0831; Fri, 25 Feb 2022 16:45:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1EB1E0831 for <gentoo-commits@lists.gentoo.org>; Fri, 25 Feb 2022 16:45:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3954A33BF53 for <gentoo-commits@lists.gentoo.org>; Fri, 25 Feb 2022 16:45:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 986B82EE for <gentoo-commits@lists.gentoo.org>; Fri, 25 Feb 2022 16:45:03 +0000 (UTC) From: "Luciano Degni" <degni.public@gmail.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Luciano Degni" <degni.public@gmail.com> Message-ID: <1645807314.2c4bc6ab14e8f73eb369cc990d510a37371d7158.degni.public@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/zellij/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/zellij/zellij-0.25.0.ebuild X-VCS-Directories: app-misc/zellij/ X-VCS-Committer: degni.public X-VCS-Committer-Name: Luciano Degni X-VCS-Revision: 2c4bc6ab14e8f73eb369cc990d510a37371d7158 X-VCS-Branch: dev Date: Fri, 25 Feb 2022 16:45:03 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 080768f9-518d-462f-ac00-3d6ee9945456 X-Archives-Hash: 8f33b58e72c5ce3c0e2b76c45a2574e3 commit: 2c4bc6ab14e8f73eb369cc990d510a37371d7158 Author: Luciano Degni <degni.public <AT> gmail <DOT> com> AuthorDate: Fri Feb 25 16:41:54 2022 +0000 Commit: Luciano Degni <degni.public <AT> gmail <DOT> com> CommitDate: Fri Feb 25 16:41:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2c4bc6ab app-misc/zellij: add menu and icon Signed-off-by: Luciano Degni <degni.public <AT> gmail.com> app-misc/zellij/zellij-0.25.0.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app-misc/zellij/zellij-0.25.0.ebuild b/app-misc/zellij/zellij-0.25.0.ebuild index 63301d6dd..611b13781 100644 --- a/app-misc/zellij/zellij-0.25.0.ebuild +++ b/app-misc/zellij/zellij-0.25.0.ebuild @@ -295,7 +295,7 @@ CRATES=" zeroize-1.4.3 " -inherit cargo xdg-utils optfeature +inherit cargo xdg-utils optfeature desktop DESCRIPTION="A terminal workspace with batteries included" HOMEPAGE="https://github.com/zellij-org/zellij" @@ -314,12 +314,11 @@ LICENSE=" BSD Unlicense MPL-2.0 + WTFPL " SLOT="0" KEYWORDS="~amd64" IUSE="doc examples zsh-completion fish-completion bash-completion" -#REQUIRED_USE="|| ( bash-completion fish-completion zsh-completion )" - DEPEND=" bash-completion? ( app-shells/bash @@ -372,8 +371,8 @@ src_install() { use zsh && doins assets/completions/_zellij fi - #insinto /usr/share/xsessions/ - #doins assets/zellij.desktop + domenu assets/zellij.desktop + doicon asserts/logo.png use doc && dodoc README.md GOVERNANCE.md }