GNU bug report logs - #71781
[PATCH 00/28] Update Mate Desktop to 1.28.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Wed, 26 Jun 2024 08:08:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


Message #83 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 71781 <at> debbugs.gnu.org,
	guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH 26/28] gnu: atril: update to 1.28.0.
Date: Wed, 26 Jun 2024 01:09:39 -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 b0fd8bfb5e..07323ae258 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





This bug report was last modified 288 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.