mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: devhelp: Update to 43.0.
* gnu/packages/gnome.scm (devhelp): Update to 43.0. [arguments]: Update ‘skip-gtk-update-icon-cache’ accordingly.
This commit is contained in:
parent
14d8c4fe6f
commit
7fef5c1e2a
1 changed files with 5 additions and 4 deletions
|
@ -6243,7 +6243,7 @@ (define-public amtk
|
|||
(define-public devhelp
|
||||
(package
|
||||
(name "devhelp")
|
||||
(version "41.3")
|
||||
(version "43.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -6251,7 +6251,7 @@ (define-public devhelp
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1rxn6kciyfdhnjrcjyf02cn3rki2xgwb4wrg5plbzjvpqasq66ml"))))
|
||||
"016xhpz16b9b13y7wnvkllymb4s2fb6ixvw190204bir0pyyxkk3"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:glib-or-gtk? #t
|
||||
|
@ -6260,8 +6260,9 @@ (define-public devhelp
|
|||
(add-after 'unpack 'skip-gtk-update-icon-cache
|
||||
;; Don't create 'icon-theme.cache'.
|
||||
(lambda _
|
||||
(substitute* "build-aux/meson/meson_post_install.py"
|
||||
(("gtk-update-icon-cache") "true")))))))
|
||||
(substitute* "meson.build"
|
||||
(("gtk_update_icon_cache: true")
|
||||
"gtk_update_icon_cache: false")))))))
|
||||
(propagated-inputs
|
||||
(list gsettings-desktop-schemas))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue