Install this version:
emerge -a =x11-plugins/wmcms-0.3.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-plugins/wmcms-0.3.5
Or alternatively:
emerge --autounmask-write -a =x11-plugins/wmcms-0.3.5
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit toolchain-funcs
DESCRIPTION="WindowMaker CPU and Memory Usage Monitor Dock App"
HOMEPAGE="https://www.geocities.ws/neofpo/wmcms.html"
SRC_URI="https://www.geocities.ws/neofpo/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
DEPEND=">=x11-libs/libdockapp-0.7:="
PATCHES=(
"${FILESDIR}"/${P}-s4t4n.patch
"${FILESDIR}"/${P}-c99.patch
)
src_compile() {
tc-export CC
default
}
src_install() {
dobin wmcms
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | wmcms-0.3.5.tar.gz | 19855 bytes | https://www.geocities.ws/neofpo/files/wmcms-0.3.5.tar.gz |