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
|
(define-public mate-applets
|
||||||
(package
|
(package
|
||||||
(name "mate-applets")
|
(name "mate-applets")
|
||||||
(version "1.26.1")
|
(version "1.28.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
|
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
|
||||||
"mate-applets-" version ".tar.xz"))
|
"mate-applets-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1hn22xxmkm3s1477war7w7lb7yh77b3251y1why37p3nncfzdf1s"))))
|
(base32 "11k66nfgs403r70isc8ccss994hv9c793zr8r2fzn9nksmmyysqv"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config
|
(list pkg-config
|
||||||
|
@ -530,7 +530,7 @@ (define-public mate-applets
|
||||||
glib
|
glib
|
||||||
gucharmap
|
gucharmap
|
||||||
gtk+
|
gtk+
|
||||||
gtksourceview-3
|
gtksourceview-4
|
||||||
libgtop
|
libgtop
|
||||||
libmateweather
|
libmateweather
|
||||||
libnl
|
libnl
|
||||||
|
@ -538,6 +538,7 @@ (define-public mate-applets
|
||||||
libx11
|
libx11
|
||||||
libxml2
|
libxml2
|
||||||
libwnck
|
libwnck
|
||||||
|
mate-desktop
|
||||||
mate-panel
|
mate-panel
|
||||||
pango
|
pango
|
||||||
polkit ; either polkit or setuid
|
polkit ; either polkit or setuid
|
||||||
|
|
Loading…
Reference in a new issue