summaryrefslogtreecommitdiff
path: root/extra/wayland
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-05-03 17:15:46 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-05-03 17:15:46 +0200
commit7668de35f82d130558dd5748c8520ce198828d05 (patch)
tree385c1a243c244fd010546853f6675406af0a6453 /extra/wayland
parente50b37ede9fec42fc45258dbeae1557ce00a4477 (diff)
downloadpackages-7668de35f82d130558dd5748c8520ce198828d05.tar.xz
extra/graphite: build documentation again on i486
Diffstat (limited to 'extra/wayland')
-rw-r--r--extra/wayland/PKGBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/extra/wayland/PKGBUILD b/extra/wayland/PKGBUILD
deleted file mode 100644
index 022f7c99..00000000
--- a/extra/wayland/PKGBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# no documentation on i486
-makedepends=(${makedepends[@]//graphviz/})
-makedepends=(${makedepends[@]//doxygen/})
-makedepends=(${makedepends[@]//xmlto/})
-makedepends=(${makedepends[@]//docbook-xsl/})
-makedepends_i686+=(graphviz doxygen xmlto docbook-xsl)
-makedepends_pentium4=("${makedepends_i686[@]}")
-
-# i486-specific
-if [ "${CARCH}" = "i486" ]; then
- # no documentation
-
- eval "$(
- declare -f build | \
- sed '
- /meson build/s/.$/ -Ddocumentation=false/g
- '
- )"
-
- eval "$(
- declare -f package_wayland | \
- sed '
- /mv.*doc,man/d
- '
- )"
-
- eval "$(
- declare -f package_wayland-docs | \
- sed '
- /mv.*docs/d
- '
- )"
-
-fi
-