GNU bug report logs - #35104
[PATCH 17/31] gnu: atril: Update to 1.22.0.

Previous Next

Package: guix-patches;

Reported by: guy fleury iteriteka <hoonandon <at> gmail.com>

Date: Tue, 2 Apr 2019 17:27:19 UTC

Severity: normal

Tags: fixed, patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: guy fleury iteriteka <hoonandon <at> gmail.com>
To: 35104 <at> debbugs.gnu.org
Cc: guy fleury iteriteka <hoonandon <at> gmail.com>
Subject: [bug#35104] [PATCH 17/31] gnu: atril: Update to 1.22.0.
Date: Tue,  2 Apr 2019 19:26:24 +0200
* gnu/packages/mate.scm (atril): Update to 1.22.0.
* [configure-flags]: Remove pre-GTK3 option (not needed any more).
---
 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 0a8758e..adecfe2 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -690,7 +690,7 @@ infamous 'Wanda the Fish'.")
 (define-public atril
   (package
     (name "atril")
-    (version "1.18.1")
+    (version "1.22.0")
     (source
      (origin
        (method url-fetch)
@@ -699,13 +699,12 @@ infamous 'Wanda the Fish'.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1wl332v80c0nzz7nw36d1pfmbiibvl3l0i4d25ihg6mg9wbc0145"))))
+         "1xd49j4qwrlg2nh2zvspf91yk033dp8a58dy9azqg2yz4bcvywxb"))))
     (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.21.0





This bug report was last modified 6 years and 71 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.