GNU bug report logs - #77855
[PATCH core-updates] gnu: hicolor-icon-theme: Update to 0.18.

Previous Next

Package: guix-patches;

Reported by: Kurome <hunt31999 <at> gmail.com>

Date: Thu, 17 Apr 2025 00:06:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Kurome <hunt31999 <at> gmail.com>, 77855 <at> debbugs.gnu.org
Cc: noelopez <at> free.fr, vivien <at> planete-kraus.eu, maxim.cournoyer <at> gmail.com
Subject: Re: [bug#77855] [PATCH] gnu: hicolor-icon-theme: Update to 0.18.
Date: Sun, 27 Apr 2025 16:48:59 +0200
Am Donnerstag, dem 17.04.2025 um 09:04 +0900 schrieb Kurome:
> * gnu/packages/gnome.scm (hicolor-icon-theme): Update to 0.18.
> [build-system]: Switch to meson-build-system.
> [description]: Update with more details.
> 
> Change-Id: I26c186f96da7f5bad1c5707ab2e02cdf6a62bd45
> ---
>  gnu/packages/gnome.scm | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> index d9ecfea832..f78f89b763 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -3119,7 +3119,7 @@ (define-public system-config-printer
>  (define-public hicolor-icon-theme
>    (package
>      (name "hicolor-icon-theme")
> -    (version "0.17")
> +    (version "0.18")
If you want this to go to master, then you should better use a graft. 
hicolor-icon-theme is a gnome rebuild after all.
>      (source
>       (origin
>        (method url-fetch)
> @@ -3127,15 +3127,15 @@ (define-public hicolor-icon-theme
>                            "hicolor-icon-theme-" version ".tar.xz"))
>        (sha256
>         (base32
> -        "1n59i3al3zx6p90ff0l43gzpzmlqnzm6hf5cryxqrlbi48sq8x1i"))))
> -    (build-system gnu-build-system)
> +        "1mw1rz1khlj30ywr1iiarx497zayyzwmrjnb8nxn9gx31al503nv"))))
> +    (build-system meson-build-system)
>      (arguments
>       `(#:tests? #f)) ; no check target
>      (home-page "https://icon-theme.freedesktop.org/releases/")
>      (synopsis
>       "Freedesktop icon theme")
>      (description
> -     "Freedesktop icon theme.")
> +     "The default fallback theme used by XDG icon-theme
> implementations.")
LGTM.
>      (license license:gpl2)))
>  
>  (define-public libnotify

Cheers




This bug report was last modified 18 days ago.

Previous Next


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