Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-webengine
Commits: 6e182d40 by Antonio Rojas at 2023-09-19T08:32:49+02:00 upgpkg: 6.6.0beta4-1: kde-unstable - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -2,26 +2,26 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-webengine -_qtver=6.5.2 +_qtver=6.6.0-beta4 pkgver=${_qtver/-/} -pkgrel=3 +pkgrel=1 arch=(x86_64) url='https://www.qt.io' license=(GPL3 LGPL3 FDL custom) pkgdesc='Provides support for web applications using the Chromium browser project' depends=(qt6-webchannel qt6-positioning libxcomposite libxrandr libxkbfile - snappy nss libxslt minizip ffmpeg libvpx libxtst ttf-font) # pciutils -makedepends=(cmake ninja python-html5lib gperf jsoncpp qt6-tools pipewire nodejs qt6-websockets libepoxy git) + snappy nss libxslt minizip ffmpeg libvpx libxtst ttf-font) # pciutils re2 +makedepends=(cmake ninja python-html5lib gperf jsoncpp qt6-tools pipewire nodejs qt6-websockets libepoxy) optdepends=('pipewire: WebRTC desktop sharing under Wayland') groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver -source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz - qtbug-113369.patch::https://code.qt.io/cgit/qt/qtwebengine.git/patch/?id=a80e1d3b) -sha256sums=('e7c9438b56f502b44b4e376b92ed80f1db7c2c3881d68d319b0677afd5701d9f' - 'b0c646e8e25416d5d17a2c27c98aee10a72371bb2673ca4e7ee3c4fb44e8ca00') +source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz + qt6-webengine-6.6-fix-build.patch::"https://codereview.qt-project.org/gitweb?p=qt/qtwebengine-chromium.git;a=patch;h=8ebc2ff3") +sha256sums=('677eb5c7a162db6bef6d9472473fa84c83d6f1964b7ad735ff89b00a056232ab' + '9bfc00e7093407621f491dd79f23a9c6e71cd57c2b3e01f4cf4896869c0ccf7c') prepare() { - patch -d $_pkgfn -p1 < qtbug-113369.patch # Fix crashes on some websites in dark mode + patch -d $_pkgfn/src/3rdparty -p1 < qt6-webengine-6.6-fix-build.patch } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webengine/-/commit/6e182d40b008b977606de591a4dcbf189e0e25ae -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webengine/-/commit/6e182d40b008b977606de591a4dcbf189e0e25ae You're receiving this email because of your account on gitlab.archlinux.org.
