From 5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 20 Mar 2021 14:27:17 +0000 Subject: gentoo resync : 20.03.2021 --- .../master-pdf-editor-5.3.22.ebuild | 50 ---------------------- 1 file changed, 50 deletions(-) delete mode 100644 app-text/master-pdf-editor/master-pdf-editor-5.3.22.ebuild (limited to 'app-text/master-pdf-editor/master-pdf-editor-5.3.22.ebuild') diff --git a/app-text/master-pdf-editor/master-pdf-editor-5.3.22.ebuild b/app-text/master-pdf-editor/master-pdf-editor-5.3.22.ebuild deleted file mode 100644 index 7b474ad5521c..000000000000 --- a/app-text/master-pdf-editor/master-pdf-editor-5.3.22.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop xdg-utils - -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.amd64.tar.gz" - -LICENSE="master-pdf-editor" -SLOT="0" -KEYWORDS="~amd64" -RESTRICT="mirror" - -RDEPEND=" - >=dev-qt/qtcore-5.4.1:5 - >=dev-qt/qtgui-5.4.1:5 - >=dev-qt/qtnetwork-5.4.1:5 - >=dev-qt/qtprintsupport-5.4.1:5 - >=dev-qt/qtsvg-5.4.1:5 - >=media-gfx/sane-backends-1.0 -" - -QA_PREBUILT="/opt/${PN}/masterpdfeditor5" - -S="${WORKDIR}/${PN}-${PV%%.*}" - -src_install() { - insinto /opt/${PN} - doins -r fonts lang stamps templates masterpdfeditor5.png - - exeinto /opt/${PN} - doexe masterpdfeditor5 - dosym ../${PN}/masterpdfeditor5 /opt/bin/masterpdfeditor5 - - make_desktop_entry "masterpdfeditor5 %f" \ - "Master PDF Editor ${PV}" /opt/${PN}/masterpdfeditor5.png \ - "Office;Graphics;Viewer" \ - "MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf;\nTerminal=false" -} - -pkg_postinst() { - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -} -- cgit v1.2.3