emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#68365: closed ([PATCH] gnu: poppler: Mention binaries in description


From: GNU bug Tracking System
Subject: bug#68365: closed ([PATCH] gnu: poppler: Mention binaries in description.)
Date: Fri, 12 Jan 2024 16:23:03 +0000

Your message dated Fri, 12 Jan 2024 17:22:50 +0100
with message-id <8734v2r06d.fsf@gnu.org>
and subject line Re: [bug#68365] [PATCH] gnu: poppler: Mention binaries in 
description.
has caused the debbugs.gnu.org bug report #68365,
regarding [PATCH] gnu: poppler: Mention binaries in description.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
68365: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68365
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: poppler: Mention binaries in description. Date: Wed, 10 Jan 2024 11:28:56 +0100
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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#68365] [PATCH] gnu: poppler: Mention binaries in description. Date: Fri, 12 Jan 2024 17:22:50 +0100 User-agent: Gnus/5.13 (Gnus v5.13)
> This allows to find the package to install with guix search.
>
> * gnu/packages/pdf.scm (poppler): Mention binaries in description.

Applied, thanks,

Mathieu


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]