gui-apps/nwg-shell: fix dependencies

Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
Pascal Jäger
2023-11-19 19:14:18 +01:00
parent 84edc3f506
commit 2203064c8f

View File

@@ -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}"