* [bug#68365] [PATCH] gnu: poppler: Mention binaries in description.
@ 2024-01-10 10:28 Nicolas Graves via Guix-patches via
2024-01-12 16:22 ` bug#68365: " Mathieu Othacehe
0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2024-01-10 10:28 UTC (permalink / raw)
To: 68365; +Cc: ngraves
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(-)
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/")))
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#68365: [PATCH] gnu: poppler: Mention binaries in description.
2024-01-10 10:28 [bug#68365] [PATCH] gnu: poppler: Mention binaries in description Nicolas Graves via Guix-patches via
@ 2024-01-12 16:22 ` Mathieu Othacehe
0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2024-01-12 16:22 UTC (permalink / raw)
To: Nicolas Graves; +Cc: 68365-done
> This allows to find the package to install with guix search.
>
> * gnu/packages/pdf.scm (poppler): Mention binaries in description.
Applied, thanks,
Mathieu
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-01-12 16:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-10 10:28 [bug#68365] [PATCH] gnu: poppler: Mention binaries in description Nicolas Graves via Guix-patches via
2024-01-12 16:22 ` bug#68365: " Mathieu Othacehe
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).