diff options
Diffstat (limited to 'app-text/master-pdf-editor/master-pdf-editor-5.2.00.ebuild')
-rw-r--r-- | app-text/master-pdf-editor/master-pdf-editor-5.2.00.ebuild | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/app-text/master-pdf-editor/master-pdf-editor-5.2.00.ebuild b/app-text/master-pdf-editor/master-pdf-editor-5.2.00.ebuild deleted file mode 100644 index e7b7b1117c30..000000000000 --- a/app-text/master-pdf-editor/master-pdf-editor-5.2.00.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit xdg-utils desktop - -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 -} |