From fbc4491d8ae0d1420a6424ea897a9e9b7896e401 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 21 Jun 2021 19:36:23 +0200 Subject: community/mate-settings-daemon: using polkit-duktape on i486 --- community/mate-settings-daemon/PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 community/mate-settings-daemon/PKGBUILD (limited to 'community') diff --git a/community/mate-settings-daemon/PKGBUILD b/community/mate-settings-daemon/PKGBUILD new file mode 100644 index 00000000..89363abe --- /dev/null +++ b/community/mate-settings-daemon/PKGBUILD @@ -0,0 +1,5 @@ +# use polkit-duktape instead of polkit on i486 +if [ "$CARCH" = 'i486' ]; then + depends=(${depends[@]//polkit/}) + depends+=(polkit-duktape) +fi -- cgit v1.2.3