guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#71781] [PATCH v2 26/28] gnu: atril: update to 1.28.0.


From: Andy Tai
Subject: [bug#71781] [PATCH v2 26/28] gnu: atril: update to 1.28.0.
Date: Wed, 26 Jun 2024 01:36:46 -0700

* gnu/packages/mate.scm (atril): Update to 1.28.0.
  [inputs]: Add mate-desktop and startup-notification.

Change-Id: I7e3bb4ca4ea8ab9351cff6a422e55bb2a20a86eb
---
 gnu/packages/mate.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 1e2bdf6dc4..b74f3dab82 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -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")
-- 
2.34.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]