diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2024-01-10 11:28:56 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2024-01-12 17:26:24 +0100 |
commit | acd688a06232a7a7e9e9c0a608c23f48a4c01be7 (patch) | |
tree | b6acae7e845b7b9dc5e82dfb7cadef4594580e00 /gnu/packages/pdf.scm | |
parent | 2e404163f63dcd6285c7a98dacce4db302496f19 (diff) |
gnu: poppler: Mention binaries in description.
This allows to find the package to install with guix search.
* gnu/packages/pdf.scm (poppler): Mention binaries in description.
Change-Id: If68b29300b34ee692b0ecfe3458e7774b55c365e
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/packages/pdf.scm')
-rw-r--r-- | gnu/packages/pdf.scm | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 644a4617a6..e07f0441e2 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -371,7 +371,23 @@ please install the @code{flyer-composer-gui} package."))) (setenv "PKG_CONFIG" #$(pkg-config-for-target)))))))) (synopsis "PDF rendering library") (description - "Poppler is a PDF rendering library based on the xpdf-3.0 code base.") + "Poppler is a PDF rendering library based on the xpdf-3.0 code base. +Poppler gives access to the following binary programs: +@itemize +@item pdfattach +@item pdfdetach +@item pdffonts +@item pdfimages +@item pdfinfo +@item pdfseparate +@item pdfsig +@item pdftocairo +@item pdftohtml +@item pdftoppm +@item pdftops +@item pdftotext +@item pdfunite +@end itemize") (license license:gpl2+) (home-page "https://poppler.freedesktop.org/"))) |