Install this version:
emerge -a =x11-misc/stalonetray-1.3.0-r1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-misc/stalonetray-1.3.0-r1
Or alternatively:
emerge --autounmask-write -a =x11-misc/stalonetray-1.3.0-r1
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="System tray utility including support for KDE system tray icons"
HOMEPAGE="https://d3adb5.github.io/stalonetray/index.html"
SRC_URI="https://github.com/d3adb5/${PN}/releases/download/${PV}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~riscv ~x86"
IUSE="debug +graceful-exit kde +xinerama +xpm +xrandr"
RDEPEND="x11-libs/libX11
xinerama? ( x11-libs/libXinerama )
xpm? ( x11-libs/libXpm )"
DEPEND="${RDEPEND}
x11-base/xorg-proto"
BDEPEND="app-text/docbook-xml-dtd
dev-libs/libxslt"
REQUIRED_USE="xrandr? ( xinerama )"
DOCS=( AUTHORS README.md stalonetrayrc.sample )
src_configure() {
meson_src_configure \
$(meson_use debug dump_window_information) \
$(meson_use debug trace_events) \
$(meson_use graceful-exit exit_gracefully) \
$(meson_feature kde native_kde) \
$(meson_feature xinerama) \
$(meson_feature xpm) \
$(meson_feature xrandr randr)
}
Manage flags for this package:
euse -i <flag> -p x11-misc/stalonetray |
euse -E <flag> -p x11-misc/stalonetray |
euse -D <flag> -p x11-misc/stalonetray
x11-libs/libX11 xinerama? ( x11-libs/libXinerama ) xpm? ( x11-libs/libXpm ) x11-base/xorg-proto
x11-libs/libX11 xinerama? ( x11-libs/libXinerama ) xpm? ( x11-libs/libXpm )
app-text/docbook-xml-dtd dev-libs/libxslt