mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: mate-applets: Update to 1.28.0.
* gnu/packages/mate.scm (mate-applets): Update to 1.28.0. [inputs]: Replace gtksourceview-3 with gtksourceview-4. Add mate-desktop. Change-Id: I6b5c62fa029d70e475a1acbb05e622a906de27a7 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
0fdf74088d
commit
0cd74276ab
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue