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 coregarage-v5.0.0.tar.bz2 96707 BLAKE2B cc0b302d578af31e31a74e5527df7476f3414d30fab462c3ba9e2d4b45570b04a6179feb4caf28a2ac597060f5834336e32b42f0cafda8eaaedb0bb960f5fc2b SHA512 1db1a0374c513e312682883f248a41995e93dca5496a774bbd964dcf2070e03f351dd1bb36b20edbf0dcee7872eb5df5f41e6684ab8a9b767a9666ceb58c5acb
DIST coregarage-v5.0.1.tar.bz2 95810 BLAKE2B 2b611378e7ab20c10adb7e5bd937844dc3877de197288a882e8be4fd4b298bc6b8729805b3020abbf4f0cf1068c91107920478b0dd1132f002be5000d6e3d182 SHA512 1078a12302a0937a168b74ae3e5f1c07fb5bfb26bd984169e3492b1f8e0bc2b462e5c4a9982dd573369f3e46a12023a6abce9e7d05bb1b47b2c4725acdf8b63c

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake xdg
DESCRIPTION="A settings manager for C Suite"
HOMEPAGE="https://gitlab.com/cubocore/coreapps/coregarage"
SRC_URI="https://gitlab.com/cubocore/coreapps/coregarage/-/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]
>=gui-libs/libcprime-5.0.0
"
RDEPEND="${DEPEND}"