summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustKidding <jk@vin.ovh>2023-01-21 20:18:45 -0500
committerJustKidding <jk@vin.ovh>2023-01-21 20:18:45 -0500
commit457bbaddd61ad623ad323b4d1b3d91fb2af535c6 (patch)
tree2c236910799ff3ceb2ddfea9283ea9b1a05e71c5
parentaea04fcdfeabb388368a4de83ae87b6287ae6eaa (diff)
downloadungoogled-chromium-457bbaddd61ad623ad323b4d1b3d91fb2af535c6.tar.gz
ungoogled-chromium-457bbaddd61ad623ad323b4d1b3d91fb2af535c6.tar.bz2
ungoogled-chromium-457bbaddd61ad623ad323b4d1b3d91fb2af535c6.zip
update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
-rw-r--r--skia-gamma.patch2
3 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ff7d27..c689f94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -60,7 +60,6 @@ pkgbase = ungoogled-chromium
optdepends = kwallet: support for storing passwords in KWallet on Plasma
provides = chromium
conflicts = chromium
- options = debug
options = !lto
source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-109.0.5414.74.tar.xz
source = https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
@@ -88,7 +87,7 @@ pkgbase = ungoogled-chromium
sha256sums = e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711
sha256sums = 2e07a6833ca7531ee5f64c24e31069192256bad5abbe1091ca12802ba2ad3a75
sha256sums = e9e8d3a82da818f0a67d4a09be4ecff5680b0534d7f0198befb3654e9fab5b69
- sha256sums = fb8b991b5c639e795bbcb0bd4b47c05d4e8907bf59969e359526671c604329fc
+ sha256sums = 865c7fc9f8db3c29db58cbc470f13aca6a057a156d018f31eeb20d9a5853e628
sha256sums = fc810e3c495c77ac60b383a27e48cf6a38b4a95b65dd2984baa297c5df83133c
pkgname = ungoogled-chromium
diff --git a/PKGBUILD b/PKGBUILD
index b68a4cb..cb9e5bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ optdepends=('pipewire: WebRTC desktop sharing under Wayland'
'qt5-base: enable Qt5 with --enable-features=AllowQt'
'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
'kwallet: support for storing passwords in KWallet on Plasma')
-options=('debug' '!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
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
@@ -61,7 +61,7 @@ source=(${source[@]}
sha256sums=(${sha256sums[@]}
'2e07a6833ca7531ee5f64c24e31069192256bad5abbe1091ca12802ba2ad3a75'
'e9e8d3a82da818f0a67d4a09be4ecff5680b0534d7f0198befb3654e9fab5b69'
- 'fb8b991b5c639e795bbcb0bd4b47c05d4e8907bf59969e359526671c604329fc'
+ '865c7fc9f8db3c29db58cbc470f13aca6a057a156d018f31eeb20d9a5853e628'
'fc810e3c495c77ac60b383a27e48cf6a38b4a95b65dd2984baa297c5df83133c')
# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
@@ -202,7 +202,7 @@ build() {
'clang_use_chrome_plugins=false'
'is_official_build=true' # implies is_cfi=true on x86_64
'symbol_level=0' # sufficient for backtraces on x86(_64)
- 'chrome_pgo_phase=0' # needs newer clang to read the bundled PGO profile
+ #'chrome_pgo_phase=0' # needs newer clang to read the bundled PGO profile
'treat_warnings_as_errors=false'
'disable_fieldtrial_testing_config=true'
'blink_enable_generated_code_formatting=false'
diff --git a/skia-gamma.patch b/skia-gamma.patch
index 94f4343..05a6b23 100644
--- a/skia-gamma.patch
+++ b/skia-gamma.patch
@@ -7,7 +7,7 @@ index b2c8b79..7e2ee53 100644
if (is_linux || is_chromeos) {
defines += [
- "SK_GAMMA_EXPONENT=1.2",
-+ "SK_GAMMA_EXPONENT=2.2",
++ "SK_GAMMA_EXPONENT=1.8",
"SK_GAMMA_CONTRAST=0.2",
]
} else if (is_android) {