index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-01-20 09:18:22 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-01-20 09:18:22 +0100 |
commit | e42000a2b6afd72b192006c4f509066716855d66 (patch) | |
tree | 9ef5f3295285ea4a75fe0e3d42d0d6b1fee3e630 | |
parent | 20d5ddd9e43a45bb0e0e0319d81ae6a8e0224c6c (diff) |
-rw-r--r-- | extra/wireplumber/PKGBUILD | 20 |
diff --git a/extra/wireplumber/PKGBUILD b/extra/wireplumber/PKGBUILD new file mode 100644 index 00000000..25760f4a --- /dev/null +++ b/extra/wireplumber/PKGBUILD @@ -0,0 +1,20 @@ +# disable documentation (needs sphinx, sphinx-rtd_theme, npm) +# python-sphinx_rdt_theme needs npm, which is broken on archlinux32 +# most likely since years.. +makedepends=(${makedepends[@]//python-sphinx_rtd_theme/}) +makedepends=(${makedepends[@]//python-sphinx/}) +eval "$( + declare -f build | \ + sed ' + /local meson_options.*/ a \ + meson_options+=(-D doc=disabled) + ' + declare -f package_wireplumber | \ + sed ' + /_pick.*docs.*/d + ' + declare -f package_wireplumber-docs | \ + sed ' + /mv.*docs.*/d + ' +)" |