commit: 471d93c4b6570951c51a2b3be50a4317ea975443 Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Tue Apr 29 16:04:48 2025 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Tue Apr 29 16:04:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=471d93c4
gui-apps/corearchiver: add 5.0.0 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> gui-apps/corearchiver/Manifest | 1 + gui-apps/corearchiver/corearchiver-5.0.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/gui-apps/corearchiver/Manifest b/gui-apps/corearchiver/Manifest index 41bf2073b..40568a1e3 100644 --- a/gui-apps/corearchiver/Manifest +++ b/gui-apps/corearchiver/Manifest @@ -1 +1,2 @@ DIST corearchiver-v4.5.0.tar.bz2 106993 BLAKE2B 12a03ecb423ff9ad31a035b5a8ff5e439bcbed1e48bc39819c0815ad0b3b32c883ce59006b1b8e063a969919754d16ce5b19b14a5000815ed9d55511933dd98d SHA512 69f181b65352f1161304e3469ab7b5980b310d071a710342dedb0cf1b6d28440366134075fc13b09fec86dc80d19e52c896141a2d516bc43ea3d5f0db6f678da +DIST corearchiver-v5.0.0.tar.bz2 106913 BLAKE2B 1004d95397541a45589a93de07c1eb75041039902edc68244b2e25e1eb547574c7a19f2a7db723e2bc04e1dd86ea264d1139979e28647c62033679024aea12b4 SHA512 0718559e465f0219cd21958859bc5fc6136f26ec7d9edbdede6ce63ef1d86d21af9f6ac7226a129d031d8159bb90cef2192a642fb7b16e9c0c58219afc684c02 diff --git a/gui-apps/corearchiver/corearchiver-5.0.0.ebuild b/gui-apps/corearchiver/corearchiver-5.0.0.ebuild new file mode 100644 index 000000000..260e331d4 --- /dev/null +++ b/gui-apps/corearchiver/corearchiver-5.0.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg + +DESCRIPTION="Archiver for C Suite, to create and extract archives" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corearchiver" +SRC_URI="https://gitlab.com/cubocore/coreapps/corearchiver/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" +S="${WORKDIR}/${PN}-v${PV}" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + app-arch/libarchive-qt[qt6] + dev-qt/qtbase:6[gui,widgets] + gui-libs/libcprime +" +RDEPEND="${DEPEND}"
