From 2203064c8f35223a485d699d4db53b348382feab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20J=C3=A4ger?= Date: Sun, 19 Nov 2023 19:14:18 +0100 Subject: [PATCH] gui-apps/nwg-shell: fix dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pascal Jäger --- 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}"