mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
app-text/master-pdf-editor: bump to 5.9.89
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST master-pdf-editor-5.9.86-qt5.x86_64-qt_include.tar.gz 97993722 BLAKE2B 67f3f45215977b8c8485767ad64447ef06e49100c6e5ac7fe572ede80508d7f50947e46f60365c76dc977f45703d7a99baa11774f7624ff731407c802bc8c4e8 SHA512 d954be009d81f7becc9798f4b9dc8e6f426f370ab89faef1e6eafd1bc06a265899336b54ac4498ea72e3418f29913a9c74e323f5b999713d756a91b93e9ea334
|
||||
DIST master-pdf-editor-5.9.89-qt5.x86_64-qt_include.tar.gz 117058533 BLAKE2B 7441701b9070313b081cb0b52374ae9ae1e21b5586ca283eaed31ada4784628b7b46ce96b349967aaf2e1f31e82b45564c14e2f409242b1336197746b0cb86d2 SHA512 a8bc987c5122a7a8eb1871733e0f137c4fc1d90b76ad65e07e71e5b0cc841b3e23bc29d675f17a9bd3dfb7679f4fc17df9c8f5b0fa26d5bec8f2e860cb69a44b
|
||||
|
||||
49
app-text/master-pdf-editor/master-pdf-editor-5.9.89.ebuild
Normal file
49
app-text/master-pdf-editor/master-pdf-editor-5.9.89.ebuild
Normal file
@@ -0,0 +1,49 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit desktop xdg
|
||||
|
||||
DESCRIPTION="A complete solution for viewing and editing PDF files"
|
||||
HOMEPAGE="https://code-industry.net/free-pdf-editor/"
|
||||
SRC_URI="https://code-industry.net/public/${P}-qt5.x86_64-qt_include.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${PV%%.*}"
|
||||
|
||||
LICENSE="master-pdf-editor"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
RESTRICT="mirror"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/pkcs11-helper
|
||||
dev-qt/qtconcurrent:5
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtnetwork:5
|
||||
dev-qt/qtprintsupport:5
|
||||
dev-qt/qtsvg:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtxml:5
|
||||
media-libs/freetype
|
||||
media-libs/libglvnd
|
||||
media-gfx/sane-backends
|
||||
sys-libs/glibc
|
||||
sys-libs/zlib
|
||||
"
|
||||
|
||||
QA_PREBUILT="opt/${PN}/masterpdfeditor5"
|
||||
|
||||
src_install() {
|
||||
insinto /opt/${PN}
|
||||
doins -r fonts help iconengines imageformats lang platforms platformthemes stamps templates masterpdfeditor5.png
|
||||
exeinto /opt/${PN}
|
||||
doexe masterpdfeditor5 masterpdfeditor5.sh
|
||||
exeinto /opt/bin
|
||||
doexe "${FILESDIR}"/mpe5
|
||||
|
||||
make_desktop_entry "mpe5 %f" \
|
||||
"Master PDF Editor ${PV}" /opt/${PN}/masterpdfeditor5.png \
|
||||
"Office;Graphics;Viewer" \
|
||||
"MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf;\nTerminal=false"
|
||||
}
|
||||
Reference in New Issue
Block a user