summaryrefslogtreecommitdiff
path: root/extra/libical/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libical/PKGBUILD')
-rw-r--r--extra/libical/PKGBUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/extra/libical/PKGBUILD b/extra/libical/PKGBUILD
deleted file mode 100644
index dea96086..00000000
--- a/extra/libical/PKGBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# no gobject-introspection and vala on i486
-makedepends=(
- $(
- printf '%s\n' "${makedepends[@]}" \
- | grep -vxF gobject-introspection \
- | grep -vxF vala
- )
-)
-makedepends_i686+=(gobject-introspection vala)
-makedepends_pentium4+=("${makedepends_i686[@]}")
-checkdepends=(
- $(
- printf '%s\n' "${checkdepends[@]}" \
- | grep -vxF python-gobject
- )
-) || true
-checkdepends_i686+=(python-gobject)
-checkdepends_pentium4+=("${checkdepends_i686[@]}")
-eval "$(
- declare -f build \
- | sed '
- /DGOBJECT_INTROSPECTION/ {
- h
- s@^@[ "${CARCH}" = i486 ] || @
- p
- g
- s@\(-DGOBJECT_INTROSPECTION=\)true@\1false@
- s@\(-DICAL_GLIB_VAPI=\)true@\1false@
- s@^@[ ! "${CARCH}" = i486 ] || @
- }
- '
- declare -f check \
- | sed '
- 2 a [ ! "${CARCH}" = i486 ] || return 0
- '
-)"