Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages /
qt6-webengine
Commits:
9f349d5d by Evangelos Foutras at 2023-08-11T19:16:40+03:00
upgpkg: 6.5.2-2: switch to bundled re2
Latest re2 makes use of abseil and would require a lot of changes to
Chromium-based projects before version 115 in order to keep using it.
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -4,13 +4,13 @@
pkgname=qt6-webengine
_qtver=6.5.2
pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
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 re2 libvpx libxtst ttf-font) #
pciutils
+ 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)
optdepends=('pipewire: WebRTC desktop sharing under Wayland')
groups=(qt6)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webengine/-/commit/9f349d5d078ebbab490997f7cfdef93963fcdc06
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webengine/-/commit/9f349d5d078ebbab490997f7cfdef93963fcdc06
You're receiving this email because of your account on gitlab.archlinux.org.