blob: 4d9d89a1cb9682e213b56118599b240189531bab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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/"
LICENSE="metapackage"
SLOT="0"
KEYWORDS="~amd64"
IUSE="hyprland"
S="${WORKDIR}"
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
"
|