mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/chromium to 112.0.5615.49-1
This commit is contained in:
parent
05c44561e6
commit
629985c379
1 changed files with 2 additions and 7 deletions
|
@ -15,10 +15,9 @@
|
||||||
highmem=1
|
highmem=1
|
||||||
|
|
||||||
pkgname=chromium
|
pkgname=chromium
|
||||||
pkgver=111.0.5563.146
|
pkgver=112.0.5615.49
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
_launcher_ver=8
|
_launcher_ver=8
|
||||||
_gcc_patchset=2
|
|
||||||
_manual_clone=0
|
_manual_clone=0
|
||||||
pkgdesc="A web browser built for speed, simplicity, and security"
|
pkgdesc="A web browser built for speed, simplicity, and security"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -37,16 +36,14 @@ optdepends=('pipewire: WebRTC desktop sharing under Wayland'
|
||||||
options=('!lto') # Chromium adds its own flags for ThinLTO
|
options=('!lto') # Chromium adds its own flags for ThinLTO
|
||||||
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz
|
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz
|
||||||
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
|
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
|
||||||
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
|
|
||||||
sql-relax-constraints-on-VirtualCursor-layout.patch
|
sql-relax-constraints-on-VirtualCursor-layout.patch
|
||||||
disable-GlobalMediaControlsCastStartStop.patch
|
disable-GlobalMediaControlsCastStartStop.patch
|
||||||
use-oauth2-client-switches-as-default.patch
|
use-oauth2-client-switches-as-default.patch
|
||||||
0001-widevine-support-for-arm.patch
|
0001-widevine-support-for-arm.patch
|
||||||
0002-Run-blink-bindings-generation-single-threaded.patch
|
0002-Run-blink-bindings-generation-single-threaded.patch
|
||||||
0003-Fix-eu-strip-build-for-newer-GCC.patch)
|
0003-Fix-eu-strip-build-for-newer-GCC.patch)
|
||||||
sha256sums=('1e701fa31b55fa0633c307af8537b4dbf67e02d8cad1080c57d845ed8c48b5fe'
|
sha256sums=('ddfd37373c1fa0f433a6ac11f0baa2b1f3fdfb9c7b5867e32a4300f2eb5aff41'
|
||||||
'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
|
'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
|
||||||
'a016588340f1559198e4ce61c6e91c48cf863600f415cb5c46322de7e1f77909'
|
|
||||||
'e66be069d932fe18811e789c57b96249b7250257ff91a3d82d15e2a7283891b7'
|
'e66be069d932fe18811e789c57b96249b7250257ff91a3d82d15e2a7283891b7'
|
||||||
'7f3b1b22d6a271431c1f9fc92b6eb49c6d80b8b3f868bdee07a6a1a16630a302'
|
'7f3b1b22d6a271431c1f9fc92b6eb49c6d80b8b3f868bdee07a6a1a16630a302'
|
||||||
'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711'
|
'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711'
|
||||||
|
@ -142,8 +139,6 @@ prepare() {
|
||||||
# https://crbug.com/1314342
|
# https://crbug.com/1314342
|
||||||
patch -Np1 -i ../disable-GlobalMediaControlsCastStartStop.patch
|
patch -Np1 -i ../disable-GlobalMediaControlsCastStartStop.patch
|
||||||
|
|
||||||
# Fixes for building with libstdc++ instead of libc++
|
|
||||||
|
|
||||||
# Link to system tools required by the build
|
# Link to system tools required by the build
|
||||||
mkdir -p third_party/node/linux/node-linux-x64/bin
|
mkdir -p third_party/node/linux/node-linux-x64/bin
|
||||||
ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/
|
ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/
|
||||||
|
|
Loading…
Reference in a new issue