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>
This commit is contained in:
Andy Tai 2024-07-11 00:57:51 -07:00 committed by 宋文武
parent f398e7d9ef
commit 230a5eeb91
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1228,7 +1228,7 @@ (define-public mate-screensaver
(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 @@ (define-public mate-utils
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 @@ (define-public mate-utils
libgtop
libx11
libxext
mate-desktop
mate-panel
pango
startup-notification
udisks
zlib))
(home-page "https://mate-desktop.org/")