-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PKGBUILD+Patches: Upgrade to extra/chromium and ungoogled-chromium re…
…lease 123.0.6312.58-1
- Loading branch information
1 parent
01ae36b
commit 2917db2
Showing
2 changed files
with
5 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,13 +9,13 @@ | |
# Contributor: Daniel J Griffiths <[email protected]> | ||
|
||
pkgname=ungoogled-chromium | ||
pkgver=122.0.6261.128 | ||
pkgver=123.0.6312.58 | ||
pkgrel=1 | ||
_launcher_ver=8 | ||
_system_clang=1 | ||
# ungoogled chromium variables | ||
_uc_usr=ungoogled-software | ||
_uc_ver=122.0.6261.128-1 | ||
_uc_ver=123.0.6312.58-1 | ||
pkgdesc="A lightweight approach to removing Google web service dependency" | ||
arch=('x86_64') | ||
url="https://github.com/ungoogled-software/ungoogled-chromium" | ||
|
@@ -45,28 +45,26 @@ source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom | |
0001-ozone-wayland-implement-text_input_manager_v3.patch | ||
0001-ozone-wayland-implement-text_input_manager-fixes.patch | ||
0001-vaapi-flag-ozone-wayland.patch | ||
support-ICU-74-in-LazyTextBreakIterator.patch | ||
drop-flag-unsupported-by-clang17.patch | ||
compiler-rt-adjust-paths.patch) | ||
sha256sums=('51757e7ecf5bb1db4881562d021547be5f8065e4f22a6ba9bf6e9a3a0d32c2ea' | ||
sha256sums=('f8dae4a2ff7b00bb44fa136c2101638fea4f232e4819be3f73381ddc0d3bf718' | ||
'6fdb43c3818bf9b54f0b132de170000af48d492a91310c7e9b0aef75b53bbc68' | ||
'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a' | ||
'1f6acf165578288dc84edc7d9dcfabf7d38f55153b63a37ee5afa929f0e2baad' | ||
'488f02af92b148eaa91ad5015b3bf383dfc8618ebafe9c3c250cd4c7f4e27b19' | ||
'babda4f5c1179825797496898d77334ac067149cac03d797ab27ac69671a7feb' | ||
'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711' | ||
'8ba5c67b7eb6cacd2dbbc29e6766169f0fca3bbb07779b1a0a76c913f17d343f' | ||
'2a44756404e13c97d000cc0d859604d6848163998ea2f838b3b9bb2c840967e3' | ||
'd9974ddb50777be428fd0fa1e01ffe4b587065ba6adefea33678e1b3e25d1285' | ||
'a2da75d0c20529f2d635050e0662941c0820264ea9371eb900b9d90b5968fa6a' | ||
'9a5594293616e1390462af1f50276ee29fd6075ffab0e3f944f6346cb2eb8aec' | ||
'8c256b2a9498a63706a6e7a55eadbeb8cc814be66a75e49aec3716c6be450c6c' | ||
'3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1' | ||
'b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961') | ||
|
||
# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py | ||
# Keys are the names in the above script; values are the dependencies in Arch | ||
declare -gA _system_libs=( | ||
#[brotli]=brotli | ||
[brotli]=brotli | ||
[dav1d]=dav1d | ||
#[ffmpeg]=ffmpeg # YouTube playback stopped working in Chromium 120 | ||
[flac]=flac | ||
|
@@ -115,7 +113,6 @@ prepare() { | |
patch -Np1 -i ../use-oauth2-client-switches-as-default.patch | ||
|
||
# Upstream fixes | ||
patch -Np1 -i ../support-ICU-74-in-LazyTextBreakIterator.patch | ||
|
||
# Drop compiler flag that needs newer clang | ||
patch -Np1 -i ../drop-flag-unsupported-by-clang17.patch | ||
|
@@ -124,7 +121,6 @@ prepare() { | |
patch -Np1 -i ../compiler-rt-adjust-paths.patch | ||
|
||
# Fixes for building with libstdc++ instead of libc++ | ||
patch -Np1 -i ../chromium-patches-*/chromium-114-ruy-include.patch | ||
patch -Np1 -i ../chromium-patches-*/chromium-117-material-color-include.patch | ||
|
||
# Link to system tools required by the build | ||
|
Oops, something went wrong.