commit: 7e39f5c0ae72d8651c2bc5191731652f30551b26 Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Thu May 1 16:42:58 2025 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Thu May 1 16:42:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7e39f5c0
gui-apps/corehunt: add 5.0.0 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> gui-apps/corehunt/Manifest | 1 + gui-apps/corehunt/corehunt-5.0.0.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/gui-apps/corehunt/Manifest b/gui-apps/corehunt/Manifest index 4aca0d2a0..1687899ce 100644 --- a/gui-apps/corehunt/Manifest +++ b/gui-apps/corehunt/Manifest @@ -1 +1,2 @@ DIST corehunt-v4.5.0.tar.bz2 49376 BLAKE2B b58664866466778182bd5c1a365023e94bd1ee972976292f97a37b9ed664c274388bc7ccbc3ef314f001335fb4460e657164b7eda77dba5e49abfaddaf6c108e SHA512 990b346e579cce5bcb9e64388ab4af63baaee737b65a9d16b9b584fab519e473237589ab0ee977cde39da17dfebc9896efbe2fb6a02e77af9ac0b8651cac20c3 +DIST corehunt-v5.0.0.tar.bz2 49361 BLAKE2B 0d61e472ba840bdabe2d9f68984d526b44fe999c8550ba335a2d823bc914f1b24ff772a5b31464366363a32067bc83785acdc35ca7ca525cc55385db7e1c2db3 SHA512 c6b514ab570a609e7c1dbe937121ab38efd7e23bf0a3fa91503ab0488a2d2069cf7a9c03e8e4bca112bc0a3e5cbf7d8c0b62612ea40a8dcd09694d7be0dea25d diff --git a/gui-apps/corehunt/corehunt-5.0.0.ebuild b/gui-apps/corehunt/corehunt-5.0.0.ebuild new file mode 100644 index 000000000..5a185e3ff --- /dev/null +++ b/gui-apps/corehunt/corehunt-5.0.0.ebuild @@ -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}"
