summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbdunahu <bdunahu@operationnull.com>2026-03-28 14:18:18 -0400
committerCayetano Santos <csantosb@inventati.org>2026-04-07 11:21:30 +0200
commit8905dce908d8ea9dc9f40aa005593a75d9a52fc5 (patch)
tree9e4b57090864edbb6b60ee5a7af39e721f512c87
parentb396b08b7f957c4ec1eed693203e1ea971c37255 (diff)
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 <csantosb@inventati.org> Modified-by: Cayetano Santos <csantosb@inventati.org>
-rw-r--r--gnu/packages/pdf.scm10
1 files 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")