[PATCH 17/31] gnu: atril: Update to 1.22.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • guy fleury iteriteka
  • Ludovic Courtès
Owner
unassigned
Submitted by
guy fleury iteriteka
Severity
normal
G
G
guy fleury iteriteka wrote on 2 Apr 2019 19:26
(address . guix-patches@gnu.org)(name . guy fleury iteriteka)(address . hoonandon@gmail.com)
20190402172638.1433-18-hoonandon@gmail.com
* 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(-)

Toggle diff (30 lines)
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
L
L
Ludovic Courtès wrote on 5 Apr 2019 15:42
control message for bug #35104
(address . control@debbugs.gnu.org)
87r2agvaae.fsf@gnu.org
tags 35104 fixed
close 35104
?