guix-patches
[Top][All Lists]
Advanced

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

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


From: guy fleury iteriteka
Subject: [bug#34731] [PATCH 18/31] gnu: atril: Update to 1.20.3
Date: Mon, 4 Mar 2019 12:19:04 +0100

---
 gnu/packages/mate.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

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")
-- 
2.20.1






reply via email to

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