Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/libxkbcommon
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-09-28 21:51:07 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-09-28 21:51:07 +0200
commit4d672513009669fdcfd777790e7933cf045e01a4 (patch)
treef665aaa57389808eee15d66c509a67b1caabc83f /extra/libxkbcommon
parent1c5d6c86f26d2318358469edcac7d8714025ae23 (diff)
extra/libxkbcommon: temporary no docu on i486 for systemd bootstrapping
Diffstat (limited to 'extra/libxkbcommon')
-rw-r--r--extra/libxkbcommon/PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/extra/libxkbcommon/PKGBUILD b/extra/libxkbcommon/PKGBUILD
index e4e996bc..802fc9c2 100644
--- a/extra/libxkbcommon/PKGBUILD
+++ b/extra/libxkbcommon/PKGBUILD
@@ -3,29 +3,26 @@ if [ "${CARCH}" = "i486" ]; then
# no documentation
makedepends=(${makedepends[@]//graphviz/})
makedepends=(${makedepends[@]//doxygen/})
- makedepends=(${makedepends[@]//xmlto/})
- makedepends=(${makedepends[@]//docbook-xsl/})
eval "$(
declare -f build | \
sed '
- s/configure/configure --disable-documentation/
+ s/arch-meson/arch-meson -Denable-docs=false/
'
)"
eval "$(
- declare -f package_wayland | \
+ declare -f package_libxkbcommon | \
sed '
- /mv.*doc,man/d
+ /mv.*doc/d
'
)"
eval "$(
- declare -f package_wayland-docs | \
+ declare -f package_libxkbcommon-doc | \
sed '
- /mv.*docs/d
+ /mv.*doc/d
'
)"
-
fi