mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: atril: update to 1.28.0.
* gnu/packages/mate.scm (atril): Update to 1.28.0. [inputs]: Add mate-desktop and startup-notification. Change-Id: I7e3bb4ca4ea8ab9351cff6a422e55bb2a20a86eb Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
1b122e44bf
commit
eef200ea58
1 changed files with 4 additions and 2 deletions
|
@ -684,7 +684,7 @@ (define-public mate-panel
|
|||
(define-public atril
|
||||
(package
|
||||
(name "atril")
|
||||
(version "1.26.1")
|
||||
(version "1.28.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -692,7 +692,7 @@ (define-public atril
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"194inkvgsj49pp0f46xfl1mq7kniah15kgviss5a20cprcx62fm5"))))
|
||||
"0qji6nsf0r3rp5x7mah8pafx42dyqcygqsv7cgmc8wcvdrgp5m6f"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list (string-append "--with-openjpeg="
|
||||
|
@ -763,6 +763,7 @@ (define-public atril
|
|||
libgxps
|
||||
libjpeg-turbo
|
||||
libxml2
|
||||
mate-desktop
|
||||
python-dogtail
|
||||
shared-mime-info
|
||||
gdk-pixbuf
|
||||
|
@ -777,6 +778,7 @@ (define-public atril
|
|||
;; Build libkpathsea as a shared library for DVI support.
|
||||
;; ("libkpathsea" ,texlive-bin)
|
||||
poppler
|
||||
startup-notification
|
||||
webkitgtk-for-gtk3))
|
||||
(home-page "https://mate-desktop.org")
|
||||
(synopsis "Document viewer for Mate")
|
||||
|
|
Loading…
Reference in a new issue