summaryrefslogtreecommitdiffstats
path: root/update-patches.sh
diff options
context:
space:
mode:
authorJustKidding <jk@vin.ovh>2023-11-19 07:06:33 -0500
committerJustKidding <jk@vin.ovh>2023-11-19 07:06:33 -0500
commitad27b14945261cd33bd0188b79e3c5a45503aa5d (patch)
tree24941e279f7490f929306077e808db2fa9a5a3a9 /update-patches.sh
parent98c36ce2846436a575cd15ae3ee260efb87efe49 (diff)
downloadungoogled-chromium-ad27b14945261cd33bd0188b79e3c5a45503aa5d.tar.gz
ungoogled-chromium-ad27b14945261cd33bd0188b79e3c5a45503aa5d.tar.bz2
ungoogled-chromium-ad27b14945261cd33bd0188b79e3c5a45503aa5d.zip
upgpkg: ungoogled-chromium 119.0.6045.159-1
upstream release
Diffstat (limited to 'update-patches.sh')
-rwxr-xr-xupdate-patches.sh12
1 files changed, 10 insertions, 2 deletions
diff --git a/update-patches.sh b/update-patches.sh
index 273a6d3..bd769bd 100755
--- a/update-patches.sh
+++ b/update-patches.sh
@@ -1,9 +1,17 @@
#!/bin/bash
+patches=(
+ 0001-adjust-buffer-format-order.patch
+ 0001-enable-linux-unstable-deb-target.patch
+ 0001-ozone-wayland-implement-text_input_manager-fixes.patch
+ 0001-ozone-wayland-implement-text_input_manager_v3.patch
+ 0001-vaapi-flag-ozone-wayland.patch
+)
+
mkdir tmp
-mv ozone-add-va-api-support-to-wayland.patch remove-main-main10-profile-limit.patch skia-gamma.patch vaapi-add-av1-support.patch tmp
+mv "${patches[@]}" tmp
-rm *.patch
+rm ./*.patch
git clone https://gitlab.archlinux.org/archlinux/packaging/packages/chromium
mv chromium/*.patch .
nvim -d PKGBUILD chromium/PKGBUILD