From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 44B6F158099 for ; Mon, 20 Nov 2023 14:14:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52BAD2BC01A; Mon, 20 Nov 2023 14:14:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 399982BC01A for ; Mon, 20 Nov 2023 14:14:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5022B335D21 for ; Mon, 20 Nov 2023 14:14:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3AAD13A5 for ; Mon, 20 Nov 2023 14:14:31 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1700424405.2203064c8f35223a485d699d4db53b348382feab.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild X-VCS-Directories: gui-apps/nwg-shell/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 2203064c8f35223a485d699d4db53b348382feab X-VCS-Branch: master Date: Mon, 20 Nov 2023 14:14:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cf8eeae0-560f-46a3-9c53-047088d45f93 X-Archives-Hash: b06735551cc8c83819fe5025337d4136 commit: 2203064c8f35223a485d699d4db53b348382feab Author: Pascal Jäger leimstift de> AuthorDate: Sun Nov 19 18:14:18 2023 +0000 Commit: David Roman gmail com> CommitDate: Sun Nov 19 20:06:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2203064c gui-apps/nwg-shell: fix dependencies Signed-off-by: Pascal Jäger leimstift.de> gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild index 655a724ee3..af19a1f4b3 100644 --- a/gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild +++ b/gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild @@ -10,22 +10,15 @@ inherit distutils-r1 SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" -DESCRIPTION="meta-package for the nwg-shell project" +DESCRIPTION="libraries an common functions for the nwg-shell project" HOMEPAGE="https://github.com/nwg-piotr/nwg-shell" LICENSE="MIT" SLOT="0" RDEPEND=" - app-misc/gopsuinfo - app-misc/nwg-look - gui-apps/azote - gui-apps/nwg-bar - gui-apps/nwg-displays - || ( gui-apps/nwg-dock gui-apps/nwg-dock-hyprland ) - gui-apps/nwg-drawer - gui-apps/nwg-menu - gui-apps/nwg-panel - gui-apps/nwg-shell-config + gui-apps/grim + gui-apps/swappy + gui-apps/slurp " DEPEND="${RDEPEND}"