GNU bug report logs - #57445
[PATCH] gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification.

Previous Next

Package: guix-patches;

Reported by: Zhu Zihao <all_but_last <at> 163.com>

Date: Sat, 27 Aug 2022 05:03:02 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <marius <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Zhu Zihao <all_but_last <at> 163.com>
Subject: bug#57445: closed (Re: [bug#57445] [PATCH] gnu: qtwebengine: Fix
 QTWEBENGINEPROCESS_PATH specification.)
Date: Sat, 27 Aug 2022 21:44:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#57445: [PATCH] gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 57445 <at> debbugs.gnu.org.

-- 
57445: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57445
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Marius Bakke <marius <at> gnu.org>
To: Zhu Zihao <all_but_last <at> 163.com>, 57445-done <at> debbugs.gnu.org
Subject: Re: [bug#57445] [PATCH] gnu: qtwebengine: Fix
 QTWEBENGINEPROCESS_PATH specification.
Date: Sat, 27 Aug 2022 23:42:52 +0200
[Message part 3 (text/plain, inline)]
Zhu Zihao <all_but_last <at> 163.com> skriver:

> Subject: [PATCH] gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification.
>
> * gnu/packages/qt.scm (qtwebengine)[native-search-paths]: Use
> "lib/qt6/libexec/QtWebEngineProcess" for search path.

Applied, thanks!
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Zhu Zihao <all_but_last <at> 163.com>
To: guix-patches <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification.
Date: Sat, 27 Aug 2022 13:02:00 +0800
[0001-gnu-qtwebengine-Fix-QTWEBENGINEPROCESS_PATH-specific.patch (text/x-patch, inline)]
From 369cf325955820d13a473b206bf65ad2c5f3e066 Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last <at> 163.com>
Date: Sat, 27 Aug 2022 12:59:04 +0800
Subject: [PATCH] gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification.

* gnu/packages/qt.scm (qtwebengine)[native-search-paths]: Use
"lib/qt6/libexec/QtWebEngineProcess" for search path.
---
 gnu/packages/qt.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 821e824e36..da8ff0f70a 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2837,7 +2837,7 @@ (define (delete-unwanted-files child stat flag base level)
             (file-type 'regular)
             (separator #f)
             (variable "QTWEBENGINEPROCESS_PATH")
-            (files '("lib/qt5/libexec/QtWebEngineProcess")))))
+            (files '("lib/qt6/libexec/QtWebEngineProcess")))))
     (home-page "https://wiki.qt.io/QtWebEngine")
     (synopsis "Qt WebEngine module")
     (description "The Qt WebEngine module provides support for web
-- 
2.37.2

[Message part 7 (text/plain, inline)]
-- 
Retrieve my PGP public key:

  gpg --recv-keys 481F5EEEBA425ADC13247C76A6E672D981B8E744

Zihao

This bug report was last modified 2 years and 325 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.