mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
c5a5ea63d3
commit
0347efe43d
1 changed files with 4 additions and 4 deletions
|
@ -3087,7 +3087,7 @@ configuring CUPS.")
|
||||||
(define-public hicolor-icon-theme
|
(define-public hicolor-icon-theme
|
||||||
(package
|
(package
|
||||||
(name "hicolor-icon-theme")
|
(name "hicolor-icon-theme")
|
||||||
(version "0.17")
|
(version "0.18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3095,15 +3095,15 @@ configuring CUPS.")
|
||||||
"hicolor-icon-theme-" version ".tar.xz"))
|
"hicolor-icon-theme-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1n59i3al3zx6p90ff0l43gzpzmlqnzm6hf5cryxqrlbi48sq8x1i"))))
|
"1mw1rz1khlj30ywr1iiarx497zayyzwmrjnb8nxn9gx31al503nv"))))
|
||||||
(build-system gnu-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; no check target
|
`(#:tests? #f)) ; no check target
|
||||||
(home-page "https://icon-theme.freedesktop.org/releases/")
|
(home-page "https://icon-theme.freedesktop.org/releases/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Freedesktop icon theme")
|
"Freedesktop icon theme")
|
||||||
(description
|
(description
|
||||||
"Freedesktop icon theme.")
|
"The default fallback theme used by XDG icon-theme implementations.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
(define-public libnotify
|
(define-public libnotify
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue