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 #26 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 09/28] gnu: mate-applets: Update to 1.28.0.
Date: Wed, 26 Jun 2024 01:09:22 -0700
* gnu/packages/mate.scm (mate-applets): Update to 1.28.0.
  [inputs]: Adjust gtksourceview version, updateing to 4, and
  add mate-desktop as it is now required dependency.

Change-Id: I6b5c62fa029d70e475a1acbb05e622a906de27a7
---
 gnu/packages/mate.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 90b65763d4..e322302fd0 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -505,14 +505,14 @@ (define-public mate-menus
 (define-public mate-applets
   (package
     (name "mate-applets")
-    (version "1.26.1")
+    (version "1.28.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://mate/" (version-major+minor version) "/"
                            "mate-applets-" version ".tar.xz"))
        (sha256
-        (base32 "1hn22xxmkm3s1477war7w7lb7yh77b3251y1why37p3nncfzdf1s"))))
+        (base32 "11k66nfgs403r70isc8ccss994hv9c793zr8r2fzn9nksmmyysqv"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      (list pkg-config
@@ -530,7 +530,7 @@ (define-public mate-applets
            glib
            gucharmap
            gtk+
-           gtksourceview-3
+           gtksourceview-4
            libgtop
            libmateweather
            libnl
@@ -538,6 +538,7 @@ (define-public mate-applets
            libx11
            libxml2
            libwnck
+           mate-desktop
            mate-panel
            pango
            polkit ; either polkit or setuid
-- 
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.