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>master
parent
2e404163f6
commit
acd688a062
|
@ -371,7 +371,23 @@ please install the @code{flyer-composer-gui} package.")))
|
||||||
(setenv "PKG_CONFIG" #$(pkg-config-for-target))))))))
|
(setenv "PKG_CONFIG" #$(pkg-config-for-target))))))))
|
||||||
(synopsis "PDF rendering library")
|
(synopsis "PDF rendering library")
|
||||||
(description
|
(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+)
|
(license license:gpl2+)
|
||||||
(home-page "https://poppler.freedesktop.org/")))
|
(home-page "https://poppler.freedesktop.org/")))
|
||||||
|
|
||||||
|
|
Reference in New Issue