Install this version:
emerge -a =x11-plugins/wmsystray-0.1.1
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit desktop toolchain-funcs
DESCRIPTION="Window Maker dock app that provides a system tray for GNOME/KDE applications"
HOMEPAGE="https://github.com/bbidulock/wmsystray"
SRC_URI="https://github.com/bbidulock/wmsystray/releases/download/${PV}/${P}.tar.bz2"
RDEPEND="x11-libs/libX11
x11-libs/libXpm"
DEPEND="${RDEPEND}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~sparc x86"
PATCHES=(
"${FILESDIR}/${P}-Makefile.patch"
"${FILESDIR}/${P}-gcc-3.4.patch"
"${FILESDIR}/${P}-return-type.patch"
"${FILESDIR}/${P}-implicit-function.patch"
)
DOCS=( README HACKING AUTHORS )
src_prepare() {
default
# Fix parallel compilation
sed -ie "s/make EXTRACFLAGS/make \${MAKEOPTS} EXTRACFLAGS/" Makefile || die
# Honour Gentoo LDFLAGS, see bug #336296
sed -ie "s/-o wmsystray/${LDFLAGS} -o wmsystray/" wmsystray/Makefile || die
}
src_compile() {
emake CC="$(tc-getCC)" EXTRACFLAGS="${CFLAGS}"
}
src_install() {
dobin ${PN}/${PN}
doman doc/${PN}.1
domenu "${FILESDIR}/${PN}.desktop"
einstalldocs
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | wmsystray-0.1.1.tar.bz2 | 18261 bytes | https://github.com/bbidulock/wmsystray/releases/download/0.1.1/wmsystray-0.1.1.tar.bz2 |