gnu: meld: Update to 3.23.0.

* gnu/packages/patchutils.scm (meld): Update to 3.23.0.
[native-inputs]: Add gtk+ "bin".
[arguments] <#:phases>: Delete phase 'skip-gtk-update-icon-cache.

Change-Id: I65c5db4704784a825d87b8029608ead4b22fcf35
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Andy Tai 2025-04-03 01:18:20 -07:00 committed by Christopher Baines
parent 8f6df4b584
commit 48e987fcb7
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -301,7 +301,7 @@ GiB).")
(define-public meld (define-public meld
(package (package
(name "meld") (name "meld")
(version "3.22.3") (version "3.23.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -309,10 +309,11 @@ GiB).")
(version-major+minor version) (version-major+minor version)
"/meld-" version ".tar.xz")) "/meld-" version ".tar.xz"))
(sha256 (sha256
(base32 "114x97rcm4qr91nzw66hys4i1pjnqn1m9388id6yq3zzn6gg5xrp")))) (base32 "19n273shqs8l5lrlic0hr5iv1mp9223ijf3pkh8a49g08112lg4q"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
(list desktop-file-utils (list desktop-file-utils
(list gtk+ "bin") ;for gtk-update-icon-cache
intltool intltool
itstool itstool
libxml2 libxml2
@ -339,11 +340,6 @@ GiB).")
(guix build utils)) (guix build utils))
#:phases #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'unpack 'skip-gtk-update-icon-cache
;; Don't create 'icon-theme.cache'.
(lambda _
(substitute* "meson_post_install.py"
(("gtk-update-icon-cache") (which "true")))))
(add-after 'install 'copy-styles (add-after 'install 'copy-styles
(lambda* (#:key inputs outputs #:allow-other-keys) (lambda* (#:key inputs outputs #:allow-other-keys)
(let ((styles "/share/gtksourceview-4/styles")) (let ((styles "/share/gtksourceview-4/styles"))