mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
f398e7d9ef
commit
230a5eeb91
1 changed files with 4 additions and 2 deletions
|
@ -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/")
|
||||
|
|
Loading…
Reference in a new issue