summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSwyter2023-07-02 07:36:34 +0200
committerSwyter2023-07-02 07:36:34 +0200
commitae8cc27011a36b6d3cdd40df4311dc70f33ddffa (patch)
tree28f1dac81d9f9a0c4e8a6b8210ecbf57840c5093 /PKGBUILD
parenta0129b30b1b82e76a5e002465f42305cbdea52b0 (diff)
downloadaur-ae8cc27011a36b6d3cdd40df4311dc70f33ddffa.tar.gz
Strip out the whole forced opt-in Google Analytics functionality.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5267ac3983ca..c7be6630684e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=intel-gpa-bin
url='https://www.intel.com/content/www/us/en/developer/tools/graphics-performance-analyzers/download.html'
-pkgrel=3
+pkgrel=4
pkgver=23.2.1686276958
options=(!strip)
arch=('x86_64')
@@ -55,6 +55,9 @@ package() {
# swy: don't hide the error/warning logging when running on a terminal
sed -i -e 's|> /dev/null 2>&1||g' ${pkgdir}/usr/bin/gpa-*
+ # swy: strip out the whole forced opt-in Google Analytics functionality
+ rm -rf "${pkgdir}/opt/intel/gpa/IntelAnalytics"
+
# swy: fix the crash at startup on AMD CPUs: terminate called after throwing an instance of 'CpuEnumerator::InconsistentProcessAffinity'
# what(): This process is restricted and not able to run on all logical processors managed by OS
# function by skipping the affinity core loop altogether, patch the