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>master
parent
cca6216bfc
commit
98b81c2e9e
|
@ -690,7 +690,7 @@ infamous 'Wanda the Fish'.")
|
||||||
(define-public atril
|
(define-public atril
|
||||||
(package
|
(package
|
||||||
(name "atril")
|
(name "atril")
|
||||||
(version "1.18.1")
|
(version "1.22.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -699,13 +699,12 @@ infamous 'Wanda the Fish'.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wl332v80c0nzz7nw36d1pfmbiibvl3l0i4d25ihg6mg9wbc0145"))))
|
"1xd49j4qwrlg2nh2zvspf91yk033dp8a58dy9azqg2yz4bcvywxb"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list (string-append "--with-openjpeg="
|
`(#:configure-flags (list (string-append "--with-openjpeg="
|
||||||
(assoc-ref %build-inputs "openjpeg"))
|
(assoc-ref %build-inputs "openjpeg"))
|
||||||
"--enable-introspection"
|
"--enable-introspection"
|
||||||
"--with-gtk=3.0"
|
|
||||||
"--disable-schemas-compile"
|
"--disable-schemas-compile"
|
||||||
;; FIXME: Enable build of Caja extensions.
|
;; FIXME: Enable build of Caja extensions.
|
||||||
"--disable-caja")
|
"--disable-caja")
|
||||||
|
|
Reference in New Issue