summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-03-05 08:39:54 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-03-05 08:39:54 +0100
commit43b634fbf074e5741b8181e506b5f10b5855036f (patch)
treec83a5202150efe3343dcf8fb20f1ad844a6e680f /community
parent63ce7a8cc61a962187932d6aaca1d3537404f2bc (diff)
downloadpackages-43b634fbf074e5741b8181e506b5f10b5855036f.tar.xz
extra/wireplumber: and back :-)
Diffstat (limited to 'community')
-rw-r--r--community/wireplumber/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/wireplumber/PKGBUILD b/community/wireplumber/PKGBUILD
deleted file mode 100644
index 916aca78..00000000
--- a/community/wireplumber/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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
- '
-)"
-
-# for now disable testing on i486, doesn't work at all but we want
-# to satisfy dependencies and hope nobody uses it :)
-if [ "$CARCH" == 'i486' ]; then
- unset check
- unset checkdepends
-fi