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 corerenamer-v5.0.0.tar.bz2 70945 BLAKE2B 400e6d68f44f42ff178d97e08cdf59830462eb8faff0c37d41e7713a14316f38f2360b7686438247956805b623d3c10542953916e04d9165346a4111b8faeb80 SHA512 a323205de99e3c2ebcc247573efadfacb843c2eb2e6b7ddd15be195eabb85b6d24b31b5e8c5490e6bf0b11b3511314349aaf80258ea7be084594d608c4dc913d
DIST corerenamer-v5.0.1.tar.bz2 71858 BLAKE2B 142658a2f1e7b8eae7901a49469c6d4160393c3967fb45a8aab9a021dc51fbd57cd06d26f1185e48fcf8fef10934b57a018a44d701133e25f723c7a6ca438f3f SHA512 9e7f3beb3b36d75e30736037fe9e06c246ca781193fff94960321f29ccab56f439c591707bb4844024ce50f9a725c0e978f88f7b877fd09155e54e695d66eb62

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 batch file renamer for C Suite"
HOMEPAGE="https://gitlab.com/cubocore/coreapps/corerenamer"
SRC_URI="https://gitlab.com/cubocore/coreapps/corerenamer/-/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}"