summary refs log tree commit diff
path: root/gnu/packages/mate.scm
diff options
context:
space:
mode:
authorAndy Tai <atai@atai.org>2024-07-11 00:57:51 -0700
committer宋文武 <iyzsong@member.fsf.org>2024-08-10 18:23:04 +0800
commit230a5eeb919d380dc682d8065fe678df013a4652 (patch)
tree9300ea1089f0e7e5352da16ce8b9b3358d927369 /gnu/packages/mate.scm
parentf398e7d9ef430b7bcd6b169050c7d51464c4330f (diff)
downloadguix-230a5eeb919d380dc682d8065fe678df013a4652.tar.gz
gnu: mate-utils: Update to 1.28.0.
* gnu/packages/mate.scm (mate-utils): update to 1.28.0.
[inputs]: Add mate-desktop and startup-notification.

Change-Id: I6899ad33d1c22a97553399f07963c895486e3a1c
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/packages/mate.scm')
-rw-r--r--gnu/packages/mate.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 760c0f4ba7..5a218e3ee3 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1228,7 +1228,7 @@ can be used as backgrounds in the MATE Desktop environment.")
 (define-public mate-utils
   (package
     (name "mate-utils")
-    (version "1.26.1")
+    (version "1.28.0")
     (source
      (origin
        (method url-fetch)
@@ -1236,7 +1236,7 @@ can be used as backgrounds in the MATE Desktop environment.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "08066w98y45ilna6sn2kj8jnyhafra7sbpfrjdddv48939dlflrg"))))
+         "1lw85zr38666y5zywsy2gzs9f7n2k1z9zjkq7gq0z40x1mx9si2q"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      ;; Newer itstool does the following--and that causes parallel builds to fail:
@@ -1262,8 +1262,10 @@ can be used as backgrounds in the MATE Desktop environment.")
            libgtop
            libx11
            libxext
+           mate-desktop
            mate-panel
            pango
+           startup-notification
            udisks
            zlib))
     (home-page "https://mate-desktop.org/")