GNU bug report logs -
#73459
[PATCH] gnu: qview: Update to 6.1.
Previous Next
Reported by: Sergey Trofimov <sarg <at> sarg.org.ru>
Date: Tue, 24 Sep 2024 20:23:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 73459-done <at> debbugs.gnu.org (full text, mbox):
Sergey Trofimov <sarg <at> sarg.org.ru> skribis:
> * gnu/packages/image-viewers.scm (qview): Update to 6.1.
> [inputs, native-inputs]: Use qt6.
> [arguments]: Disable broken tests. Workaround lrelease being resolved
> relative to qtbase instead of qttools.
Hi! Applied it with the change below, which resorts to a literal
regexp in ‘substitute*’, which is usually safer:
--8<---------------cut here---------------start------------->8---
diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index 7fd8585ff1..cb4e903f39 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -721,7 +721,7 @@ (define-public qview
(lambda* (#:key inputs outputs #:allow-other-keys)
(invoke "qmake" (string-append "PREFIX=" #$output))
(substitute* "Makefile"
- (((string-append #$qtbase "/bin/lrelease"))
+ (("[[:graph:]]+/bin/lrelease")
(search-input-file inputs "/bin/lrelease")))))
;; Don't phone home or show "Checking for updates..." in the About
;; menu.
--8<---------------cut here---------------end--------------->8---
Thanks,
Ludo’.
This bug report was last modified 268 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.