[arch-commits] Commit in qt6-webengine/kde-unstable (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Feb 12 13:20:53 UTC 2022


    Date: Saturday, February 12, 2022 @ 13:20:52
  Author: arojas
Revision: 437016

Use system libxslt

Modified:
  qt6-webengine/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-12 11:13:42 UTC (rev 437015)
+++ PKGBUILD	2022-02-12 13:20:52 UTC (rev 437016)
@@ -4,7 +4,7 @@
 pkgname=qt6-webengine
 _qtver=6.3.0-beta1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -18,10 +18,12 @@
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
         chromium-93-ffmpeg-4.4.patch
-        chromium-94-ffmpeg-roll.patch)
+        chromium-94-ffmpeg-roll.patch
+        qt6-webengine-system-libxslt.patch::https://code.qt.io/cgit/qt/qtwebengine.git/patch/?id=bcce1113)
 sha256sums=('0b46ac44c10f63d5a09bc5b1e750c1f143afbb00cdebc4a261835a5eb3d27e22'
             '1a9e074f417f8ffd78bcd6874d8e2e74a239905bf662f76a7755fa40dc476b57'
-            '56acb6e743d2ab1ed9f3eb01700ade02521769978d03ac43226dec94659b3ace')
+            '56acb6e743d2ab1ed9f3eb01700ade02521769978d03ac43226dec94659b3ace'
+            '1a4c12e6036a8bf97d2779e89321a44a4a1a750f1691fd8fcbf3269dea0d7558')
 
 prepare() {
 # Patches to build with ffmpeg 4.4; remove when ffmpeg 5.0 moves to stable
@@ -29,6 +31,8 @@
     patch -d $_pkgfn/src/3rdparty/chromium -p1 -i "$srcdir"/chromium-93-ffmpeg-4.4.patch
     patch -d $_pkgfn/src/3rdparty/chromium -Rp1 -i "$srcdir"/chromium-94-ffmpeg-roll.patch
   fi
+
+  patch -d $_pkgfn -p1 < qt6-webengine-system-libxslt.patch # Fix using system libxslt
 }
   
 build() {



More information about the arch-commits mailing list