diff options
author | Andy Tai <atai@atai.org> | 2024-07-11 00:57:57 -0700 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2024-08-10 18:24:42 +0800 |
commit | eef200ea582b733725b162d059e776a574b0bfad (patch) | |
tree | 80410be7ea84f864bd0a54b06cc2759244177f10 /gnu | |
parent | 1b122e44bfb16b4df8c354972edb061fdcbf496a (diff) | |
download | guix-eef200ea582b733725b162d059e776a574b0bfad.tar guix-eef200ea582b733725b162d059e776a574b0bfad.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mate.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index a1b2abb8f8..65ab7bbf81 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -684,7 +684,7 @@ infamous 'Wanda the Fish'.") (define-public atril (package (name "atril") - (version "1.26.1") + (version "1.28.0") (source (origin (method url-fetch) @@ -692,7 +692,7 @@ infamous 'Wanda the Fish'.") 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 @@ infamous 'Wanda the Fish'.") libgxps libjpeg-turbo libxml2 + mate-desktop python-dogtail shared-mime-info gdk-pixbuf @@ -777,6 +778,7 @@ infamous 'Wanda the Fish'.") ;; 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") |