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 corepdf-v5.0.0.tar.bz2 73095 BLAKE2B 3c8567a3fd83de2448c901853a526487b0c490aa764e7011b003bf336f0112ce4efd91555f2483f816cb134705f80d4b0445dff59028996e6cf2193b649d34de SHA512 609e621497636f786ef5b6543ddf585231866e9d479c4ce5a4b2f354b6366ef6a811c9c1df4e81b5d863cfaa8d5b7d11532e270d77ab041993179cfaa8ab816c
DIST corepdf-v5.0.1.tar.bz2 73993 BLAKE2B c2f4d000a2e8ba6c9d41b6b07daaf29ad2456f22b636e0998ed6ad2f148370d87acdc8075c8710a8c0ecfe500835ff94351ac03e44589c6221c7b8aaff14d758 SHA512 bca37b2c51d7a4183060faaad1f4163708efa9478695ddbbf847511194fa9b83f20cac6de557b9a9229dc14728d5a6e1c435c2e2b2126563a3d8d6face7f039a

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="A PDF viewer for C Suite"
HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepdf"
SRC_URI="https://gitlab.com/cubocore/coreapps/corepdf/-/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
gui-libs/qdocumentview
"
RDEPEND="${DEPEND}"