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


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Kurome <hunt31999 <at> gmail.com>
Subject: bug#77855: closed (Re: [bug#77855] [PATCH gnome-team] gnu:
 hicolor-icon-theme: Update to 0.18.)
Date: Fri, 02 May 2025 12:06:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 77855 <at> debbugs.gnu.org.

-- 
77855: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77855
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Kurome <hunt31999 <at> gmail.com>
Cc: 77855-done <at> debbugs.gnu.org, noelopez <at> free.fr, vivien <at> planete-kraus.eu,
 liliana.prikler <at> gmail.com
Subject: Re: [bug#77855] [PATCH gnome-team] gnu: hicolor-icon-theme: Update
 to 0.18.
Date: Fri, 02 May 2025 21:05:47 +0900
Hi,

Kurome <hunt31999 <at> gmail.com> writes:

> * gnu/packages/gnome.scm (hicolor-icon-theme): Update to 0.18.
> [build-system]: Switch to meson-build-system.
> [description]: Update with more details.

Pushed to the gnome-team branch.

-- 
Thanks,
Maxim

[Message part 3 (message/rfc822, inline)]
From: Kurome <hunt31999 <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Kurome <hunt31999 <at> gmail.com>
Subject: [PATCH] gnu: hicolor-icon-theme: Update to 0.18.
Date: Thu, 17 Apr 2025 09:04:15 +0900
* 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")
     (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.")
     (license license:gpl2)))
 
 (define-public libnotify
-- 
2.49.0




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.