Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages /
electron23
Commits:
39434a04 by Evangelos Foutras at 2023-08-09T21:48:26+03:00
upgpkg: 23.3.11-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
=====================================
@@ -11,7 +11,7 @@ pkgver=23.3.11
_chromiumver=110.0.5481.208
_gcc_patchset=4
# shellcheck disable=SC2034
-pkgrel=1
+pkgrel=2
_major_ver=${pkgver%%.*}
if [[ ${_use_suffix} != 0 ]]; then
@@ -34,7 +34,8 @@ depends=('c-ares' 'gtk3' 'libevent' 'nss' 'libffi')
makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'http-parser'
'qt5-base' 'java-runtime-headless' 'libnotify' 'lld' 'llvm'
'ninja' 'npm' 'pciutils' 'pipewire' 'python' 'python-httplib2'
- 'python-pyparsing' 'python-six' 'wget' 'yarn' 'patchutils')
+ 'python-requests' 'python-pyparsing' 'python-six' 'wget' 'yarn'
+ 'patchutils')
# shellcheck disable=SC2034
optdepends=('kde-cli-tools: file deletion support (kioclient5)'
'libappindicator-gtk3: StatusNotifierItem support'
@@ -142,7 +143,7 @@ declare -gA _system_libs=(
[libxml]=libxml2
[libxslt]=libxslt
[opus]=opus
- [re2]=re2
+ #[re2]=re2
[snappy]=snappy
[woff2]=woff2
[zlib]=minizip
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/electron23/-/commit/39434a04095a8d707823b0ebd6c1527c658ae894
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/electron23/-/commit/39434a04095a8d707823b0ebd6c1527c658ae894
You're receiving this email because of your account on gitlab.archlinux.org.