From c396fd26b706c4bf64ffe3d1199174a4fe666c37 Mon Sep 17 00:00:00 2001 From: Jared Allard Date: Sun, 25 Feb 2024 12:28:34 -0800 Subject: [PATCH] www-client/chromium: remove .tmp files --- .../ebuilds/001-enable-widevine.patch.tmp | 15 --------------- www-client/chromium/.update.sh | 3 ++- 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 www-client/chromium/.patches/ebuilds/001-enable-widevine.patch.tmp 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