GNU bug report logs - #54709
[PATCH core-updates] gnu: poppler: Build support for PDF signatures.

Previous Next

Package: guix-patches;

Reported by: Timotej Lazar <timotej.lazar <at> araneo.si>

Date: Mon, 4 Apr 2022 15:39:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: bug#54709: closed (Re: bug#54709: [PATCH core-updates] gnu:
 poppler: Build support for PDF signatures.)
Date: Sun, 08 May 2022 12:53:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#54709: [PATCH core-updates] gnu: poppler: Build support for PDF signatures.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 54709 <at> debbugs.gnu.org.

-- 
54709: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54709
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Timotej Lazar <timotej.lazar <at> araneo.si>
Cc: 54709-done <at> debbugs.gnu.org
Subject: Re: bug#54709: [PATCH core-updates] gnu: poppler: Build support for
 PDF signatures.
Date: Sun, 08 May 2022 14:51:55 +0200
Hello Timotej,

Timotej Lazar <timotej.lazar <at> araneo.si> skribis:

> * gnu/packages/pdf.scm (poppler)[inputs]: Add nss.

Applied, thanks!

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: guix-patches <at> gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH core-updates] gnu: poppler: Build support for PDF signatures.
Date: Mon,  4 Apr 2022 17:33:13 +0200
* gnu/packages/pdf.scm (poppler)[inputs]: Add nss.
---
This builds the pdfsig tool for adding and checking PDF signatures. At
least okular≥21.12.0 supports it (not in Guix yet).

 gnu/packages/pdf.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index dd221f7e19..cb9244de02 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -82,6 +82,7 @@ (define-module (gnu packages pdf)
   #:use-module (gnu packages lua)
   #:use-module (gnu packages man)
   #:use-module (gnu packages markup)
+  #:use-module (gnu packages nss)
   #:use-module (gnu packages pcre)
   #:use-module (gnu packages perl)
   #:use-module (gnu packages photo)
@@ -256,6 +257,7 @@ (define-public poppler
                  libpng
                  libtiff
                  lcms
+                 nss
                  openjpeg
                  poppler-data
                  zlib
-- 
2.34.0




This bug report was last modified 3 years and 51 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.