Files
guru/gui-apps/nwg/nwg-0.ebuild
Pascal Jäger e4c4b2f762 gui-apps/nwg: fix src_uri
Closes: https://bugs.gentoo.org/917673

Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
2023-11-21 19:34:29 +01: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/"
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
"