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 coreaction-v5.0.0.tar.bz2 792872 BLAKE2B 715410aa935d1475387fdf3b800b670a51690e83a32319a1c0456ee988ecfd44f710a254629a4e89da8912831e638d74c0e70f67693b93edb8c89acf085e4225 SHA512 8af51a90ff281801d73c480395ce07de9576539fd8f75a3b14a9fd8f7dae4f8ce849bb4802ac396ccf5ab7d89efd555bde9d8387c14e1a01413bb8081cda75ba
DIST coreaction-v5.0.1.tar.bz2 793750 BLAKE2B 8b4e7319754d73ace1b2a758b7c4cffc87358ad857fa06040768993ecba8fdc43487f6b243dc7b12d235705e597ffc7c465046c98ab3b72e713f03ce15c2bbe0 SHA512 b1e43be08ad2ff6ad4d0ec8e9ef7ce58baa7d3bb761301e0bebdfcb6b0fb9c8871763d32535437afb9c1d71f77b1d5233bd06b041a85a0a3ff894375890570d4

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 side bar for showing widgets for C Suite"
HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreaction"
SRC_URI="https://gitlab.com/cubocore/coreapps/coreaction/-/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[gui,network,widgets]
dev-qt/qtsvg:6
>=gui-libs/libcprime-5.0.0
>=gui-libs/libcsys-5.0.0
"
RDEPEND="${DEPEND}"