Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2024-09-26 08:31:06 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2024-09-26 08:31:06 +0200
commitbc31fe83a36e22bc8f81f6f2eeb92d2e79c50c7e (patch)
tree0ff994bc6e546dfeeb4c9f4ed10dd92c229332b2 /extra
parentce5381f33ee78c154b175ebcbe2ee7fd83bbbb5d (diff)
extra/libwpe: removed building of documentation with hotdocHEADmaster
Diffstat (limited to 'extra')
-rw-r--r--extra/libwpe/PKGBUILD21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/libwpe/PKGBUILD b/extra/libwpe/PKGBUILD
index 1623a33f..daa08457 100644
--- a/extra/libwpe/PKGBUILD
+++ b/extra/libwpe/PKGBUILD
@@ -2,3 +2,24 @@
if [ "$CARCH" = 'i486' ]; then
makedepends+=(libglvnd)
fi
+
+# no available currently
+makedepends=(${makedepends[@]//hotdoc/})
+eval "$(
+ declare -f build | \
+ sed '
+ s/-D build-docs=true//g
+ '
+)"
+eval "$(
+ declare -f package_libwpe | \
+ sed '
+ /doc/d
+ '
+)"
+eval "$(
+ declare -f package_libwpe-docs | \
+ sed '
+ /mv doc/d
+ '
+)"