mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
* Pulls in last-rited gui-apps/nwg-dock-hyprland. Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
28 lines
535 B
Bash
28 lines
535 B
Bash
# Copyright 1999-2026 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"
|
|
|
|
RDEPEND="
|
|
app-misc/nwg-look
|
|
app-misc/nwg-shell-wallpapers
|
|
gui-apps/nwg-displays
|
|
gui-apps/nwg-dock
|
|
gui-apps/nwg-dock
|
|
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
|
|
"
|