summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSwyter2023-07-02 07:36:34 +0200
committerSwyter2023-07-02 07:36:34 +0200
commitae8cc27011a36b6d3cdd40df4311dc70f33ddffa (patch)
tree28f1dac81d9f9a0c4e8a6b8210ecbf57840c5093
parenta0129b30b1b82e76a5e002465f42305cbdea52b0 (diff)
downloadaur-ae8cc27011a36b6d3cdd40df4311dc70f33ddffa.tar.gz
Strip out the whole forced opt-in Google Analytics functionality.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7f200632268..2c541e0a792a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = intel-gpa-bin
pkgdesc = IntelĀ® Graphics Performance Analyzers (IntelĀ® GPA) provides tools for graphics analysis and optimizations for making games and other graphics-intensive applications run even faster.
pkgver = 23.2.1686276958
- pkgrel = 3
+ pkgrel = 4
url = https://www.intel.com/content/www/us/en/developer/tools/graphics-performance-analyzers/download.html
arch = x86_64
license = custom
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