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 corepaint-v5.0.0.tar.bz2 99359 BLAKE2B 25c25ad75357144f42681163ed99d1b7253a27e7796d6c0364584b774e9eb94e01241b02310920532353741ec75105fcc026dda52a6c3463ebf25aae637f662a SHA512 2898d5eb26164d3d8230f1183ff0ca174f344f9c5f42848c13e2ae8b7d8d074fcf04affcaaec81877c98c33fe905a9bdf44677246b312bd52c3c8929e107a547
DIST corepaint-v5.0.1.tar.bz2 100138 BLAKE2B 2edde5825ef15f78688ff7cdedafe0a99758b21c03da6c78d457e14064cd7b7aedd87d0e8b71c41a530b5c7f55371ea5c23d8438bfe64892f87bc37d929806ca SHA512 2c852ac8b61f551a2eac75b6a6bb9ddc5483742bfbc85748887c61a81db074c7a5894d5cdc3e6060556f69c8eb4ade47a0e7f801d1b496f8edd791b529cb0be0

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 paint app for C Suite"
HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepaint"
SRC_URI="https://gitlab.com/cubocore/coreapps/corepaint/-/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]
>=gui-libs/libcprime-5.0.0
"
RDEPEND="${DEPEND}"