commit: 9b476bf296579b4055ad18b9a33790f2617aff36 Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Mon May 12 17:04:56 2025 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Mon May 12 17:04:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9b476bf2
gui-apps/corestats: add 5.0.0 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> gui-apps/corestats/Manifest | 1 + gui-apps/corestats/corestats-5.0.0.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/gui-apps/corestats/Manifest b/gui-apps/corestats/Manifest index 22e7f27bc..6ce484946 100644 --- a/gui-apps/corestats/Manifest +++ b/gui-apps/corestats/Manifest @@ -1 +1,2 @@ DIST corestats-v4.5.0.tar.bz2 109955 BLAKE2B f3a1e416f3c72fe849982a12e0c4767fd6f26e0ec8a9fd02d2dc3778e229a2547439a5c435068f0b26416eb0b208f03038474ef7a853da22f1661b035ae6f4fb SHA512 304087e8bafb3f1c41c4bfd360d6068ddd0f07d450a744d48ba4c889eb9d4015aa7197a77a7241d593f469ffc1dc1bea9c47a2528a8c2163f22dcfa8e3e6b051 +DIST corestats-v5.0.0.tar.bz2 109928 BLAKE2B 72ed0286dff4c34e2eb934c9d521b630ee94ba986023beb4b147e70042bd802249bd87de7c08d4138fd6cf3ad9987569cb42735117f55f63acd969e6bec9a614 SHA512 9e74fff53baca1327aa36da41482afadf738750235a097060db39d2aec06a259f636cf64b2495b70bb15232695627dbeedf9a793c8798810be0ac0603b38591f diff --git a/gui-apps/corestats/corestats-5.0.0.ebuild b/gui-apps/corestats/corestats-5.0.0.ebuild new file mode 100644 index 000000000..a314483f8 --- /dev/null +++ b/gui-apps/corestats/corestats-5.0.0.ebuild @@ -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}"
