z572 pushed a commit to branch kde-team
in repository guix.

commit b72a3a4847108dd370e1d3616836ec7d5a2f14e8
Author: Zheng Junjie <zhengjun...@iscas.ac.cn>
AuthorDate: Fri Jul 5 23:14:28 2024 +0800

    gnu: Add poppler-qt6.
    
    * gnu/packages/pdf.scm (poppler-qt6): New variable.
    
    Change-Id: I02d64596d394956b6418993f24b10ebd607c4058
---
 gnu/packages/pdf.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 4e260d614d..458300529c 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -431,6 +431,13 @@ When present, Poppler is able to correctly render CJK and 
Cyrillic text.")
              ,@(package-inputs poppler)))
    (synopsis "Qt5 frontend for the Poppler PDF rendering library")))
 
+(define-public poppler-qt6
+  (package/inherit poppler
+    (name "poppler-qt6")
+    (inputs (modify-inputs (package-inputs poppler)
+              (append qtbase)))
+    (synopsis "Qt6 frontend for the Poppler PDF rendering library")))
+
 (define-public python-poppler-qt5
   (package
     (name "python-poppler-qt5")

Reply via email to