GNU bug report logs - #71781
[PATCH 00/28] Update Mate Desktop to 1.28.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Wed, 26 Jun 2024 08:08:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Andy Tai <atai <at> atai.org>, 71781 <at> debbugs.gnu.org
Subject: [bug#71781] [PATCH v3 23/29] gnu: pluma: update to 1.28.0.
Date: Sun, 07 Jul 2024 10:04:27 +0200
Am Freitag, dem 28.06.2024 um 07:05 -0700 schrieb Andy Tai:
> * gnu/packages/mate.scm (pluma): Update to 1.28.0.
> 
> Change-Id: I62f75c46daaad85a44a68b11464d6ce439d5cc91
> ---
>  gnu/packages/mate.scm | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)
> 
> diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
> index 9e62eeb59e..ab90c8f164 100644
> --- a/gnu/packages/mate.scm
> +++ b/gnu/packages/mate.scm
> @@ -1381,14 +1381,14 @@ (define-public engrampa
>  (define-public pluma
>    (package
>      (name "pluma")
> -    (version "1.26.1")
> +    (version "1.28.0")
>      (source
>       (origin
>         (method url-fetch)
>         (uri (string-append "mirror://mate/" (version-major+minor
> version) "/"
>                             name "-" version ".tar.xz"))
>         (sha256
> -        (base32
> "1wcl74pbmgwcrlm5vfmv1g8klxni1qnj0kgnb5k113hisziyqnar"))))
> +        (base32
> "1m51cmcl6z68bx37zhi72wfl58kq9bg7xcih1sjr6l1li6axz2ma"))))
>      (build-system glib-or-gtk-build-system)
>      (arguments
>       `(; Tests can not succeed.
> @@ -1417,10 +1417,12 @@ (define-public pluma
>             libpeas
>             libxml2
>             libice
> +           mate-desktop
>             packagekit
>             pango
>             python
> -           scrollkeeper))
> +           scrollkeeper
> +           startup-notification))
Remember to add input changes in the ChangeLog.

Cheers

This bug report was last modified 288 days ago.

Previous Next


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