GNU bug report logs -
#77482
[PATCH] gnu: meld: Update to 3.23.0.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Thu, 3 Apr 2025 08:19:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 06 Apr 2025 19:06:06 +0100
with message-id <871pu5upv5.fsf <at> cbaines.net>
and subject line Re: [bug#77482] [PATCH] gnu: meld: Update to 3.23.0.
has caused the debbugs.gnu.org bug report #77482,
regarding [PATCH] gnu: meld: Update to 3.23.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
77482: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77482
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
---
gnu/packages/patchutils.scm | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm
index 3cd3507b07f..da1364cbb57 100644
--- a/gnu/packages/patchutils.scm
+++ b/gnu/packages/patchutils.scm
@@ -301,7 +301,7 @@ (define-public vbindiff
(define-public meld
(package
(name "meld")
- (version "3.22.3")
+ (version "3.23.0")
(source
(origin
(method url-fetch)
@@ -309,10 +309,11 @@ (define-public meld
(version-major+minor version)
"/meld-" version ".tar.xz"))
(sha256
- (base32 "114x97rcm4qr91nzw66hys4i1pjnqn1m9388id6yq3zzn6gg5xrp"))))
+ (base32 "19n273shqs8l5lrlic0hr5iv1mp9223ijf3pkh8a49g08112lg4q"))))
(build-system meson-build-system)
(native-inputs
(list desktop-file-utils
+ (list gtk+ "bin") ;for gtk-update-icon-cache
intltool
itstool
libxml2
@@ -339,11 +340,6 @@ (define-public meld
(guix build utils))
#: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
(lambda* (#:key inputs outputs #:allow-other-keys)
(let ((styles "/share/gtksourceview-4/styles"))
base-commit: 111aacf22fdc0314f41b737106ad70c1899a58e7
prerequisite-patch-id: a6177f57670ba1e9d303257e10aa60b1fde1bd21
--
2.43.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:
> * 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
> ---
> gnu/packages/patchutils.scm | 10 +++-------
> 1 file changed, 3 insertions(+), 7 deletions(-)
Thanks for the patch, I've pushed this to master as
48e987fcb7f0357e18b6585facbd81c3ceceead4.
Chris
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 48 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.