commit:     f68ca7f5452552f1e77b6643a6692b68e1343efc
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Mon May  5 16:34:47 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon May  5 16:34:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f68ca7f5

gui-apps/corestuff: add 5.0.0

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 gui-apps/corestuff/Manifest               |  1 +
 gui-apps/corestuff/corestuff-5.0.0.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/gui-apps/corestuff/Manifest b/gui-apps/corestuff/Manifest
index df7f26bec..db7417e68 100644
--- a/gui-apps/corestuff/Manifest
+++ b/gui-apps/corestuff/Manifest
@@ -1 +1,2 @@
 DIST corestuff-v4.5.0.tar.bz2 1192001 BLAKE2B 
5600c5e27b34d506d5951eb3a095501007be5a072a25680d1ab361eb9337b5c13afa2e2d56112ada07d9a81012050ac5deebf05a34b82944f8ea4b252998993d
 SHA512 
c691a23ad8ef45941fe28f2eff554a668b2fb93c274609556d3bf5994406712e89db94f2b35f1520f82e57980a8a5ede6189b7152f05e80c3f3d65006ae7bfdf
+DIST corestuff-v5.0.0.tar.bz2 1192298 BLAKE2B 
e9f10cd6a5c0dafa2e8156dd9aff96994932ed639211cf8bdad839ca0930c5f4c1ca855661a370c7ea1eadc102cc2372d22120dbdf825a42ad35723c88fbe9ad
 SHA512 
c2f49a88e9b2a1745cb903a2cb3e0203721b232dc5908472e293f07d4e7f71bac6fe2f70afda204ce976dc973b80d6bbce9dc8a840e4b98e1c676820eb340f6c

diff --git a/gui-apps/corestuff/corestuff-5.0.0.ebuild 
b/gui-apps/corestuff/corestuff-5.0.0.ebuild
new file mode 100644
index 000000000..268cb71e4
--- /dev/null
+++ b/gui-apps/corestuff/corestuff-5.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="An activity viewer for C Suite"
+HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestuff";
+SRC_URI="https://gitlab.com/cubocore/coreapps/corestuff/-/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[concurrent,dbus,gui,network,widgets]
+       >=gui-libs/libcprime-5.0.0
+       >=gui-libs/libcsys-5.0.0
+       kde-frameworks/kglobalaccel:6
+       x11-libs/libX11
+       x11-libs/libXcomposite
+       x11-libs/libxcb:=
+       x11-libs/libXi
+       x11-libs/xcb-util-wm
+"
+RDEPEND="${DEPEND}"

Reply via email to