x11-plugins/wmcpuwatch - 0.2 (gentoo)

Search

Install

Install this version:

emerge -a =x11-plugins/wmcpuwatch-0.2

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

autounmask =x11-plugins/wmcpuwatch-0.2

Or alternatively:

emerge --autounmask-write -a =x11-plugins/wmcpuwatch-0.2

Package Information

Description:
dockapp showing the load of every logical CPU on the system
Homepage:
https://bitbucket-archive.softwareheritage.org/projects/st/StarFire/wmcpuwatch.html
License:
GPL-3+

Ebuild Details

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

EAPI=8

inherit cmake

DESCRIPTION="dockapp showing the load of every logical CPU on the system"
HOMEPAGE="https://bitbucket-archive.softwareheritage.org/projects/st/StarFire/wmcpuwatch.html"
SRC_URI="https://bitbucket-archive.softwareheritage.org/static/83/8395d160-de4b-42d6-a7d9-939eade4f58a/attachments/${P}.tar.bz2"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

RDEPEND=">=x11-libs/libdockapp-0.7:="
DEPEND="${RDEPEND}"
BDEPEND="doc? ( app-text/doxygen[dot] )"

DOCS=( ChangeLog README.md )
PATCHES=( "${FILESDIR}"/${P}-cmake.patch )

src_prepare() {
	cmake_src_prepare
	use doc || cmake_comment_add_subdirectory doc
}

src_install() {
	cmake_src_install
	use doc && dodoc -r "${BUILD_DIR}"/doc/html
}

USE Flags

Manage flags for this package: euse -i <flag> -p x11-plugins/wmcpuwatch | euse -E <flag> -p x11-plugins/wmcpuwatch | euse -D <flag> -p x11-plugins/wmcpuwatch

Global/Standard Flags

doc

Inherited Eclasses

Dependencies

DEPEND

>=x11-libs/libdockapp-0.7:=

RDEPEND

>=x11-libs/libdockapp-0.7:=

BDEPEND

doc? ( app-text/doxygen[dot] )

Manifest for 0.2

Type File Size Source URLs
DIST wmcpuwatch-0.2.tar.bz2 55621 bytes https://bitbucket-archive.softwareheritage.org/static/83/8395d160-de4b-42d6-a7d9-939eade4f58a/attachments/wmcpuwatch-0.2.tar.bz2