[bug#77855,gnome-team] gnu: hicolor-icon-theme: Update to 0.18.
Commit Message
* 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(-)
@@ -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