index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-09-28 21:51:07 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-09-28 21:51:07 +0200 |
commit | 4d672513009669fdcfd777790e7933cf045e01a4 (patch) | |
tree | f665aaa57389808eee15d66c509a67b1caabc83f | |
parent | 1c5d6c86f26d2318358469edcac7d8714025ae23 (diff) |
-rw-r--r-- | extra/libxkbcommon/PKGBUILD | 13 |
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 |