summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD14
-rw-r--r--random-build-fixes.patch22
3 files changed, 16 insertions, 34 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd7f1ba60485..43df03feffa2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chromium-no-extras
pkgdesc = Chromium without hangout services, widevine, or chromedriver
- pkgver = 116.0.5845.82
+ pkgver = 116.0.5845.110
pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
@@ -55,20 +55,20 @@ pkgbase = chromium-no-extras
optdepends = qt5-base: enable Qt5 with --enable-features=AllowQt
optdepends = org.freedesktop.secrets: password storage backend on GNOME / Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
- provides = chromium=116.0.5845.82
+ provides = chromium=116.0.5845.110
conflicts = chromium
options = !lto
- source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-116.0.5845.82.tar.xz
+ source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-116.0.5845.110.tar.xz
source = https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
- source = https://github.com/stha09/chromium-patches/releases/download/chromium-115-patchset-2/chromium-115-patchset-2.tar.xz
+ source = https://github.com/stha09/chromium-patches/releases/download/chromium-116-patchset-2/chromium-116-patchset-2.tar.xz
source = REVERT-disable-autoupgrading-debug-info.patch
source = random-build-fixes.patch
source = use-oauth2-client-switches-as-default.patch
- sha256sums = 6da04e232fcb3ebffdd4354c4ae382df24db0ddd6cf29eaaa4ed905ae84b47d3
+ sha256sums = e85ef479a1a4972ffd4d2e389cbaf341df4c7cca63e4ebbb38d175fda106d9a9
sha256sums = 213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
- sha256sums = 4f91bd10a8ae2aa7b040a8b27e01f38910ad33cbe179e39a1ae550c9c1523384
+ sha256sums = 25ad7c1a5e0b7332f80ed15ccf07d7e871d8ffb4af64df7c8fef325a527859b0
sha256sums = 1b782b0f6d4f645e4e0daa8a4852d63f0c972aa0473319216ff04613a0592a69
- sha256sums = cf8e3db56da0fd45dfd4d4194169067db75b49fd11890f35cf618e6942f3ae43
+ sha256sums = e938c6ee7087eed8f0de83ffb0ca89e328575808fafa4fe3950aeb1bc58b9411
sha256sums = e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711
pkgname = chromium-no-extras
diff --git a/PKGBUILD b/PKGBUILD
index a55c7a69c07c..2605db8a1174 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@
_pkgname=chromium
pkgname=chromium-no-extras
-pkgver=116.0.5845.82
+pkgver=116.0.5845.110
pkgrel=1
_launcher_ver=8
-_gcc_patchset=115-patchset-2
+_gcc_patchset=116-patchset-2
_manual_clone=0
pkgdesc="Chromium without hangout services, widevine, or chromedriver"
arch=('x86_64')
@@ -34,11 +34,11 @@ source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
REVERT-disable-autoupgrading-debug-info.patch
random-build-fixes.patch
use-oauth2-client-switches-as-default.patch)
-sha256sums=('6da04e232fcb3ebffdd4354c4ae382df24db0ddd6cf29eaaa4ed905ae84b47d3'
+sha256sums=('e85ef479a1a4972ffd4d2e389cbaf341df4c7cca63e4ebbb38d175fda106d9a9'
'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
- '4f91bd10a8ae2aa7b040a8b27e01f38910ad33cbe179e39a1ae550c9c1523384'
+ '25ad7c1a5e0b7332f80ed15ccf07d7e871d8ffb4af64df7c8fef325a527859b0'
'1b782b0f6d4f645e4e0daa8a4852d63f0c972aa0473319216ff04613a0592a69'
- 'cf8e3db56da0fd45dfd4d4194169067db75b49fd11890f35cf618e6942f3ae43'
+ 'e938c6ee7087eed8f0de83ffb0ca89e328575808fafa4fe3950aeb1bc58b9411'
'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
if (( _manual_clone )); then
@@ -125,9 +125,11 @@ prepare() {
patch -Np1 -i ../random-build-fixes.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-114-maldoca-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
diff --git a/random-build-fixes.patch b/random-build-fixes.patch
index 7d3f8e9cab73..922e67d8984f 100644
--- a/random-build-fixes.patch
+++ b/random-build-fixes.patch
@@ -40,18 +40,6 @@ index d923cdfa322..36ac59ca7ac 100644
if (browser_) {
auto navigation = chrome::OpenCurrentURL(browser_);
-diff --git a/chrome/browser/ui/profile_view_utils.h b/chrome/browser/ui/profile_view_utils.h
-index 4aa53f094c2..5a7250f3876 100644
---- a/chrome/browser/ui/profile_view_utils.h
-+++ b/chrome/browser/ui/profile_view_utils.h
-@@ -7,6 +7,7 @@
-
- #include <string>
- #include <utility>
-+#include <vector>
-
- class Profile;
- class ProfileAttributesEntry;
diff --git a/chrome/test/chromedriver/capabilities.cc b/chrome/test/chromedriver/capabilities.cc
index a29dc8e4818..00aaf9b4067 100644
--- a/chrome/test/chromedriver/capabilities.cc
@@ -148,14 +136,6 @@ diff --git a/third_party/blink/renderer/core/paint/object_paint_properties_spars
index 8bb1639676c..350bdbd5fde 100644
--- a/third_party/blink/renderer/core/paint/object_paint_properties_sparse.h
+++ b/third_party/blink/renderer/core/paint/object_paint_properties_sparse.h
-@@ -8,6 +8,7 @@
- #include <array>
- #include <memory>
- #include <utility>
-+#include <variant>
-
- #include "base/dcheck_is_on.h"
- #include "base/memory/ptr_util.h"
@@ -269,8 +270,8 @@ class CORE_EXPORT ObjectPaintPropertiesSparse : public ObjectPaintProperties {
NodeList& nodes,
NodeId node_id,
@@ -195,7 +175,7 @@ index 5a0121510ae..0cf45e0b0da 100644
end_color, percentage, alpha_multiplier);
- FontPalette::FontPaletteOverride result_color_record(i, result_color);
-+ FontPalette::FontPaletteOverride result_color_record{(int)i, result_color};
++ FontPalette::FontPaletteOverride result_color_record{static_cast<int>(i), result_color};
result_color_records.push_back(result_color_record);
}
return result_color_records;