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 @@ can be used as backgrounds in the MATE Desktop environment.")
(define-public mate-utils (define-public mate-utils
(package (package
(name "mate-utils") (name "mate-utils")
(version "1.26.1") (version "1.28.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1236,7 +1236,7 @@ can be used as backgrounds in the MATE Desktop environment.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"08066w98y45ilna6sn2kj8jnyhafra7sbpfrjdddv48939dlflrg")))) "1lw85zr38666y5zywsy2gzs9f7n2k1z9zjkq7gq0z40x1mx9si2q"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(arguments (arguments
;; Newer itstool does the following--and that causes parallel builds to fail: ;; 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 libgtop
libx11 libx11
libxext libxext
mate-desktop
mate-panel mate-panel
pango pango
startup-notification
udisks udisks
zlib)) zlib))
(home-page "https://mate-desktop.org/") (home-page "https://mate-desktop.org/")