diff options
| author | Kurome <hunt31999@gmail.com> | 2025-04-28 12:34:31 +0900 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:52:02 +0100 |
| commit | d18d6e07e5af73092c75a81cf3e89ac010ba545e (patch) | |
| tree | 507197fcfeca09dabc7286dce0d82326bb7e6d51 | |
| parent | 512ed7398984e18c7c5255ff5511de1dfb4812ef (diff) | |
gnu: hicolor-icon-theme: Update to 0.18.
* 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
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| -rw-r--r-- | gnu/packages/gnome.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 980ae580afb..b90d90dc730 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3029,7 +3029,7 @@ configuring CUPS.") (define-public hicolor-icon-theme (package (name "hicolor-icon-theme") - (version "0.17") + (version "0.18") (source (origin (method url-fetch) @@ -3037,15 +3037,15 @@ configuring CUPS.") "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 |
