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 corearchiver-v5.0.0.tar.bz2 106913 BLAKE2B 1004d95397541a45589a93de07c1eb75041039902edc68244b2e25e1eb547574c7a19f2a7db723e2bc04e1dd86ea264d1139979e28647c62033679024aea12b4 SHA512 0718559e465f0219cd21958859bc5fc6136f26ec7d9edbdede6ce63ef1d86d21af9f6ac7226a129d031d8159bb90cef2192a642fb7b16e9c0c58219afc684c02
DIST corearchiver-v5.0.1.tar.bz2 107785 BLAKE2B 99d071bd8c850b063437081d6cffbe7029d847805a02007e48c00147e5d9478ae668841f351201166fdcce66b5e2b7e7f29d0aecb1ac0848c32b9c5dfc23d9c5 SHA512 5aa9d8360059c5da2f34aa15401ad4cb08436ee54530a09a3c058c3ed242dbe1f6c493253abb7bc1e7d7811323759f3fc913d0b9b70a6e83d700bb0371ecfa0e

View File

@@ -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}"