apteryx pushed a commit to branch core-updates
in repository guix.
commit 91c9bfc8c18b1db0628cc5399642713ff917b44a
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Fri Apr 14 21:04:27 2023 -0400
gnu: poppler-next: Delete variable.
* gnu/packages/pdf.scm (poppler-next): Delete variable.
* gnu/packages/gnome.scm (evince) [inputs]: Replace poppler-next with
poppler.
---
gnu/packages/gnome.scm | 2 +-
gnu/packages/pdf.scm | 20 --------------------
2 files changed, 1 insertion(+), 21 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9adc5af49a..dd44fcff75 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2693,7 +2693,7 @@ update_desktop_database): true" _ tool)
libspectre
djvulibre
ghostscript
- poppler-next
+ poppler
libtiff
texlive-libkpathsea ; for DVI support
gnome-desktop
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 4a43b97d39..89eb6f48d0 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -375,26 +375,6 @@ When present, Poppler is able to correctly render CJK and
Cyrillic text.")
(license (list license:bsd-3
license:gpl2))))
-;; XXX: Remove it on core-updates. It is only needed for evince 42.3 that
-;; requires a recent poppler.
-(define-public poppler-next
- (package
- (inherit poppler)
- (name "poppler-next")
- (version "22.09.0")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://poppler.freedesktop.org/poppler-"
- version ".tar.xz"))
- (sha256
- (base32
- "0bhyli95h3dkirjc0ibh08s4nim6rn7f38sbfzdwln8k454gga6p"))))
- (native-inputs
- (list pkg-config
- `(,glib "bin") ; glib-mkenums, etc.
- gobject-introspection
- python)) ))
-
(define-public poppler-qt5
(package/inherit poppler
(name "poppler-qt5")