public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/master-pdf-editor/
Date: Wed, 16 Jan 2019 21:00:24 +0000 (UTC)	[thread overview]
Message-ID: <1547672411.ec339768ce63fea3582601f714c539432a0749c6.asturm@gentoo> (raw)

commit:     ec339768ce63fea3582601f714c539432a0749c6
Author:     João Santos <joaompssantos <AT> gmail <DOT> com>
AuthorDate: Fri Nov 23 14:35:59 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 16 21:00:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec339768

app-text/master-pdf-editor: version bump to 5.2.00

Signed-off-by: João Santos <joaompssantos <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10467
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-text/master-pdf-editor/Manifest                |  1 +
 .../master-pdf-editor-5.2.00.ebuild                | 50 ++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/app-text/master-pdf-editor/Manifest b/app-text/master-pdf-editor/Manifest
index db745e4b3c2..4d5391367ad 100644
--- a/app-text/master-pdf-editor/Manifest
+++ b/app-text/master-pdf-editor/Manifest
@@ -1,3 +1,4 @@
 DIST master-pdf-editor-5.1.30_qt5.amd64.tar.gz 16150271 BLAKE2B dfbdacb6df75d268c57cc5d7f6c949c796abecd09394a80694dfc05b5e666c4e836f636b5af6a17a309625ed243e88c1871347e8f7162b6e3f8c47fc27d83e26 SHA512 3cc0a85e9518e75581cfdc05ac8dbdbd534fa11b4f4cfb490a0e9b411b84c073d52e9a5a3aa620507c88117cc04e033f5e860e335b37aef49eec95f2352e9b21
 DIST master-pdf-editor-5.1.36_qt5.amd64.tar.gz 16149439 BLAKE2B 882f399bfb5cf7b2a39c8174f541a1124953df5bc3bf5ded27bba1eec3ebc966e1b5c0174219759995d939ff203426a2004be61989fa7d062c26dc64320769b5 SHA512 934e9d856476e412a7b40858365e843a8350f638b48a9b593faeab12cd9032243042fd11929e826a294a29ab3810110c40fdd07f56e8c5d0fb6fa2f957a36c21
 DIST master-pdf-editor-5.1.42_qt5.amd64.tar.gz 16150053 BLAKE2B bd536d34621d79dae596127418b23495ea2daa2906668ee006ed2ba32e61d8cd71fa1471e90496e615ae67108cd90e072c01f6dbf53671d3f0d783421e63c06c SHA512 c1c53af9235a4f31cd108643fcafab9265de56ffe1a0949af1a39aaf0df8dec50cd8f5bd426fbd1750d6e59323628bd626c0acd7a788324c81b01e6793e0f5f3
+DIST master-pdf-editor-5.2.00_qt5.amd64.tar.gz 16173634 BLAKE2B a29d1bcb1d0497a33cad98394c7d0b6a2f057d58eb9b403b02907bd6d436413aa01a5dbfc59d79771622af9c4acee43500b36f18cc74a00ba52f8bd61b251f90 SHA512 7d97c97dc744310e8af10e54ee10cca73ad4712bcb566165684dbe89f28f32f5b947b8fab715260280960a65c1f260675c075c21638367697f69a461cf88c0ef

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
new file mode 100644
index 00000000000..e7b7b1117c3
--- /dev/null
+++ b/app-text/master-pdf-editor/master-pdf-editor-5.2.00.ebuild
@@ -0,0 +1,50 @@
+# 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
+}


             reply	other threads:[~2019-01-16 21:00 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-16 21:00 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-10 12:05 [gentoo-commits] repo/gentoo:master commit in: app-text/master-pdf-editor/ Andreas K. Hüttel
2024-07-29 11:20 Andrey Grozin
2024-07-06 12:46 Andrey Grozin
2024-02-17  4:48 Andrey Grozin
2024-02-17  4:25 Andrey Grozin
2024-02-17  4:20 Andrey Grozin
2023-03-21  6:04 Andrey Grozin
2023-03-21  6:02 Andrey Grozin
2023-02-15 15:59 Andrey Grozin
2022-05-10  6:49 Florian Schmaus
2022-05-10  6:49 Florian Schmaus
2022-02-26  2:30 Sam James
2022-02-26  2:30 Sam James
2022-02-26  2:30 Sam James
2021-11-29  7:42 Joonas Niilola
2021-11-29  7:42 Joonas Niilola
2021-10-20  2:42 Sam James
2021-10-20  2:42 Sam James
2021-08-06  9:54 Florian Schmaus
2021-08-06  9:54 Florian Schmaus
2021-04-10  7:45 Joonas Niilola
2021-04-10  7:45 Joonas Niilola
2021-02-25 12:13 Andrey Grozin
2021-01-22  7:07 Joonas Niilola
2020-12-09  9:42 Joonas Niilola
2020-12-09  9:42 Joonas Niilola
2020-12-09  9:42 Joonas Niilola
2020-10-02  8:42 Joonas Niilola
2020-05-04 14:11 Joonas Niilola
2020-05-04 14:11 Joonas Niilola
2020-05-04 14:11 Joonas Niilola
2020-05-04 14:11 Joonas Niilola
2019-08-13 15:09 Joonas Niilola
2019-04-07  8:29 Michał Górny
2019-02-18 19:41 Patrice Clement
2019-02-03 18:31 Andreas Sturmlechner
2019-02-03 18:31 Andreas Sturmlechner
2019-01-21 22:51 Patrice Clement
2019-01-21 22:51 Patrice Clement
2019-01-21 22:51 Patrice Clement
2019-01-21 22:51 Patrice Clement
2018-09-21 16:04 Michał Górny
2018-09-16 19:39 Michał Górny
2018-09-16 19:39 Michał Górny
2018-09-16 19:39 Michał Górny
2018-09-16 19:39 Michał Górny
2018-09-16 19:39 Michał Górny
2018-08-08  1:13 Mikle Kolyada
2018-08-07 22:27 Patrice Clement
2018-08-07 12:10 Michał Górny
2018-08-07 12:10 Michał Górny
2018-08-07 12:10 Michał Górny
2018-06-09  6:30 Michał Górny
2018-02-09 14:51 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1547672411.ec339768ce63fea3582601f714c539432a0749c6.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox