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>
To reply to this bug, email your comments to 77482 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77482
; Package
guix-patches
.
(Thu, 03 Apr 2025 08:19:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andy Tai <atai <at> atai.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 03 Apr 2025 08:19:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Sun, 06 Apr 2025 18:07:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andy Tai <atai <at> atai.org>
:
bug acknowledged by developer.
(Sun, 06 Apr 2025 18:07:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 77482-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (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 9 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.