Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-webengine
Commits:
aa00feae by Antonio Rojas at 2026-01-09T09:52:30+01:00
upgpkg: 6.10.1-2: Backport crash fix
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = qt6-webengine
pkgdesc = Provides support for web applications using the Chromium
browser project
pkgver = 6.10.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.qt.io
arch = x86_64
groups = qt6
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
pkgname=qt6-webengine
_pkgver=6.10.1
pkgver=${_pkgver/-/}
-pkgrel=1
-_chromium=
+pkgrel=2
+_chromium=8f09636407c9e0a41e6a98bc71e9bda8794c40d8
arch=(x86_64)
url='https://www.qt.io'
license=(GPL-3.0-only
@@ -90,6 +90,8 @@ prepare() {
git submodule set-url src/3rdparty "$srcdir"/qtwebengine-chromium
git -c protocol.file.allow=always submodule update
+ git cherry-pick -n 4b2f03af22bfb19168e71092d075c649e942604f # Fix crashes
+
# Bump chromium to head of stable branch
cd src/3rdparty
[[ -n $_chromium ]] && git checkout $_chromium || true
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webengine/-/commit/aa00feae7981258452dde31b5c8ece4d31f47794
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webengine/-/commit/aa00feae7981258452dde31b5c8ece4d31f47794
You're receiving this email because of your account on gitlab.archlinux.org.