commit: 72c6e7a3cf7e919648cd5ca0b432c567ff257b1f Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Wed Sep 18 19:40:37 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Thu Sep 19 08:41:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c6e7a3
app-text/pdfjam: update DESCRIPTION, add longdescription Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Closes: https://github.com/gentoo/gentoo/pull/38670 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> app-text/pdfjam/metadata.xml | 16 ++++++++++++++++ app-text/pdfjam/pdfjam-3.12.ebuild | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/app-text/pdfjam/metadata.xml b/app-text/pdfjam/metadata.xml index af299c1e9b05..5eb32f27f1d8 100644 --- a/app-text/pdfjam/metadata.xml +++ b/app-text/pdfjam/metadata.xml @@ -8,6 +8,22 @@ <use> <flag name="extra">Install unsupported wrapper scripts, for example pdf90, pdfnup, pdfjoin</flag> </use> + <longdescription> + The pdfjam is a shell script providing a simple interface to much of + the functionality of the excellent pdfpages package (by Andreas + Matthias) for LaTeX. + + It takes one or more PDF files (and/or JPG/PNG graphics files) as input, + and produces one or more PDF files as output. It is useful for joining + files together, selecting pages, reducing several source pages onto one + output page. + However, it does not preserve hyperlinks. + + If you don't like this package upstream recommends: + - <pkg>app-text/pdftk</pkg> (Java based) + - PDFsam (Java based) + - PSPDFUtils (Python based, supports PostScript) + </longdescription> <upstream> <remote-id type="github">rrthomas/pdfjam</remote-id> </upstream> diff --git a/app-text/pdfjam/pdfjam-3.12.ebuild b/app-text/pdfjam/pdfjam-3.12.ebuild index 3d40ca2a3833..084765c1de2c 100644 --- a/app-text/pdfjam/pdfjam-3.12.ebuild +++ b/app-text/pdfjam/pdfjam-3.12.ebuild @@ -5,7 +5,7 @@ EAPI=8 PDFJAM_EXTRAS_COMMIT=622e03add59db004144c0b41722a09b3b29d6d3e -DESCRIPTION="Allows the manipulation of PDF files" +DESCRIPTION="Tool for manipulatiing PDF files" HOMEPAGE="https://github.com/rrthomas/pdfjam" SRC_URI=" https://github.com/rrthomas/pdfjam/releases/download/v${PV}/pdfjam-${PV}.tar.gz
