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 corepad-v5.0.0.tar.bz2 147123 BLAKE2B 7b827f683c8f682c8ecc11ed264deca3033fcf82d03cf2e247a05e9013d11279db4ecbe2c2c98a14e6b518cd4b552c2188237d8f1f5c76c3ad3520aae3c47d63 SHA512 3e9e3ce53bd7dd249136945b9b39af5c2d176d4ca227d34c2ddaba960aba2482de63cf45750439ade40ce28dd6feded3d4809e1a1484ef29ff12792b3100d312
DIST corepad-v5.0.1.tar.bz2 148228 BLAKE2B b6d3f211690d066749423661e97edce73944c98e75c45c84e069ccc28e4c8f1d0cef775e3aca6dbf9800938772cc6a2029e3d9c77ff4c12fa824392ebc08ec4f SHA512 12d18b4de80c702b91bf73df466a1581ed386f6fc4eef899ca4c07529489645fdfeaac03e61faf22d1cf1e5102bddfeaf6634bfad82c216bc61c9acbc85cf95f

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 document editor for C Suite"
HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepad"
SRC_URI="https://gitlab.com/cubocore/coreapps/corepad/-/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,widgets,xml]
>=gui-libs/libcprime-5.0.0
"
RDEPEND="${DEPEND}"