From: "Andrey Grozin" <grozin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/master-pdf-editor/
Date: Sat, 17 Feb 2024 04:20:49 +0000 (UTC) [thread overview]
Message-ID: <1708143622.f4e462e9b3952b33ae4514343893406660aa03b9.grozin@gentoo> (raw)
commit: f4e462e9b3952b33ae4514343893406660aa03b9
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 17 04:18:53 2024 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 04:20:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e462e9
app-text/master-pdf-editor: bump to 5.9.82
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
app-text/master-pdf-editor/Manifest | 1 +
.../master-pdf-editor-5.9.82.ebuild | 44 ++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/app-text/master-pdf-editor/Manifest b/app-text/master-pdf-editor/Manifest
index d4e16254e457..67f47900de21 100644
--- a/app-text/master-pdf-editor/Manifest
+++ b/app-text/master-pdf-editor/Manifest
@@ -1,2 +1,3 @@
DIST master-pdf-editor-5.9.35-qt5.x86_64.tar.gz 16885977 BLAKE2B 68dc3f4746e3259f64e2eeac99797b062c308291a62d79c9a070d76df6ad19c12b07108c754091464f6f5d04d287cb8fdf6335165c10232dca1d2d1ecdae4b68 SHA512 7dbfcbec7fd6f963340375e3067f4f76f2f0d2c239385652c4621574829426f09328f707bfc399901cd801f19ce0bb0d483c3dd37d48fad1b90dafeccf64559e
DIST master-pdf-editor-5.9.40-qt5.x86_64.tar.gz 18902781 BLAKE2B cf72f072c5a4efce66913662d75ae95e9dd10e98945f7c38793003b0e69b7ab3945d1c01858483e7d2dc717ec2de12c659ed50b12deb9aae74eb2c3bb76f9b61 SHA512 5fd2d4b76ed25ef8cc226f2234d2a163df7135a27c80a49cee293aba5864d5759e0a22d417a4b9b35b5b0146a8f372ce8cec0652ce4d9df9f0c9c67dd2dd6beb
+DIST master-pdf-editor-5.9.82-qt5.x86_64.tar.gz 80442378 BLAKE2B bd6357097451595388be3471b291ceb23b6815ed9ce68956223860c089265ae3693cee1c90f94e567e26b3a0f11b8dee8c2cf40e0184141e2539b44303d6a4c4 SHA512 d4613b5d5353e3bd39bcf953adff2d086e20de6a627e5e6dade62cb7887254b949659174ee3ba86ac525d2373fcedbdb286dc83ffca910c577cbf9ccc14ced39
diff --git a/app-text/master-pdf-editor/master-pdf-editor-5.9.82.ebuild b/app-text/master-pdf-editor/master-pdf-editor-5.9.82.ebuild
new file mode 100644
index 000000000000..9a2a4353e55e
--- /dev/null
+++ b/app-text/master-pdf-editor/master-pdf-editor-5.9.82.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 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.tar.gz"
+S="${WORKDIR}/${PN}-${PV%%.*}"
+
+LICENSE="master-pdf-editor"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="mirror"
+
+RDEPEND="
+ sys-libs/glibc
+ >=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
+ dev-qt/qtwidgets:5
+ media-libs/libglvnd
+ >=media-gfx/sane-backends-1.0
+"
+
+QA_PREBUILT="opt/${PN}/masterpdfeditor5"
+
+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"
+}
next reply other threads:[~2024-02-17 4:20 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-17 4:20 Andrey Grozin [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-31 9:08 [gentoo-commits] repo/gentoo:master commit in: app-text/master-pdf-editor/ Andreas Sturmlechner
2024-11-02 8:11 Andrey Grozin
2024-11-02 8:09 Andrey Grozin
2024-08-10 12:05 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
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
2019-01-16 21:00 Andreas Sturmlechner
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=1708143622.f4e462e9b3952b33ae4514343893406660aa03b9.grozin@gentoo \
--to=grozin@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