GNU bug report logs -
#77855
[PATCH core-updates] gnu: hicolor-icon-theme: Update to 0.18.
Previous Next
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
[Message part 1 (text/plain, inline)]
Your message dated Fri, 02 May 2025 21:05:47 +0900
with message-id <87plgr43qc.fsf <at> gmail.com>
and subject line Re: [bug#77855] [PATCH gnome-team] gnu: hicolor-icon-theme: Update to 0.18.
has caused the debbugs.gnu.org bug report #77855,
regarding [PATCH core-updates] gnu: hicolor-icon-theme: Update to 0.18.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> 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)]
* 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
[Message part 3 (message/rfc822, inline)]
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
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.