unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Jonathan Brielmaier <jonathan.brielmaier@web.de>
To: 40324@debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier@web.de>
Subject: [bug#40324] [PATCH 00/30] [MATE] Update to 1.24
Date: Mon, 30 Mar 2020 15:18:48 +0200	[thread overview]
Message-ID: <20200330131848.16690-1-jonathan.brielmaier@web.de> (raw)

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

             reply	other threads:[~2020-03-30 13:20 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-30 13:18 Jonathan Brielmaier [this message]
2020-03-30 13:21 ` [bug#40324] [PATCH 01/30] gnu: mate-icon-theme: Update to 1.24.0 Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 02/30] gnu: mate-desktop: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 03/30] gnu: libmateweather: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 04/30] gnu: mate-terminal: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 05/30] gnu: mate-session-manager: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 06/30] gnu: mate-settings-daemon: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 07/30] gnu: libmatemixer: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 08/30] gnu: libmatekbd: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 09/30] gnu: mate-menus: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 10/30] gnu: mate-applets: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 11/30] gnu: mate-media: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 12/30] gnu: mate-panel: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 13/30] gnu: caja: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 14/30] gnu: marco: " Jonathan Brielmaier
2020-03-30 13:22   ` [bug#40324] [PATCH 15/30] gnu: caja-extensions: " Jonathan Brielmaier
2020-03-30 13:22   ` [bug#40324] [PATCH 16/30] gnu: mate-control-center: " Jonathan Brielmaier
2020-03-30 13:22   ` [bug#40324] [PATCH 17/30] gnu: mate-user-guide: " Jonathan Brielmaier
2020-03-30 13:22   ` [bug#40324] [PATCH 18/30] gnu: mate-calc: " Jonathan Brielmaier
2020-03-30 13:22   ` [bug#40324] [PATCH 19/30] gnu: mate-backgrounds: Update to 1.24.1 Jonathan Brielmaier
2020-03-30 13:22   ` [bug#40324] [PATCH 20/30] gnu: mate-netbook: Update to 1.24.0 Jonathan Brielmaier
2020-03-30 13:25 ` [bug#40324] [PATCH 21/30] gnu: mate-screensaver: " Jonathan Brielmaier
2020-03-30 13:25   ` [bug#40324] [PATCH 22/30] gnu: mate-utils: " Jonathan Brielmaier
2020-03-30 13:25   ` [bug#40324] [PATCH 23/30] gnu: eom: " Jonathan Brielmaier
2020-03-30 13:25   ` [bug#40324] [PATCH 24/30] gnu: engrampa: " Jonathan Brielmaier
2020-03-30 13:25   ` [bug#40324] [PATCH 25/30] gnu: pluma: " Jonathan Brielmaier
2020-03-30 13:25   ` [bug#40324] [PATCH 26/30] gnu: mate-system-monitor: " Jonathan Brielmaier
2020-03-30 13:25   ` [bug#40324] [PATCH 27/30] gnu: mate-polkit: " Jonathan Brielmaier
2020-03-30 13:25   ` [bug#40324] [PATCH 28/30] gnu: mate-power-manager: Update to 1.24.1 Jonathan Brielmaier
2020-03-30 13:25   ` [bug#40324] [PATCH 29/30] gnu: mate-themes: Update to 3.22.21 Jonathan Brielmaier
2020-03-30 13:25   ` [bug#40324] [PATCH 30/30] gnu: mate: Add glib:bin to propagated-inputs Jonathan Brielmaier
2020-04-02 14:10 ` bug#40324: [PATCH 00/30] [MATE] Update to 1.24 Ludovic Courtès
2020-04-02 15:55   ` [bug#40324] " Marius Bakke
2020-04-02 16:40     ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200330131848.16690-1-jonathan.brielmaier@web.de \
    --to=jonathan.brielmaier@web.de \
    --cc=40324@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).