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: Kurome <hunt31999 <at> gmail.com>
To: 77855 <at> debbugs.gnu.org
Cc: Kurome <hunt31999 <at> gmail.com>, liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, noelopez <at> free.fr, vivien <at> planete-kraus.eu
Subject: [bug#77855] [PATCH gnome-team] gnu: hicolor-icon-theme: Update to 0.18.
Date: Mon, 28 Apr 2025 12:34:31 +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 86481705bb..6307e64d7d 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.