From bf4072573f3135b23f2cc89ba26739aa22be88a9 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 11 Jun 2021 13:57:44 +0200 Subject: community/polkit-gnome: using polkit-duktape on i486 --- community/polkit-gnome/PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 community/polkit-gnome/PKGBUILD (limited to 'community') diff --git a/community/polkit-gnome/PKGBUILD b/community/polkit-gnome/PKGBUILD new file mode 100644 index 00000000..89363abe --- /dev/null +++ b/community/polkit-gnome/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