[bug#34731,18/31] gnu: atril: Update to 1.20.3

Message ID 20190304111917.1981-19-hoonandon@gmail.com
State Accepted
Headers show
Series Update mate desktop to 1.20 | expand

Checks

Context Check Description
cbaines/comparison success View comparison
cbaines/applying patch success Successfully applied

Commit Message

guy fleury iteriteka March 4, 2019, 11:19 a.m. UTC
---
 gnu/packages/mate.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Patch

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index b693996..a890d7f 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -689,7 +689,7 @@  infamous 'Wanda the Fish'.")
 (define-public atril
   (package
     (name "atril")
-    (version "1.18.1")
+    (version "1.20.3")
     (source
      (origin
        (method url-fetch)
@@ -698,13 +698,12 @@  infamous 'Wanda the Fish'.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1wl332v80c0nzz7nw36d1pfmbiibvl3l0i4d25ihg6mg9wbc0145"))))
+         "00vrqyfk370fdhlfv3m6n0l6hnx30hrsrcg1xja03957cgvcvnvr"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags (list (string-append "--with-openjpeg="
                                               (assoc-ref %build-inputs "openjpeg"))
                                "--enable-introspection"
-                               "--with-gtk=3.0"
                                "--disable-schemas-compile"
                                ;; FIXME: Enable build of Caja extensions.
                                "--disable-caja")