summaryrefslogtreecommitdiff
path: root/app-text/master-pdf-editor/master-pdf-editor-5.7.40.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-07 00:16:33 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-07 00:16:33 +0100
commitd162ba1860a88062f4cd61f8b52fc303ba0b2991 (patch)
tree24cd2cf57f3932a24b96e4a0f6666489447e43ba /app-text/master-pdf-editor/master-pdf-editor-5.7.40.ebuild
parent590b9b7b03bf4651e099949e318755af7cfa81b8 (diff)
gentoo resync : 07.08.2021
Diffstat (limited to 'app-text/master-pdf-editor/master-pdf-editor-5.7.40.ebuild')
-rw-r--r--app-text/master-pdf-editor/master-pdf-editor-5.7.40.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/app-text/master-pdf-editor/master-pdf-editor-5.7.40.ebuild b/app-text/master-pdf-editor/master-pdf-editor-5.7.40.ebuild
deleted file mode 100644
index 1300656eb4a5..000000000000
--- a/app-text/master-pdf-editor/master-pdf-editor-5.7.40.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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.tar.gz"
-
-LICENSE="master-pdf-editor"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="mirror"
-
-RDEPEND="
- dev-libs/nss
- >=dev-qt/qtcore-5.12.9:5
- >=dev-qt/qtgui-5.12.9:5
- >=dev-qt/qtnetwork-5.12.9:5
- >=dev-qt/qtprintsupport-5.12.9:5
- >=dev-qt/qtsvg-5.12.9: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"
-}