index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-04-10 20:08:30 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-04-10 20:08:30 +0200 |
commit | 8795e7b16a8b0f783bf29e75ccb909be9cef0790 (patch) | |
tree | 4e9aa11a1b341a4805e3263be9dd7f17bd7e9c87 /extra/libcloudproviders/PKGBUILD | |
parent | f248b9a7b07e1fea2dbb2bba3d9dbd382c303aa7 (diff) |
-rw-r--r-- | extra/libcloudproviders/PKGBUILD | 10 |
diff --git a/extra/libcloudproviders/PKGBUILD b/extra/libcloudproviders/PKGBUILD new file mode 100644 index 00000000..14f0ae48 --- /dev/null +++ b/extra/libcloudproviders/PKGBUILD @@ -0,0 +1,10 @@ +# no polkit, no js78, no rust, no potatoes on i486 +if [ "$CARCH" = 'i486' ]; then + makedepends=(${makedepends[@]//vala/}) + eval "$( + declare -f build | \ + sed ' + s/arch-meson/arch-meson -D vapigen=false/ + ' + )" +fi |