mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
gui-apps/corepdf: add 5.0.0
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST corepdf-v4.5.0.tar.bz2 86846 BLAKE2B 74f276978bfae652b95bf065317723996a72dd921e68451e45d00db53733695d802419c38ee4798f6e8386fcd24cdd00863edc031f4f90ef11bcb4b37f52ec65 SHA512 f2a6a50d5f42d9aad0c2070e3a36f060a397147819eb9ebd460aaca4ba4df536202ecb6f2905858344d246866baa9c1757f7524527d8fbdd0cf8c9b241bd85fb
|
||||
DIST corepdf-v5.0.0.tar.bz2 73095 BLAKE2B 3c8567a3fd83de2448c901853a526487b0c490aa764e7011b003bf336f0112ce4efd91555f2483f816cb134705f80d4b0445dff59028996e6cf2193b649d34de SHA512 609e621497636f786ef5b6543ddf585231866e9d479c4ce5a4b2f354b6366ef6a811c9c1df4e81b5d863cfaa8d5b7d11532e270d77ab041993179cfaa8ab816c
|
||||
|
||||
22
gui-apps/corepdf/corepdf-5.0.0.ebuild
Normal file
22
gui-apps/corepdf/corepdf-5.0.0.ebuild
Normal 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}"
|
||||
Reference in New Issue
Block a user