Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
chromium


Commits:
5dc0fb83 by Evangelos Foutras at 2023-08-15T20:51:31+03:00
upgpkg: 116.0.5845.96-1

- - - - -


2 changed files:

- PKGBUILD
- random-build-fixes.patch


Changes:

=====================================
PKGBUILD
=====================================
@@ -4,10 +4,10 @@
 # Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
 
 pkgname=chromium
-pkgver=116.0.5845.82
+pkgver=116.0.5845.96
 pkgrel=1
 _launcher_ver=8
-_gcc_patchset=115-patchset-2
+_gcc_patchset=116-patchset-2
 _manual_clone=0
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -30,11 +30,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=('1ec1052a959abced9642b36482549bc2ebefa428ed136289d8e0c54b4ccd1c81'
             '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
-            '4f91bd10a8ae2aa7b040a8b27e01f38910ad33cbe179e39a1ae550c9c1523384'
+            '25ad7c1a5e0b7332f80ed15ccf07d7e871d8ffb4af64df7c8fef325a527859b0'
             '1b782b0f6d4f645e4e0daa8a4852d63f0c972aa0473319216ff04613a0592a69'
-            'cf8e3db56da0fd45dfd4d4194169067db75b49fd11890f35cf618e6942f3ae43'
+            'e938c6ee7087eed8f0de83ffb0ca89e328575808fafa4fe3950aeb1bc58b9411'
             'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
 
 if (( _manual_clone )); then
@@ -113,9 +113,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


=====================================
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;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/5dc0fb830dc3f79cc911566b959c6c035d57df20

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/5dc0fb830dc3f79cc911566b959c6c035d57df20
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to