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 corehunt-v5.0.0.tar.bz2 49361 BLAKE2B 0d61e472ba840bdabe2d9f68984d526b44fe999c8550ba335a2d823bc914f1b24ff772a5b31464366363a32067bc83785acdc35ca7ca525cc55385db7e1c2db3 SHA512 c6b514ab570a609e7c1dbe937121ab38efd7e23bf0a3fa91503ab0488a2d2069cf7a9c03e8e4bca112bc0a3e5cbf7d8c0b62612ea40a8dcd09694d7be0dea25d
DIST corehunt-v5.0.1.tar.bz2 50214 BLAKE2B 92ea5b639752a82fe989fa6967490fd759829d0064f0e4bea7e804d3334ac5bc672c5003c74ce8f92f11d089c35af912d16ae6a5ff804e2bafd44e6aca32f8f0 SHA512 116b8bd08f6616395a1683c05d18a1bf01d9a91c063016f9ec1124a0f8a009bf2f1a6c1fb06fb314e1d5e38978458cb8d4d0a7f76fceced0910e28afcfcac376

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