guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: atril: Update to 1.24.0.


From: guix-commits
Subject: 02/02: gnu: atril: Update to 1.24.0.
Date: Tue, 8 Dec 2020 17:04:17 -0500 (EST)

jonsger pushed a commit to branch core-updates
in repository guix.

commit 955e523bdc8ed4307103218a580b7ed9635f9c95
Author: Jonathan Brielmaier <jonathan.brielmaier@web.de>
AuthorDate: Sat May 9 23:11:18 2020 +0200

    gnu: atril: Update to 1.24.0.
    
    * gnu/packages/mate.scm (atril): Update to 1.24.0.
    [native-inputs]: Add texlive-bin for synctex.
---
 gnu/packages/mate.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index a9635d9..8360be0 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -706,7 +706,7 @@ infamous 'Wanda the Fish'.")
 (define-public atril
   (package
     (name "atril")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -714,7 +714,7 @@ infamous 'Wanda the Fish'.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1xd49j4qwrlg2nh2zvspf91yk033dp8a58dy9azqg2yz4bcvywxb"))))
+         "0967gxw7h2qh2kpwl0jgv58hicz6aa92kr12mnykbpikad25s95y"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags (list (string-append "--with-openjpeg="
@@ -758,6 +758,7 @@ infamous 'Wanda the Fish'.")
        ("glib:bin" ,glib "bin")
        ("gobject-introspection" ,gobject-introspection)
        ("gtk-doc" ,gtk-doc)
+       ("texlive-bin" ,texlive-bin) ;synctex
        ("xmllint" ,libxml2)
        ("zlib" ,zlib)))
     (inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]