From 8905dce908d8ea9dc9f40aa005593a75d9a52fc5 Mon Sep 17 00:00:00 2001 From: bdunahu Date: Sat, 28 Mar 2026 14:18:18 -0400 Subject: gnu: zathura: Update to 2026.03.27. * gnu/packages/pdf.scm (zathura): Update to 2026.03.27. [native-inputs]: Remove check. [inputs]: Add json-glib. [propagated-inputs]: Add gtk+; delete cairo. Merges guix/guix!7553 Change-Id: I0da32c6c437a9de88f77d5585e1c8615993d5da4 Signed-off-by: Cayetano Santos Modified-by: Cayetano Santos --- gnu/packages/pdf.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 87644431fe4..00da4bcfe69 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -752,7 +752,7 @@ by using the poppler rendering engine.") (define-public zathura (package (name "zathura") - (version "0.5.12") + (version "2026.03.27") (source (origin (method git-fetch) (uri (git-reference @@ -761,7 +761,7 @@ by using the poppler rendering engine.") (file-name (git-file-name name version)) (sha256 (base32 - "1wrr9vr0d83kawkg0wj4i91g293cbjgyhmfspf4bxbs62x77zb9m")))) + "1l5p0w84in8hlw07406ahkcg9x6ci56vp02i4fc3skp38svz0wia")))) (build-system meson-build-system) (arguments (list @@ -794,11 +794,9 @@ by using the poppler rendering engine.") (librsvg-for-system) ;; For tests. - check xorg-server-for-tests)) - (inputs (list sqlite)) - ;; Listed in 'Requires.private' of 'zathura.pc'. - (propagated-inputs (list cairo girara)) + (inputs (list json-glib sqlite)) + (propagated-inputs (list girara gtk+)) (native-search-paths (list (search-path-specification (variable "ZATHURA_PLUGINS_PATH") -- cgit v1.3