diff mbox series

[bug#68365] gnu: poppler: Mention binaries in description.

Message ID 20240110102857.11116-1-ngraves@ngraves.fr
State New
Headers show
Series [bug#68365] gnu: poppler: Mention binaries in description. | expand

Commit Message

Nicolas Graves Jan. 10, 2024, 10:28 a.m. UTC
This allows to find the package to install with guix search.

* gnu/packages/pdf.scm (poppler): Mention binaries in description.

Change-Id: If68b29300b34ee692b0ecfe3458e7774b55c365e
---
 gnu/packages/pdf.scm | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

Comments

Mathieu Othacehe Jan. 12, 2024, 4:22 p.m. UTC | #1
> This allows to find the package to install with guix search.
>
> * gnu/packages/pdf.scm (poppler): Mention binaries in description.

Applied, thanks,

Mathieu
diff mbox series

Patch

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 @@  (define-public poppler
                  (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/")))