GNU bug report logs - #40324
[PATCH 00/30] [MATE] Update to 1.24

Previous Next

Package: guix-patches;

Reported by: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>

Date: Mon, 30 Mar 2020 13:20:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 40324 in the body.
You can then email your comments to 40324 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:20:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jonathan Brielmaier <jonathan.brielmaier <at> web.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 30 Mar 2020 13:20:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: guix-patches <at> gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 00/30] [MATE] Update to 1.24
Date: Mon, 30 Mar 2020 15:18:48 +0200
Hi,

this series updates MATE to 1.24. I tested it in a VM and it looks quite
good so far.

Known limitations
=================
* Atril is still on 1.22 due to an old version of glib in master.
* I had to propagate glib:bin to the mate "meta" package in order to fix
  this gio-launch-desktop issue. I think this quick fix is okay.

There were some discussions before about this topic on guix-devel:
https://lists.gnu.org/archive/html/guix-devel/2020-03/msg00324.html

~Jonathan

Jonathan Brielmaier (30):
  gnu: mate-icon-theme: Update to 1.24.0.
  gnu: mate-desktop: Update to 1.24.0.
  gnu: libmateweather: Update to 1.24.0.
  gnu: mate-terminal: Update to 1.24.0.
  gnu: mate-session-manager: Update to 1.24.0.
  gnu: mate-settings-daemon: Update to 1.24.0.
  gnu: libmatemixer: Update to 1.24.0.
  gnu: libmatekbd: Update to 1.24.0.
  gnu: mate-menus: Update to 1.24.0.
  gnu: mate-applets: Update to 1.24.0.
  gnu: mate-media: Update to 1.24.0.
  gnu: mate-panel: Update to 1.24.0.
  gnu: caja: Update to 1.24.0.
  gnu: marco: Update to 1.24.0.
  gnu: caja-extensions: Update to 1.24.0.
  gnu: mate-control-center: Update to 1.24.0.
  gnu: mate-user-guide: Update to 1.24.0.
  gnu: mate-calc: Update to 1.24.0.
  gnu: mate-backgrounds: Update to 1.24.1.
  gnu: mate-netbook: Update to 1.24.0.
  gnu: mate-screensaver: Update to 1.24.0.
  gnu: mate-utils: Update to 1.24.0.
  gnu: eom: Update to 1.24.0.
  gnu: engrampa: Update to 1.24.0.
  gnu: pluma: Update to 1.24.0.
  gnu: mate-system-monitor: Update to 1.24.0.
  gnu: mate-polkit: Update to 1.24.0.
  gnu: mate-power-manager: Update to 1.24.1.
  gnu: mate-themes: Update to 3.22.21.
  gnu: mate: Add glib:bin to propagated-inputs.

 gnu/packages/mate.scm | 131 ++++++++++++++++++++++--------------------
 1 file changed, 70 insertions(+), 61 deletions(-)

--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:23:01 GMT) Full text and rfc822 format available.

Message #8 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 01/30] gnu: mate-icon-theme: Update to 1.24.0.
Date: Mon, 30 Mar 2020 15:21:46 +0200
* gnu/packages/mate.scm (mate-icon-theme): Update to 1.24.0.
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index b4a281bfb1..38db9b882e 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -133,7 +133,7 @@ actions.")
 (define-public mate-icon-theme
   (package
     (name "mate-icon-theme")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -141,7 +141,7 @@ actions.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "090vfxpn1b1wwvkilv1j3cx4swdm4z0s7xyvhvqhdzj58zsf2000"))))
+         "0a2lz61ivwwcdznmwlmgjr6ipr9sdl5g2czbagnpxkwz8f3m77na"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:23:02 GMT) Full text and rfc822 format available.

Message #11 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 02/30] gnu: mate-desktop: Update to 1.24.0.
Date: Mon, 30 Mar 2020 15:21:47 +0200
* gnu/packages/mate.scm (mate-desktop): Update to 1.24.0.
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 38db9b882e..40f43a10ea 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -221,7 +221,7 @@ themes for both gtk+-2 and gtk+-3.")
 (define-public mate-desktop
   (package
     (name "mate-desktop")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -229,7 +229,7 @@ themes for both gtk+-2 and gtk+-3.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "09gn840p6qds21kxab4pidjd53g76s76i7178fdibrz462mda217"))))
+         "0l4bbj6nz315s5ndq5sw1jcgi3s1whk59bj12c4mbpsvmlb33adg"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:23:02 GMT) Full text and rfc822 format available.

Message #14 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 03/30] gnu: libmateweather: Update to 1.24.0.
Date: Mon, 30 Mar 2020 15:21:48 +0200
* gnu/packages/mate.scm (libmateweather): Update to 1.24.0.
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 40f43a10ea..467903288b 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -255,7 +255,7 @@ desktop and the mate-about program.")
 (define-public libmateweather
   (package
     (name "libmateweather")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -263,7 +263,7 @@ desktop and the mate-about program.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1ribgcwl4ncfbcf9bkcbxrgc7yzajdnxg12837psngymkqswlp6a"))))
+         "094mnlczxq9crjj8z7dzs1zmwscdkbp54l3qjaf4a4bhd8lihv8d"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:23:02 GMT) Full text and rfc822 format available.

Message #17 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 04/30] gnu: mate-terminal: Update to 1.24.0.
Date: Mon, 30 Mar 2020 15:21:49 +0200
* gnu/packages/mate.scm (mate-terminal): Update to 1.24.0.
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 467903288b..462943cbe9 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -301,14 +301,14 @@ the MATE desktop environment.")
 (define-public mate-terminal
   (package
     (name "mate-terminal")
-    (version "1.23.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://mate/" (version-major+minor version) "/"
                            "mate-terminal-" version ".tar.xz"))
        (sha256
-        (base32 "1jkw8i2j45p80i7wmm0j0gkbd44nr2qj8bf79jrh5z8kn01b1ibd"))))
+        (base32 "0nc23nmbkya2fgf7j65z85dcibwi5akkr8nscqrvk039ckirhk97"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:23:03 GMT) Full text and rfc822 format available.

Message #20 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 05/30] gnu: mate-session-manager: Update to 1.24.0.
Date: Mon, 30 Mar 2020 15:21:50 +0200
* gnu/packages/mate.scm (mate-session-manager): Update to 1.24.0.
[native-inputs]: Add now required libxcomposite.
---
 gnu/packages/mate.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 462943cbe9..fdd7768e5f 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -340,7 +340,7 @@ configurations (profiles).")
 (define-public mate-session-manager
   (package
     (name "mate-session-manager")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -348,7 +348,7 @@ configurations (profiles).")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1kpfmgay01gm74paaxccs3lim4jfb4hsm7i85jfdypr51985pwyj"))))
+         "01scj5d1xlri9b2id8gm9kfni9nzhdjdf7rag7fvcxwqp7baz3h3"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags (list "--enable-elogind"
@@ -389,6 +389,7 @@ configurations (profiles).")
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("intltool" ,intltool)
+       ("libxcomposite" ,libxcomposite)
        ("xtrans" ,xtrans)
        ("gobject-introspection" ,gobject-introspection)))
     (inputs
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:23:04 GMT) Full text and rfc822 format available.

Message #23 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 06/30] gnu: mate-settings-daemon: Update to 1.24.0.
Date: Mon, 30 Mar 2020 15:21:51 +0200
* gnu/packages/mate.scm (mate-settings-daemon): Update to 1.24.0.
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index fdd7768e5f..78e67b76ff 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -408,7 +408,7 @@ configuration program to choose applications starting on login.")
 (define-public mate-settings-daemon
   (package
     (name "mate-settings-daemon")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -416,7 +416,7 @@ configuration program to choose applications starting on login.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0yr5v6b9hdk20j29smbw1k4fkyg82i5vlflmgly0vi5whgc74gym"))))
+         "1hc5a36wqpjv9i2lgrn1h12s8y910xab3phx5vzbzq47kj6m3gw9"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:23:04 GMT) Full text and rfc822 format available.

Message #26 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 07/30] gnu: libmatemixer: Update to 1.24.0.
Date: Mon, 30 Mar 2020 15:21:52 +0200
* gnu/packages/mate.scm (libmatemixer): Update to 1.24.0.
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 78e67b76ff..630f4df1d9 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -450,7 +450,7 @@ configuration program to choose applications starting on login.")
 (define-public libmatemixer
   (package
     (name "libmatemixer")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -458,7 +458,7 @@ configuration program to choose applications starting on login.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1v0gpr55gj4mj8hzxbhgzrmhaxvs2inxhsmirvjw39sc7iplvrh9"))))
+         "08vkdp2kzy27xwscwp2jj5nz0yblrka2482l6cx3wl4dnk0rpznm"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:23:05 GMT) Full text and rfc822 format available.

Message #29 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 08/30] gnu: libmatekbd: Update to 1.24.0.
Date: Mon, 30 Mar 2020 15:21:53 +0200
* gnu/packages/mate.scm (libmatekbd): Update to 1.24.0.
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 630f4df1d9..50e7e5d1d5 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -479,7 +479,7 @@ sound systems.")
 (define-public libmatekbd
   (package
     (name "libmatekbd")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -487,7 +487,7 @@ sound systems.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1dsr7618c92mhwabwhgxqsfp7gnf9zrz2z790jc5g085dxhg13y8"))))
+         "1sq7gwr9q3hq4q0vx32qqa68qcqf5by9mqyxnq6lwgaq8ydq16ab"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:23:05 GMT) Full text and rfc822 format available.

Message #32 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 09/30] gnu: mate-menus: Update to 1.24.0.
Date: Mon, 30 Mar 2020 15:21:54 +0200
* gnu/packages/mate.scm (mate-menus): Update to 1.24.0.
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 50e7e5d1d5..b778dc7c24 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -510,7 +510,7 @@ MATE desktop environment.")
 (define-public mate-menus
   (package
     (name "mate-menus")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -518,7 +518,7 @@ MATE desktop environment.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1lkakbf2f1815c146z4xp5f0h4lim6jzr02681wbvzalc6k97v5c"))))
+         "1vv4j38h7mrbfrsj99k25z6y7b5dg30fzd2qnhk7pl8ca8s1jhrd"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:23:06 GMT) Full text and rfc822 format available.

Message #35 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 10/30] gnu: mate-applets: Update to 1.24.0.
Date: Mon, 30 Mar 2020 15:21:55 +0200
* gnu/packages/mate.scm (mate-applets): Update to 1.24.0.
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index b778dc7c24..2791860188 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -551,7 +551,7 @@ assorted menu related utility programs.")
 (define-public mate-applets
   (package
     (name "mate-applets")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -559,7 +559,7 @@ assorted menu related utility programs.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0f5ym6z7awi0kw6i1sdkj2qly88sl692j5r1zhklihyz1z9a6j0h"))))
+         "0nm3amb3v458mxv1mbz9y8f4230gldmydmkkm7vqxsrxbccynkxq"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:23:06 GMT) Full text and rfc822 format available.

Message #38 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 11/30] gnu: mate-media: Update to 1.24.0.
Date: Mon, 30 Mar 2020 15:21:56 +0200
* gnu/packages/mate.scm (mate-media): Update to 1.24.0.
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 2791860188..574b98540b 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -624,7 +624,7 @@ Interactive Weather Information Network (IWIN).
 (define-public mate-media
   (package
     (name "mate-media")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -632,7 +632,7 @@ Interactive Weather Information Network (IWIN).
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0jrxbz00vjas0yp3ixvyzfsdby2ac3p3bds9yd7q1437mmhf71mj"))))
+         "1d5dx79yfqghjaxrdrdh053nfnvkbx8p3ma7j87s7rsvy5irs963"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:23:06 GMT) Full text and rfc822 format available.

Message #41 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 12/30] gnu: mate-panel: Update to 1.24.0.
Date: Mon, 30 Mar 2020 15:21:57 +0200
* gnu/packages/mate.scm (mate-panel): Update to 1.24.0.
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 574b98540b..544fcdbfdf 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -660,7 +660,7 @@ mate-volume-control, a MATE volume control application and applet.")
 (define-public mate-panel
   (package
     (name "mate-panel")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -668,7 +668,7 @@ mate-volume-control, a MATE volume control application and applet.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "17l4ryy71bkszr6shm9dm31zcsd7m0digi1mmvdlib5hqzvc7li7"))))
+         "1hrh10pqk8mva1ix2nmsp3cbbn81cgqy0b9lqhsl0b5p0s40i7in"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:23:07 GMT) Full text and rfc822 format available.

Message #44 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 13/30] gnu: caja: Update to 1.24.0.
Date: Mon, 30 Mar 2020 15:21:58 +0200
* gnu/packages/mate.scm (caja): Update to 1.24.0.
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 544fcdbfdf..7260a5a452 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -835,7 +835,7 @@ infamous 'Wanda the Fish'.")
 (define-public caja
   (package
     (name "caja")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -843,7 +843,7 @@ infamous 'Wanda the Fish'.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "14x9n9q7vip5zp4mdgccj1p1dm4xn429g0bjw2v8iz7zmjb7vcgl"))))
+         "1cnfy481hcwjv3ia3kw0d4h7ga8cng0pqm3z349v4qcmfdapmqc0"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags '("--disable-update-mimedb")
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:23:08 GMT) Full text and rfc822 format available.

Message #47 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 15/30] gnu: caja-extensions: Update to 1.24.0.
Date: Mon, 30 Mar 2020 15:22:00 +0200
* gnu/packages/mate.scm (caja-extensions): Update to 1.24.0.
[native-inputs]: Add xmllint provided by the libxml2 package.
---
 gnu/packages/mate.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 66f405c033..d7cf4ae130 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -893,7 +893,7 @@ icons on the MATE desktop.  It works on local and remote file systems.")
 (define-public caja-extensions
   (package
     (name "caja-extensions")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -901,7 +901,7 @@ icons on the MATE desktop.  It works on local and remote file systems.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1h866jmdd3qpjzi7wjj11krwiaadnlf21844g1zqfb4jgrzj773p"))))
+         "175v5c05nrdliya23rbqma49alldq67dklmvpq18nq71sfry4pp6"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags (list "--enable-sendto"
@@ -921,6 +921,7 @@ icons on the MATE desktop.  It works on local and remote file systems.")
        ("glib:bin" ,glib "bin")
        ("gobject-introspection" ,gobject-introspection)
        ("gtk-doc" ,gtk-doc)
+       ("libxml2" ,libxml2)
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("attr" ,attr)
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:23:08 GMT) Full text and rfc822 format available.

Message #50 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 14/30] gnu: marco: Update to 1.24.0.
Date: Mon, 30 Mar 2020 15:21:59 +0200
* gnu/packages/mate.scm (marco): Update to 1.24.0.
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 7260a5a452..66f405c033 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1006,7 +1006,7 @@ of various aspects of your desktop.")
 (define-public marco
   (package
     (name "marco")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -1014,7 +1014,7 @@ of various aspects of your desktop.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1i1pi1z9mrb6564mxcwb93jqpdppfv58c2viwmicsixis62hv5wx"))))
+         "0hcbyv8czymhwz5q9rwig7kkhlhik6y080bls736f3wsbqnnirc2"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:23:08 GMT) Full text and rfc822 format available.

Message #53 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 16/30] gnu: mate-control-center: Update to 1.24.0.
Date: Mon, 30 Mar 2020 15:22:01 +0200
* gnu/packages/mate.scm (mate-control-center): Update to 1.24.0.
[inputs]: Add polkit.
---
 gnu/packages/mate.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index d7cf4ae130..f713d6c2ef 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -948,7 +948,7 @@ icons on the MATE desktop.  It works on local and remote file systems.")
 (define-public mate-control-center
   (package
     (name "mate-control-center")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -956,7 +956,7 @@ icons on the MATE desktop.  It works on local and remote file systems.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "06wpfsxsiv7w3dl7p395r5vcxqbjlllydqbnvbr6yn0lrac15i71"))))
+         "192plsh83m2qz7jgakns2yvhqbj53v7i54iwb0z26i2awy0j9rcd"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
@@ -993,6 +993,7 @@ icons on the MATE desktop.  It works on local and remote file systems.")
        ("mate-menus" ,mate-menus)
        ("mate-settings-daemon" ,mate-settings-daemon)
        ("pango" ,pango)
+       ("polkit" ,polkit)
        ("startup-notification" ,startup-notification)))
     (propagated-inputs
      `(("gdk-pixbuf" ,gdk-pixbuf+svg) ; mate-slab.pc
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:23:09 GMT) Full text and rfc822 format available.

Message #56 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 17/30] gnu: mate-user-guide: Update to 1.24.0.
Date: Mon, 30 Mar 2020 15:22:02 +0200
* gnu/packages/mate.scm (mate-user-guide): Update to 1.24.0.
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index f713d6c2ef..4d4aa84cb2 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1058,7 +1058,7 @@ for use with MATE or as a standalone window manager.")
 (define-public mate-user-guide
   (package
     (name "mate-user-guide")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -1066,7 +1066,7 @@ for use with MATE or as a standalone window manager.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0ckn7h7l0qdgdx440dwx1h8i601s22sxlf5a7179hfirk9016j0z"))))
+         "0ddxya84iydvy85dbqls0wmz2rph87wri3rsdhv4rkbhh5g4sd7f"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:23:09 GMT) Full text and rfc822 format available.

Message #59 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 18/30] gnu: mate-calc: Update to 1.24.0.
Date: Mon, 30 Mar 2020 15:22:03 +0200
* gnu/packages/mate.scm (mate-calc): Update to 1.24.0.
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 4d4aa84cb2..10b32bc3e3 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1097,7 +1097,7 @@ sessions, panels, menus, file management, and preferences.")
 (define-public mate-calc
   (package
     (name "mate-calc")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -1105,7 +1105,7 @@ sessions, panels, menus, file management, and preferences.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1njk6v7z3969ikvcrabr1lw5f5572vb14w064zm3mydj8cc5inlr"))))
+         "0f7hc1gg41kcwcyvsqqg79qylrp0qqymris8qizk2x3cfvvg7261"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:23:09 GMT) Full text and rfc822 format available.

Message #62 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 19/30] gnu: mate-backgrounds: Update to 1.24.1.
Date: Mon, 30 Mar 2020 15:22:04 +0200
* gnu/packages/mate.scm (mate-backgrounds): Update to 1.24.1.
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 10b32bc3e3..866244afd1 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1128,7 +1128,7 @@ sessions, panels, menus, file management, and preferences.")
 (define-public mate-backgrounds
   (package
     (name "mate-backgrounds")
-    (version "1.22.0")
+    (version "1.24.1")
     (source
      (origin
        (method url-fetch)
@@ -1136,7 +1136,7 @@ sessions, panels, menus, file management, and preferences.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1j9ch04qi2q4mdcvb92w667ra9hpfdf2bfpi1dpw0nbph7r6qvj9"))))
+         "0b9yx68p9l867bqsl9z2g4wrs8p396ls673jgaliys5snmk8n8dn"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("intltool" ,intltool)))
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:23:10 GMT) Full text and rfc822 format available.

Message #65 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 20/30] gnu: mate-netbook: Update to 1.24.0.
Date: Mon, 30 Mar 2020 15:22:05 +0200
* gnu/packages/mate.scm (mate-netbook): Update to 1.24.0.
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 866244afd1..82423a24ef 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1150,7 +1150,7 @@ can be used as backgrounds in the MATE Desktop environment.")
 (define-public mate-netbook
   (package
     (name "mate-netbook")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -1158,7 +1158,7 @@ can be used as backgrounds in the MATE Desktop environment.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "17p1wv9bcr3kvlahnxmxj786vka86nysi90x5xci6ilwyjlaxh0l"))))
+         "1bmk9gq5gcqkvfppa7i1hqfph8sajc3xs189s4ha97g0ifwd98a8"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:26:02 GMT) Full text and rfc822 format available.

Message #68 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 21/30] gnu: mate-screensaver: Update to 1.24.0.
Date: Mon, 30 Mar 2020 15:25:00 +0200
* gnu/packages/mate.scm (mate-screensaver): Update to 1.24.0.
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 82423a24ef..3dca70d563 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1191,7 +1191,7 @@ Re-decorates windows on un-maximise.
 (define-public mate-screensaver
   (package
     (name "mate-screensaver")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -1199,7 +1199,7 @@ Re-decorates windows on un-maximise.
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "17fxyccsc410wbyxmds1sm7gjqbj6z46x5cjk1791hfzf0sh82sy"))))
+         "0gpw6x9d0b77f14vjl7ghq5dya1mwcnvmgigg00manfwlksr5zby"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:26:02 GMT) Full text and rfc822 format available.

Message #71 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 22/30] gnu: mate-utils: Update to 1.24.0.
Date: Mon, 30 Mar 2020 15:25:01 +0200
* gnu/packages/mate.scm (mate-utils): Update to 1.24.0.
[inputs]: Add udisks.
---
 gnu/packages/mate.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 3dca70d563..898185fda0 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1262,7 +1262,7 @@ can be used as backgrounds in the MATE Desktop environment.")
 (define-public mate-utils
   (package
     (name "mate-utils")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -1270,7 +1270,7 @@ can be used as backgrounds in the MATE Desktop environment.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0kz95hicjksgkwaj83fdp2rnaygfgjbj0jsnwy4n0lj5q90j7r28"))))
+         "1b16n1628gcsym5mph6lr9x5xm4rgkxsa8xwr2wlx8g2gw2775i1"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)
@@ -1294,6 +1294,7 @@ can be used as backgrounds in the MATE Desktop environment.")
        ("libxext" ,libxext)
        ("mate-panel" ,mate-panel)
        ("pango" ,pango)
+       ("udisks" ,udisks)
        ("zlib" ,zlib)))
     (home-page "https://mate-desktop.org/")
     (synopsis "Utilities for the MATE Desktop")
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:26:02 GMT) Full text and rfc822 format available.

Message #74 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 23/30] gnu: eom: Update to 1.24.0.
Date: Mon, 30 Mar 2020 15:25:02 +0200
* gnu/packages/mate.scm (eom): Update to 1.24.0.
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 898185fda0..bd50d12c7d 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1315,7 +1315,7 @@ can be used as backgrounds in the MATE Desktop environment.")
 (define-public eom
   (package
     (name "eom")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -1323,7 +1323,7 @@ can be used as backgrounds in the MATE Desktop environment.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "093vbip848bp9y603yasbrg1bcp68m64hma7zhi5m37x2r103r6l"))))
+         "0zzximp2534bky0vac219alafblw6m0lis0gncq92017s6c1mb77"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:26:03 GMT) Full text and rfc822 format available.

Message #77 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 24/30] gnu: engrampa: Update to 1.24.0.
Date: Mon, 30 Mar 2020 15:25:03 +0200
* gnu/packages/mate.scm (engrampa): Update to 1.24.0.
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index bd50d12c7d..0a518cf65b 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1365,7 +1365,7 @@ can be used as backgrounds in the MATE Desktop environment.")
 (define-public engrampa
   (package
     (name "engrampa")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -1373,7 +1373,7 @@ can be used as backgrounds in the MATE Desktop environment.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "16yjplfl2sqa7n6404hjn0vwkh0xkdch73q7n5czynihmh3azc7p"))))
+         "13cak3qgrzqj74x9jq1sf155793v2bqqz4mk4i04g9f9xn3g85fl"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags (list "--disable-schemas-compile"
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:26:03 GMT) Full text and rfc822 format available.

Message #80 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 25/30] gnu: pluma: Update to 1.24.0.
Date: Mon, 30 Mar 2020 15:25:04 +0200
* gnu/packages/mate.scm (pluma): Update to 1.24.0.
[inputs]: Switch from python-2 to python(3) like upstream.
---
 gnu/packages/mate.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 0a518cf65b..2614376123 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1418,7 +1418,7 @@ can be used as backgrounds in the MATE Desktop environment.")
 (define-public pluma
   (package
     (name "pluma")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -1426,7 +1426,7 @@ can be used as backgrounds in the MATE Desktop environment.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "07rr5asdjr9slmaijp4m8v9vxscihvm36mfrwlp3lv12kry42a05"))))
+         "1vmndhlhy3qkf3xs5kkv0xhbv5ar25pqz0kp17hc4qhgjzycfr0r"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(; Tests can not succeed.
@@ -1457,7 +1457,7 @@ can be used as backgrounds in the MATE Desktop environment.")
        ("libice" ,libice)
        ("packagekit" ,packagekit)
        ("pango" ,pango)
-       ("python-2" ,python-2)
+       ("python" ,python)
        ("scrollkeeper" ,scrollkeeper)))
     (home-page "https://mate-desktop.org/")
     (synopsis "Text Editor for MATE")
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:26:04 GMT) Full text and rfc822 format available.

Message #83 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 26/30] gnu: mate-system-monitor: Update to 1.24.0.
Date: Mon, 30 Mar 2020 15:25:05 +0200
* gnu/packages/mate.scm (mate-system-monitor): Update to 1.24.0.
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 2614376123..532e5344c2 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1468,7 +1468,7 @@ can be used as backgrounds in the MATE Desktop environment.")
 (define-public mate-system-monitor
   (package
     (name "mate-system-monitor")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -1476,7 +1476,7 @@ can be used as backgrounds in the MATE Desktop environment.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0rs0n5ivmvi355fp3ymcp1jj2sz9viw31475aw7zh7s1l7dn969x"))))
+         "1cb36lrsn4fhsryl2kl4yq0qhp1p4r7k21w3fc2ywjga8fdxx6y5"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:26:04 GMT) Full text and rfc822 format available.

Message #86 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 27/30] gnu: mate-polkit: Update to 1.24.0.
Date: Mon, 30 Mar 2020 15:25:06 +0200
* gnu/packages/mate.scm (mate-polkit): Update to 1.24.0.
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 532e5344c2..1d830c73cf 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1508,7 +1508,7 @@ MATE Desktop to monitor your system resources and usage.")
 (define-public mate-polkit
   (package
     (name "mate-polkit")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -1516,7 +1516,7 @@ MATE Desktop to monitor your system resources and usage.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "02r8n71xflhvw2hsf6g4svdahzyg3r4n6xamasyzqfhyn0mqmjy0"))))
+         "1450bqzlnvwy3xa98lj102j2cf7piqbxcd1cy2zp41rdl8ri3gvn"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:26:05 GMT) Full text and rfc822 format available.

Message #89 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 28/30] gnu: mate-power-manager: Update to 1.24.1.
Date: Mon, 30 Mar 2020 15:25:07 +0200
* gnu/packages/mate.scm (mate-power-manager): Update to 1.24.1.
[native-inputs]: Switch from intltool to gettext as upstream. Add polkit
for ITS rules. Libtool is generated during build, so we can remove the
external one.
---
 gnu/packages/mate.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 1d830c73cf..d772145ea6 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -94,7 +94,7 @@ MATE applications.")
 (define-public mate-power-manager
   (package
     (name "mate-power-manager")
-    (version "1.22.0")
+    (version "1.24.1")
     (source
      (origin
        (method url-fetch)
@@ -102,14 +102,14 @@ MATE applications.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "03c09h41qfz83wmjfvwzkq4xqc54aswmki4h034qcxbgfnyfmk1i"))))
+         "13ar40x5hs4d4h81q8qsy0agbx5wnarry3mbhws54zydcxd7j20a"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-       ("intltool" ,intltool)
        ("yelp-tools" ,yelp-tools)
+       ("gettext" ,gettext-minimal)
        ("glib" ,glib "bin") ; glib-gettextize
-       ("libtool" ,libtool)))
+       ("polkit" ,polkit))) ; for ITS rules
     (inputs
      `(("gtk+" ,gtk+)
        ("glib" ,glib)
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:26:05 GMT) Full text and rfc822 format available.

Message #92 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 29/30] gnu: mate-themes: Update to 3.22.21.
Date: Mon, 30 Mar 2020 15:25:08 +0200
* gnu/packages/mate.scm (mate-themes): Update to 3.22.21.
---
 gnu/packages/mate.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index d772145ea6..920a4cfa6c 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me <at> tobias.gr>
 ;;; Copyright © 2019 Ludovic Courtès <ludo <at> gnu.org>
 ;;; Copyright © 2019 Guy Fleury Iteriteka <hoonandon <at> gmail.com>
+;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -194,14 +195,14 @@ from Mint-X-F and Faenza-Fresh icon packs.")
 (define-public mate-themes
   (package
     (name "mate-themes")
-    (version "3.22.20")
+    (version "3.22.21")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://mate/themes/" (version-major+minor version)
                            "/mate-themes-" version ".tar.xz"))
        (sha256
-        (base32 "0c3dhf8p9nc2maky4g9xr04iil9wwbdkmhpzynlc6lfg4ksqq2bx"))))
+        (base32 "051g2vq817g84yrqzf7hjcqr4xrghnw1rprjd6jf5mhhzmwcas6n"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
--
2.26.0





Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Mon, 30 Mar 2020 13:26:05 GMT) Full text and rfc822 format available.

Message #95 received at 40324 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 40324 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH 30/30] gnu: mate: Add glib:bin to propagated-inputs.
Date: Mon, 30 Mar 2020 15:25:09 +0200
This is a fix for https://issues.guix.gnu.org/issue/38135 until the
proper fix from core-updates is merged.

* gnu/packages/mate.scm (mate)[propagated-inputs]: Add glib:bin.
---
 gnu/packages/mate.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 920a4cfa6c..c2168c2812 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1601,6 +1601,10 @@ used to bring up authentication dialogs.")
        ("shared-mime-info"          ,shared-mime-info)
        ("yelp"                      ,yelp)
        ("zenity"                    ,zenity)))
+    ;; FIXME: Propagating glib:bin fixes http://issues.guix.gnu.org/issue/38135
+    ;; The proper fix is in core-updates. So we can remove this after next merge.
+    (propagated-inputs
+     `(("glib:bin" ,glib "bin")))
     (synopsis "The MATE desktop environment")
     (home-page "https://mate-desktop.org/")
     (description
--
2.26.0





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 02 Apr 2020 14:11:02 GMT) Full text and rfc822 format available.

Notification sent to Jonathan Brielmaier <jonathan.brielmaier <at> web.de>:
bug acknowledged by developer. (Thu, 02 Apr 2020 14:11:02 GMT) Full text and rfc822 format available.

Message #100 received at 40324-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Cc: 40324-done <at> debbugs.gnu.org
Subject: Re: [bug#40324] [PATCH 00/30] [MATE] Update to 1.24
Date: Thu, 02 Apr 2020 16:10:00 +0200
Hi,

Jonathan Brielmaier <jonathan.brielmaier <at> web.de> skribis:

> this series updates MATE to 1.24. I tested it in a VM and it looks quite
> good so far.

Nice!  I’ve tested it briefly in a VM and it seems to work fine.  Pushed
the whole series, with ae8e0fbd82ca8406dc55aa1f55c4681331e0d215 as the tip.

> Known limitations
> =================
> * Atril is still on 1.22 due to an old version of glib in master.
> * I had to propagate glib:bin to the mate "meta" package in order to fix
>   this gio-launch-desktop issue. I think this quick fix is okay.
>
> There were some discussions before about this topic on guix-devel:
> https://lists.gnu.org/archive/html/guix-devel/2020-03/msg00324.html

I haven’t investigated, but could we set the absolute file name of
gio-launch-desktop “somewhere” so that we don’t have to propagate
glib:bin?

Thanks,
Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Thu, 02 Apr 2020 15:56:02 GMT) Full text and rfc822 format available.

Message #103 received at 40324-done <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: Ludovic Courtès <ludo <at> gnu.org>, Jonathan Brielmaier
 <jonathan.brielmaier <at> web.de>
Cc: 40324-done <at> debbugs.gnu.org
Subject: Re: bug#40324: [PATCH 00/30] [MATE] Update to 1.24
Date: Thu, 02 Apr 2020 17:55:21 +0200
[Message part 1 (text/plain, inline)]
Ludovic Courtès <ludo <at> gnu.org> writes:

> Hi,
>
> Jonathan Brielmaier <jonathan.brielmaier <at> web.de> skribis:
>
>> this series updates MATE to 1.24. I tested it in a VM and it looks quite
>> good so far.
>
> Nice!  I’ve tested it briefly in a VM and it seems to work fine.  Pushed
> the whole series, with ae8e0fbd82ca8406dc55aa1f55c4681331e0d215 as the tip.
>
>> Known limitations
>> =================
>> * Atril is still on 1.22 due to an old version of glib in master.
>> * I had to propagate glib:bin to the mate "meta" package in order to fix
>>   this gio-launch-desktop issue. I think this quick fix is okay.
>>
>> There were some discussions before about this topic on guix-devel:
>> https://lists.gnu.org/archive/html/guix-devel/2020-03/msg00324.html
>
> I haven’t investigated, but could we set the absolute file name of
> gio-launch-desktop “somewhere” so that we don’t have to propagate
> glib:bin?

The "somewhere" is in Glib itself and has been fixed on the
'core-updates' branch.  The alternative for now would be to wrap many of
the executables with glib:bin in PATH, which is a lot of work for little
benefit.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#40324; Package guix-patches. (Thu, 02 Apr 2020 16:42:02 GMT) Full text and rfc822 format available.

Message #106 received at 40324-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Marius Bakke <mbakke <at> fastmail.com>
Cc: 40324-done <at> debbugs.gnu.org,
 Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: Re: bug#40324: [PATCH 00/30] [MATE] Update to 1.24
Date: Thu, 02 Apr 2020 18:40:56 +0200
Marius Bakke <mbakke <at> fastmail.com> skribis:

> Ludovic Courtès <ludo <at> gnu.org> writes:
>
>> Hi,
>>
>> Jonathan Brielmaier <jonathan.brielmaier <at> web.de> skribis:
>>
>>> this series updates MATE to 1.24. I tested it in a VM and it looks quite
>>> good so far.
>>
>> Nice!  I’ve tested it briefly in a VM and it seems to work fine.  Pushed
>> the whole series, with ae8e0fbd82ca8406dc55aa1f55c4681331e0d215 as the tip.
>>
>>> Known limitations
>>> =================
>>> * Atril is still on 1.22 due to an old version of glib in master.
>>> * I had to propagate glib:bin to the mate "meta" package in order to fix
>>>   this gio-launch-desktop issue. I think this quick fix is okay.
>>>
>>> There were some discussions before about this topic on guix-devel:
>>> https://lists.gnu.org/archive/html/guix-devel/2020-03/msg00324.html
>>
>> I haven’t investigated, but could we set the absolute file name of
>> gio-launch-desktop “somewhere” so that we don’t have to propagate
>> glib:bin?
>
> The "somewhere" is in Glib itself and has been fixed on the
> 'core-updates' branch.

Ah OK, so we’re all good.

Thanks,
Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 01 May 2020 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 332 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.