Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-webengine
Commits: edc0422b by Antonio Rojas at 2024-09-11T09:07:05+02:00 Reenable system re2 Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webengine/-/issues/1 - - - - - 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.7.2 - pkgrel = 2 + pkgrel = 3 url = https://www.qt.io arch = x86_64 groups = qt6 @@ -61,6 +61,7 @@ pkgbase = qt6-webengine depends = qt6-declarative depends = qt6-positioning depends = qt6-webchannel + depends = re2 depends = snappy depends = ttf-font depends = zlib ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=qt6-webengine pkgver=6.7.2 -pkgrel=2 +pkgrel=3 arch=(x86_64) url='https://www.qt.io' license=(GPL3 LGPL3 FDL custom) @@ -48,11 +48,12 @@ depends=(alsa-lib qt6-declarative qt6-positioning qt6-webchannel + re2 snappy ttf-font zlib) # system libvpx disabled since https://codereview.qt-project.org/c/qt/qtwebengine/+/454908 - # libvpx pciutils re2 + # libvpx pciutils makedepends=(cmake git gperf View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webengine/-/commit/edc0422b4bf525b379c83397c115e9e10246bd9e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webengine/-/commit/edc0422b4bf525b379c83397c115e9e10246bd9e You're receiving this email because of your account on gitlab.archlinux.org.
