[arch-commits] Commit in qt5-webengine/trunk (2 files)

Antonio Rojas arojas at gemini.archlinux.org
Mon Oct 18 15:14:54 UTC 2021


    Date: Monday, October 18, 2021 @ 15:14:53
  Author: arojas
Revision: 426204

Fix build outside a clean chroot (FS#72462)

Modified:
  qt5-webengine/trunk/PKGBUILD
  qt5-webengine/trunk/qt5-webengine-chromium-python3.patch

--------------------------------------+
 PKGBUILD                             |    2 +-
 qt5-webengine-chromium-python3.patch |   15 +++++++++++++++
 2 files changed, 16 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-18 14:08:59 UTC (rev 426203)
+++ PKGBUILD	2021-10-18 15:14:53 UTC (rev 426204)
@@ -30,7 +30,7 @@
             'dae11dec5088eb1b14045d8c9862801a342609c15701d7c371e1caccf46e1ffd'
             '2294e5390c869963fc58f7bf1ee0a254a3f7fce3ed00c04e34a5f03e2b31b624'
             '45ccf4ff981a26656e5105259f71a3ce386d4a7112cbf09e41cb61615b355435'
-            'c15954ab938ec6235c5d9756753773896691a77ff6a5bf7ef183122f5d04f022')
+            '8d0327615c6b6a340122640a9ddeb56be185621297a4ead8da4211e37feeaa75')
 
 prepare() {
   mkdir -p build

Modified: qt5-webengine-chromium-python3.patch
===================================================================
--- qt5-webengine-chromium-python3.patch	2021-10-18 14:08:59 UTC (rev 426203)
+++ qt5-webengine-chromium-python3.patch	2021-10-18 15:14:53 UTC (rev 426204)
@@ -1513,6 +1513,21 @@
  {{symbol_export}}extern const blink::QualifiedName& {{attr|symbol}}Attr;
  {% endfor %}
  
+diff --git a/chromium/third_party/dawn/generator/generator_lib.py b/chromium/third_party/dawn/generator/generator_lib.py
+index 5e3734d7833..e3d46bd194f 100644
+--- a/chromium/third_party/dawn/generator/generator_lib.py
++++ b/chromium/third_party/dawn/generator/generator_lib.py
+@@ -201,6 +201,10 @@ def _compute_python_dependencies(root_dir=None):
+ 
+     paths = set()
+     for path in module_paths:
++        # Builtin/namespaced modules may return None for the file path.
++        if not path:
++            continue
++
+         path = os.path.abspath(path)
+ 
+         if not path.startswith(root_dir):
 diff --git a/chromium/third_party/devtools-frontend/src/BUILD.gn b/chromium/third_party/devtools-frontend/src/BUILD.gn
 index cd488e88b60..ea1dc3d9a79 100644
 --- a/chromium/third_party/devtools-frontend/src/BUILD.gn



More information about the arch-commits mailing list