Files
guru/gui-apps/nwg/nwg-0.ebuild
Lucio Sauer cf265f289a gui-apps/*: fix variable order
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Julien Roy <julien@jroy.ca>
2024-05-13 18:18:20 -04:00

30 lines
608 B
Bash

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="meta package package for nwg-shell"
HOMEPAGE="https://nwg-piotr.github.io/nwg-shell/"
S="${WORKDIR}"
LICENSE="metapackage"
SLOT="0"
KEYWORDS="~amd64"
IUSE="hyprland"
RDEPEND="
app-misc/nwg-look
app-misc/nwg-shell-wallpapers
gui-apps/nwg-displays
gui-apps/nwg-dock
!hyprland? ( gui-apps/nwg-dock )
hyprland? ( gui-apps/nwg-dock-hyprland )
gui-apps/nwg-drawer
gui-apps/nwg-icon-picker
gui-apps/nwg-menu
gui-apps/nwg-panel
gui-apps/nwg-shell
gui-apps/nwg-shell-config
"