summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-04-14 22:04:35 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-04-14 22:04:35 +0200
commitc8a8b78f3ea5327c286ab0a9daa8ef01bf2dc004 (patch)
treeee7441a19ae6bacdd36b5ccf98d6d202903b6a37
parentdfb7e9aa52a085248d330cfb45a0c491256a9b53 (diff)
downloadpackages-c8a8b78f3ea5327c286ab0a9daa8ef01bf2dc004.tar.xz
extra/libxkbcommon: removed exception for i486 again (we have doc and X11 now)
-rw-r--r--extra/libxkbcommon/PKGBUILD60
1 files changed, 0 insertions, 60 deletions
diff --git a/extra/libxkbcommon/PKGBUILD b/extra/libxkbcommon/PKGBUILD
deleted file mode 100644
index 16962b0e..00000000
--- a/extra/libxkbcommon/PKGBUILD
+++ /dev/null
@@ -1,60 +0,0 @@
-# no documentation on i486
-makedepends=(${makedepends[@]//graphviz/})
-makedepends=(${makedepends[@]//doxygen/})
-makedepends_i686+=(graphviz doxygen)
-makedepends_pentium4=("${makedepends_i686[@]}")
-
-# i486-specific
-if [ "${CARCH}" = "i486" ]; then
- # no documentation
-
- eval "$(
- declare -f build | \
- sed '
- s/arch-meson/arch-meson -Denable-docs=false/
- '
- )"
-
- eval "$(
- declare -f package_libxkbcommon | \
- sed '
- /mv.*doc/d
- '
- )"
-
- eval "$(
- declare -f package_libxkbcommon-doc | \
- sed '
- /mv.*doc/d
- '
- )"
-
- # uses MESA, xorg-xcb
- unset check
- unset checkdepends
-
- # disable X11 during bootstrapping
- eval "$(
- declare -f build | \
- sed '
- s/arch-meson/arch-meson -Denable-x11=false/
- '
- )"
-
- eval "$(
- declare -f package_libxkbcommon | \
- sed '
- /_pick.*libxkbcommon-doc/d
- /_pick.*libxkbcommon-x11/d
- '
- )"
-
- eval "$(
- declare -f package_libxkbcommon-x11 | \
- sed '
- /mv.*libxkbcommon-x11/d
- '
- )"
-
-fi
-