gui-apps/core*: add 5.0.1

the changes from 5.0.0 to 5.0.1 are the same across all packages and
mostly trivial, so should not cause additional issues, hence a single
commit for all packages

Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
Ceres
2026-05-05 16:35:53 +01:00
parent c6ec889bfc
commit 2564f7fe56
30 changed files with 342 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST corestats-v5.0.0.tar.bz2 109928 BLAKE2B 72ed0286dff4c34e2eb934c9d521b630ee94ba986023beb4b147e70042bd802249bd87de7c08d4138fd6cf3ad9987569cb42735117f55f63acd969e6bec9a614 SHA512 9e74fff53baca1327aa36da41482afadf738750235a097060db39d2aec06a259f636cf64b2495b70bb15232695627dbeedf9a793c8798810be0ac0603b38591f
DIST corestats-v5.0.1.tar.bz2 110663 BLAKE2B 727613f981492c15d2d74ec202fc5e8859ab0912d82881ded699b37a0f924360fc38859defa47b8b2163be132252c15dae9de62d40f8385d8d3f614199923a6f SHA512 00a15d0577793de31513af8f52a894b18e296fef66d43df5a00af3548a3874f98c3bbd48aaf61613ea299509a84bac40965756fcdfcf9cbecd989b9b9c993fb4

View File

@@ -0,0 +1,23 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake xdg
DESCRIPTION="A system resource viewer for C Suite"
HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestats"
SRC_URI="https://gitlab.com/cubocore/coreapps/corestats/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
S="${WORKDIR}/${PN}-v${PV}"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-qt/qtbase:6[dbus,gui,network,widgets]
>=gui-libs/libcprime-5.0.0
>=gui-libs/libcsys-5.0.0
sys-apps/lm-sensors:=
"
RDEPEND="${DEPEND}"