emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57445: closed ([PATCH] gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH


From: GNU bug Tracking System
Subject: bug#57445: closed ([PATCH] gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification.)
Date: Sat, 27 Aug 2022 21:44:02 +0000

Your message dated Sat, 27 Aug 2022 23:42:52 +0200
with message-id <87edx1fjmr.fsf@gnu.org>
and subject line Re: [bug#57445] [PATCH] gnu: qtwebengine: Fix 
QTWEBENGINEPROCESS_PATH specification.
has caused the debbugs.gnu.org bug report #57445,
regarding [PATCH] gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57445: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57445
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification. Date: Sat, 27 Aug 2022 13:02:00 +0800 User-agent: mu4e 1.8.9; emacs 29.0.50
>From 369cf325955820d13a473b206bf65ad2c5f3e066 Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last@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

-- 
Retrieve my PGP public key:

  gpg --recv-keys 481F5EEEBA425ADC13247C76A6E672D981B8E744

Zihao

--- End Message ---
--- Begin Message --- Subject: Re: [bug#57445] [PATCH] gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification. Date: Sat, 27 Aug 2022 23:42:52 +0200
Zhu Zihao <all_but_last@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!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]