summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-05-11 09:46:37 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-05-11 09:46:37 +0200
commit5a107a8677648326bf58d416061f359d31e308aa (patch)
tree9eabbd597fefdc80376ff51b7f1b2dd130c61f02 /extra
parente452aeab5d4bde7ec69e0d4cc692949f32f4fb3f (diff)
downloadpackages-5a107a8677648326bf58d416061f359d31e308aa.tar.xz
extra/polkit-qt: using polkit-duktape on i486
Diffstat (limited to 'extra')
-rw-r--r--extra/polkit-qt/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/polkit-qt/PKGBUILD b/extra/polkit-qt/PKGBUILD
new file mode 100644
index 00000000..0bbf1066
--- /dev/null
+++ b/extra/polkit-qt/PKGBUILD
@@ -0,0 +1,6 @@
+# use polkit-duktape on i486
+if [ "${CARCH}" = "i486" ]; then
+ depends=(${depends[@]//polkit/})
+ depends+=(polkit-duktape)
+fi
+