gui-apps/nwg-panel - 9999 (guru)

Search

Install

Install this version:

emerge -a =gui-apps/nwg-panel-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =gui-apps/nwg-panel-9999

Or alternatively:

emerge --autounmask-write -a =gui-apps/nwg-panel-9999

Package Information

Description:
GTK3-based panel for sway and Hyprland Wayland compositors
Homepage:
https://github.com/nwg-piotr/nwg-panel
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..13} )
DISTUTILS_USE_PEP517=setuptools
inherit desktop distutils-r1 systemd xdg-utils

if [[ "${PV}" == 9999 ]]
then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/nwg-piotr/nwg-panel.git"
else
	SRC_URI="https://github.com/nwg-piotr/nwg-panel/archive/v${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~amd64"
fi

DESCRIPTION="GTK3-based panel for sway and Hyprland Wayland compositors"
HOMEPAGE="https://github.com/nwg-piotr/nwg-panel"
LICENSE="MIT"
SLOT="0"
IUSE="systemd"

RDEPEND="
	x11-libs/gtk+:3
	dev-python/pygobject[${PYTHON_USEDEP}]
	dev-python/psutil[${PYTHON_USEDEP}]
	dev-python/i3ipc[${PYTHON_USEDEP}]
	dev-python/dasbus[${PYTHON_USEDEP}]
	gui-apps/nwg-icon-picker
	media-sound/playerctl
	gui-libs/gtk-layer-shell[introspection]
"
DEPEND="${RDEPEND}"

python_install_all() {
	distutils-r1_python_install_all
	domenu nwg-panel-config.desktop
	domenu nwg-processes.desktop
	doicon nwg-panel.svg
	doicon nwg-processes.svg
	doicon nwg-shell.svg
	if use systemd; then
		systemd_dounit nwg-panel.service
	fi
}

pkg_postinst() {
	xdg_desktop_database_update
}

pkg_postrm() {
	xdg_desktop_database_update
}

USE Flags

Manage flags for this package: euse -i <flag> -p gui-apps/nwg-panel | euse -E <flag> -p gui-apps/nwg-panel | euse -D <flag> -p gui-apps/nwg-panel

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	x11-libs/gtk+:3
	dev-python/pygobject[]
	dev-python/psutil[]
	dev-python/i3ipc[]
	dev-python/dasbus[]
	gui-apps/nwg-icon-picker
	media-sound/playerctl
	gui-libs/gtk-layer-shell[introspection]

RDEPEND

	x11-libs/gtk+:3
	dev-python/pygobject[]
	dev-python/psutil[]
	dev-python/i3ipc[]
	dev-python/dasbus[]
	gui-apps/nwg-icon-picker
	media-sound/playerctl
	gui-libs/gtk-layer-shell[introspection]