summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-01-11 07:32:22 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-01-11 07:32:22 +0100
commit7d18c50af8d468f989b3fc1d19620435c0c1a4a6 (patch)
tree27cd9041284c44f4cb6dc51fbcc3c19f05a72f4b /extra
parentc544b321d78d12f3b52197248c367834bea85db3 (diff)
downloadpackages-7d18c50af8d468f989b3fc1d19620435c0c1a4a6.tar.xz
extra/sysprof: duktape-polkit on i486
Diffstat (limited to 'extra')
-rw-r--r--extra/sysprof/PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/sysprof/PKGBUILD b/extra/sysprof/PKGBUILD
new file mode 100644
index 00000000..b4aea859
--- /dev/null
+++ b/extra/sysprof/PKGBUILD
@@ -0,0 +1,5 @@
+# no polkit, no js78, no rust, use polkit-duktape on i486
+if [ "$CARCH" = 'i486' ]; then
+ depends=(${depends[@]//polkit/})
+ depends+=(polkit-duktape)
+fi