guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#64084] [PATCH 13/29] gnu: marco: Update to 1.26.2


From: Andy Tai
Subject: [bug#64084] [PATCH 13/29] gnu: marco: Update to 1.26.2
Date: Thu, 15 Jun 2023 10:35:14 -0700

* gnu/packages/mate.scm (marco): Update to 1.26.2
  [inputs]: Change itstool to itstool-with-utf8-fix. Add libxres
---
 gnu/packages/mate.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 579453aaa6..8173aa692f 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -962,19 +962,19 @@ (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
            intltool
-           itstool
+           itstool-with-utf8-fix
            glib
            gobject-introspection
            libxft
@@ -995,6 +995,7 @@ (define-public marco
            libxinerama
            libxrandr
            libxrender
+           libxres
            mate-desktop
            pango
            startup-notification))
-- 
2.40.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]