diff options
author | 2024-09-18 21:40:37 +0200 | |
---|---|---|
committer | 2024-09-19 10:41:02 +0200 | |
commit | 72c6e7a3cf7e919648cd5ca0b432c567ff257b1f (patch) | |
tree | 7f7796a805a684d8316587aed05b9129706052ff /app-text/pdfjam | |
parent | dev-java/jeromq: change dependency on jnacl '--build-only' (diff) | |
download | gentoo-72c6e7a3cf7e919648cd5ca0b432c567ff257b1f.tar.gz gentoo-72c6e7a3cf7e919648cd5ca0b432c567ff257b1f.tar.bz2 gentoo-72c6e7a3cf7e919648cd5ca0b432c567ff257b1f.zip |
app-text/pdfjam: update DESCRIPTION, add longdescription
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Closes: https://github.com/gentoo/gentoo/pull/38670
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-text/pdfjam')
-rw-r--r-- | app-text/pdfjam/metadata.xml | 16 | ||||
-rw-r--r-- | app-text/pdfjam/pdfjam-3.12.ebuild | 2 |
2 files changed, 17 insertions, 1 deletions
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 |