mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: marco: Update to 1.26.2.
* gnu/packages/mate.scm (marco): Update to 1.26.2. [inputs]: Add libxres. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
0d82425403
commit
6d7a9b4d70
1 changed files with 3 additions and 2 deletions
|
@ -965,14 +965,14 @@ (define-public mate-control-center
|
|||
(define-public marco
|
||||
(package
|
||||
(name "marco")
|
||||
(version "1.24.1")
|
||||
(version "1.26.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "109b41pjrc1b4slw6sx1lakdhrc46x829vczzk4bz3j15kcszg54"))))
|
||||
(base32 "18q71r4bkrldscp414qm0457i0jnk841wwc490qg0whhzraa5w8j"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config
|
||||
|
@ -998,6 +998,7 @@ (define-public marco
|
|||
libxinerama
|
||||
libxrandr
|
||||
libxrender
|
||||
libxres
|
||||
mate-desktop
|
||||
pango
|
||||
startup-notification))
|
||||
|
|
Loading…
Reference in a new issue