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:
Andy Tai 2024-07-11 00:57:57 -07:00 committed by 宋文武
parent 1b122e44bf
commit eef200ea58
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -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")