diff --git a/www-client/chromium/.patches/ebuilds/001-enable-widevine.patch.tmp b/www-client/chromium/.patches/ebuilds/001-enable-widevine.patch.tmp deleted file mode 100644 index 998700c..0000000 --- a/www-client/chromium/.patches/ebuilds/001-enable-widevine.patch.tmp +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/chromium-122.0.6261.57.ebuild b/chromium-122.0.6261.57.ebuild -index 63466f33a755..1e1575885791 100644 ---- a/chromium-122.0.6261.57.ebuild -+++ b/chromium-122.0.6261.57.ebuild -@@ -401,6 +401,10 @@ src_prepare() { - "${FILESDIR}/chromium-117-system-zstd.patch" - ) - -+ if use widevine; then -+ PATCHES+=("${FILESDIR}/chromium-001-widevine-support-for-arm.patch") -+ fi -+ - if use system-toolchain; then - # The patchset is really only required if we're not using the system-toolchain - PATCHES+=( "${WORKDIR}/chromium-patches-${PATCH_V}" ) diff --git a/www-client/chromium/.update.sh b/www-client/chromium/.update.sh index c5b648a..6b756b2 100755 --- a/www-client/chromium/.update.sh +++ b/www-client/chromium/.update.sh @@ -43,6 +43,7 @@ done # Copy over patches to the source files cp -r .patches/files/* files/ -# Remove .orig and .bak files +# Remove .orig, .bak and .tmp files find . -name '*.orig' -delete find . -name '*.bak' -delete +find . -name '*.tmp' -delete