mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/chromium to 117.0.5938.48-1
This commit is contained in:
parent
7d60ce6db0
commit
d25ab607e3
1 changed files with 10 additions and 4 deletions
|
@ -15,7 +15,7 @@
|
|||
highmem=1
|
||||
|
||||
pkgname=chromium
|
||||
pkgver=116.0.5845.179
|
||||
pkgver=117.0.5938.48
|
||||
pkgrel=1
|
||||
_launcher_ver=8
|
||||
_gcc_patchset=116-patchset-2
|
||||
|
@ -38,15 +38,19 @@ options=('!lto') # Chromium adds its own flags for ThinLTO
|
|||
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/stha09/chromium-patches/releases/download/chromium-$_gcc_patchset/chromium-$_gcc_patchset.tar.xz
|
||||
add-memory-for-std-unique_ptr-in-third_party-ip.patch
|
||||
REVERT-disable-autoupgrading-debug-info.patch
|
||||
material-color-utilities-cmath.patch
|
||||
use-oauth2-client-switches-as-default.patch
|
||||
0001-widevine-support-for-arm.patch
|
||||
0002-Run-blink-bindings-generation-single-threaded.patch
|
||||
0003-Fix-eu-strip-build-for-newer-GCC.patch)
|
||||
sha256sums=('8bf9b56381bfeb960a2d8c0dd130253820701fb49c12e52fa4d697ac11896025'
|
||||
sha256sums=('9e1548db051c19adf976e754a19e184f091e42d9a167cbeadef7d6cd82e8472c'
|
||||
'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
|
||||
'25ad7c1a5e0b7332f80ed15ccf07d7e871d8ffb4af64df7c8fef325a527859b0'
|
||||
'7b9708f0dbfd697be7043d3cfe52da991185aa0ee29a3b8263506cd3ae4d41a9'
|
||||
'1b782b0f6d4f645e4e0daa8a4852d63f0c972aa0473319216ff04613a0592a69'
|
||||
'55e6097d347be40cffebf3ce13ba84ea92d940f60865f1bd7c9af1ef2a2ef8e1'
|
||||
'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711'
|
||||
'2fd6bc8aa729a0c156a397fefc4b11408824e6291470b77c44c21b2f926182f7'
|
||||
'7cc7bb03f74ef28c9bba4047df85fa72965a6b2e394be3455503c034896b0cf5'
|
||||
|
@ -134,16 +138,18 @@ prepare() {
|
|||
patch -Np1 -i ../use-oauth2-client-switches-as-default.patch
|
||||
|
||||
# Upstream fixes
|
||||
patch -Np1 -i ../add-memory-for-std-unique_ptr-in-third_party-ip.patch
|
||||
|
||||
# Revert addition of compiler flag that needs newer clang
|
||||
patch -Rp1 -i ../REVERT-disable-autoupgrading-debug-info.patch
|
||||
|
||||
# Build fixes
|
||||
patch -Np0 -i ../material-color-utilities-cmath.patch
|
||||
|
||||
# Fixes for building with libstdc++ instead of libc++
|
||||
patch -Np1 -i ../patches/chromium-114-maldoca-include.patch
|
||||
patch -Np1 -i ../patches/chromium-114-ruy-include.patch
|
||||
patch -Np1 -i ../patches/chromium-114-vk_mem_alloc-include.patch
|
||||
patch -Np1 -i ../patches/chromium-116-object_paint_properties_sparse-include.patch
|
||||
patch -Np1 -i ../patches/chromium-116-profile_view_utils-include.patch
|
||||
|
||||
# Link to system tools required by the build
|
||||
mkdir -p third_party/node/linux/node-linux-x64/bin
|
||||
|
|
Loading…
Reference in a new issue