summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustKidding <jk@vin.ovh>2022-12-07 08:19:12 -0500
committerJustKidding <jk@vin.ovh>2022-12-07 08:19:12 -0500
commitd62dc6492c55b00c68ad2fea39abf5bb5d898414 (patch)
tree3610b0fb7eda016d7ac23f15d1286efad03331fd
parent5f44f09383264e699e590a9e43c829ba2ba8546c (diff)
downloadungoogled-chromium-d62dc6492c55b00c68ad2fea39abf5bb5d898414.tar.gz
ungoogled-chromium-d62dc6492c55b00c68ad2fea39abf5bb5d898414.tar.bz2
ungoogled-chromium-d62dc6492c55b00c68ad2fea39abf5bb5d898414.zip
upgpkg: ungoogled-chromium 108.0.5359.94-2
re2 rebuild
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
-rw-r--r--chromium-drirc-disable-10bpc-color-configs.conf15
3 files changed, 4 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ee200b..6e7513a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ungoogled-chromium
pkgdesc = A lightweight approach to removing Google web service dependency
pkgver = 108.0.5359.94
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ungoogled-software/ungoogled-chromium
arch = x86_64
license = BSD
@@ -72,7 +72,6 @@ pkgbase = ungoogled-chromium
source = ungoogled-chromium-108.0.5359.94-1.tar.gz::https://github.com/ungoogled-software/ungoogled-chromium/archive/108.0.5359.94-1.tar.gz
source = ozone-add-va-api-support-to-wayland.patch
source = remove-main-main10-profile-limit.patch
- source = chromium-drirc-disable-10bpc-color-configs.conf
sha256sums = 0607518481a8a5b993fb371eec544f7d20e43c2eb706ca7bf40ef584496cb6fe
sha256sums = 213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = 40ef8af65e78901bb8554eddbbb5ebc55c0b8e7927f6ca51b2a353d1c7c50652
@@ -85,6 +84,5 @@ pkgbase = ungoogled-chromium
sha256sums = 26379c097c7ba655e4d943523575f00647308e2a75ab79c8ff99e4b62b40ae1a
sha256sums = e9e8d3a82da818f0a67d4a09be4ecff5680b0534d7f0198befb3654e9fab5b69
sha256sums = fc810e3c495c77ac60b383a27e48cf6a38b4a95b65dd2984baa297c5df83133c
- sha256sums = babda4f5c1179825797496898d77334ac067149cac03d797ab27ac69671a7feb
pkgname = ungoogled-chromium
diff --git a/PKGBUILD b/PKGBUILD
index b5ab3ba..5eacf52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=ungoogled-chromium
pkgver=108.0.5359.94
-pkgrel=1
+pkgrel=2
_launcher_ver=8
_gcc_patchset=2
pkgdesc="A lightweight approach to removing Google web service dependency"
@@ -53,13 +53,11 @@ _uc_ver=$pkgver-1
source=(${source[@]}
$pkgname-$_uc_ver.tar.gz::https://github.com/$_uc_usr/ungoogled-chromium/archive/$_uc_ver.tar.gz
ozone-add-va-api-support-to-wayland.patch
- remove-main-main10-profile-limit.patch
- chromium-drirc-disable-10bpc-color-configs.conf)
+ remove-main-main10-profile-limit.patch)
sha256sums=(${sha256sums[@]}
'26379c097c7ba655e4d943523575f00647308e2a75ab79c8ff99e4b62b40ae1a'
'e9e8d3a82da818f0a67d4a09be4ecff5680b0534d7f0198befb3654e9fab5b69'
- 'fc810e3c495c77ac60b383a27e48cf6a38b4a95b65dd2984baa297c5df83133c'
- 'babda4f5c1179825797496898d77334ac067149cac03d797ab27ac69671a7feb')
+ 'fc810e3c495c77ac60b383a27e48cf6a38b4a95b65dd2984baa297c5df83133c')
# 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
diff --git a/chromium-drirc-disable-10bpc-color-configs.conf b/chromium-drirc-disable-10bpc-color-configs.conf
deleted file mode 100644
index ef836b3..0000000
--- a/chromium-drirc-disable-10bpc-color-configs.conf
+++ /dev/null
@@ -1,15 +0,0 @@
-<!--
-
-Disable 10 bpc color configs; fixes VAAPI playback.
-
-https://bugs.freedesktop.org/show_bug.cgi?id=106490
-
--->
-
-<driconf>
- <device>
- <application name="Chromium" executable="chromium">
- <option name="allow_rgb10_configs" value="false" />
- </application>
- </device>
-</driconf>