diff options
author | guy fleury iteriteka <hoonandon@gmail.com> | 2019-04-02 19:26:24 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2019-04-03 15:26:04 +0200 |
commit | 98b81c2e9e7adb813aeb7f646b6a157d65b90e9d (patch) | |
tree | fff2d25fce372a51be9e843eb6597e24e61c0e2c /gnu | |
parent | cca6216bfc16f4eff623b9d3d3f8be285c8055b1 (diff) | |
download | guix-98b81c2e9e7adb813aeb7f646b6a157d65b90e9d.tar guix-98b81c2e9e7adb813aeb7f646b6a157d65b90e9d.tar.gz |
gnu: atril: Update to 1.22.0.
* gnu/packages/mate.scm (atril): Update to 1.22.0.
[arguments]<#:configure-flags>: Remove pre-GTK3 option.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mate.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index 0a8758e33e..adecfe291f 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") |