summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-06-11 14:20:48 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-06-11 14:20:48 +0200
commit318974ba4e4b74a161259cf2c402a525143998bc (patch)
treeedf21c631fed1c5402fbeae5d737e2ab5f0761eb /extra
parent83e6ac615c73705895f660a4068a471dfee1cc8f (diff)
downloadpackages-318974ba4e4b74a161259cf2c402a525143998bc.tar.xz
extra/xfce4-session: use duktape-polkit on i486
Diffstat (limited to 'extra')
-rw-r--r--extra/xfce4-session/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/xfce4-session/PKGBUILD b/extra/xfce4-session/PKGBUILD
new file mode 100644
index 00000000..b6e9b319
--- /dev/null
+++ b/extra/xfce4-session/PKGBUILD
@@ -0,0 +1,7 @@
+# use polkit-duktape instead of polkit on i486
+if [ "$CARCH" = 'i486' ]; then
+ depends=(${depends[@]//polkit-gnome/})
+ depends=(${depends[@]//polkit/})
+ depends+=(polkit-duktape)
+ depends+=(polkit-gnome)
+fi