commit: 987253df8abc3c35dadad2f8e8c6a168d3933f01 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org> AuthorDate: Sun Jun 29 06:49:32 2025 +0000 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org> CommitDate: Sun Jun 29 06:49:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=987253df
app-text/master-pdf-editor: bump to 5.9.90 Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org> app-text/master-pdf-editor/Manifest | 1 + .../master-pdf-editor-5.9.90.ebuild | 49 ++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/app-text/master-pdf-editor/Manifest b/app-text/master-pdf-editor/Manifest index 61d12ac24ff8..795a44d2b501 100644 --- a/app-text/master-pdf-editor/Manifest +++ b/app-text/master-pdf-editor/Manifest @@ -1 +1,2 @@ DIST master-pdf-editor-5.9.89-qt5.x86_64-qt_include.tar.gz 117058533 BLAKE2B 7441701b9070313b081cb0b52374ae9ae1e21b5586ca283eaed31ada4784628b7b46ce96b349967aaf2e1f31e82b45564c14e2f409242b1336197746b0cb86d2 SHA512 a8bc987c5122a7a8eb1871733e0f137c4fc1d90b76ad65e07e71e5b0cc841b3e23bc29d675f17a9bd3dfb7679f4fc17df9c8f5b0fa26d5bec8f2e860cb69a44b +DIST master-pdf-editor-5.9.90-qt5.x86_64-qt_include.tar.gz 120502781 BLAKE2B 70dac4fb96df561fbf1a46edd44c18fb2543b079ba78dd0fc75b525008f66b3dc6f1d176324abd2d09f6a515a1e23e1308362b3ae8d6c9eac04e0cfd5f4669d3 SHA512 03f2dfb5fe57314761daea6f46aed03df7e3500fa7e78bbe1558c8a1090d255024ceb099a07671c750a25b9cd4b3bef28a256c73a257652ea5304d532f143863 diff --git a/app-text/master-pdf-editor/master-pdf-editor-5.9.90.ebuild b/app-text/master-pdf-editor/master-pdf-editor-5.9.90.ebuild new file mode 100644 index 000000000000..44c67d4e426b --- /dev/null +++ b/app-text/master-pdf-editor/master-pdf-editor-5.9.90.ebuild @@ -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" +}
