GNU bug report logs - #53536
[PATCH 0/1] Add poppler-with-data.

Previous Next

Package: guix-patches;

Reported by: Taiju HIGASHI <higashi <at> taiju.info>

Date: Wed, 26 Jan 2022 00:00:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 53536 <at> debbugs.gnu.org (full text, mbox):

From: Taiju HIGASHI <higashi <at> taiju.info>
To: 53536 <at> debbugs.gnu.org
Cc: Taiju HIGASHI <higashi <at> taiju.info>
Subject: [PATCH 1/1] gnu: Add poppler-with-data.
Date: Wed, 26 Jan 2022 09:20:39 +0900
---
 gnu/packages/pdf.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index d4e97e1d82..6b4e629438 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -22,6 +22,7 @@
 ;;; Copyright © 2020 Timotej Lazar <timotej.lazar <at> araneo.si>
 ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
 ;;; Copyright © 2021 Maxime Devos <maximedevos <at> telenet.be>
+;;; Copyright © 2022 Taiju HIGASHI <higashi <at> taiju.info>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -308,6 +309,16 @@ (define-public poppler-data
     (license (list license:bsd-3
                    license:gpl2))))
 
+(define-public poppler-with-data
+  (package/inherit poppler
+    (name "poppler-with-data")
+    (inputs `(("poppler-data" ,poppler-data)
+             ,@(package-inputs poppler)))
+    (synopsis "Poppler PDF rendering library with poppler-data.")
+    (description
+     "Poppler is a PDF rendering library based on the xpdf-3.0 code base.
+This package includes Poppler encoding files for rendering of CJK and Cyrillic text")))
+
 (define-public poppler-qt5
   (package/inherit poppler
    (name "poppler-qt5")
-- 
2.34.0





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

Previous Next


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