Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/libffado
diff options
context:
space:
mode:
Diffstat (limited to 'community/libffado')
-rw-r--r--community/libffado/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/community/libffado/PKGBUILD b/community/libffado/PKGBUILD
deleted file mode 100644
index c8d846c0..00000000
--- a/community/libffado/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# not available on i486 (yet) - configure seems to automatically handle absence
-makedepends_i686=(
- $(
- printf '%s\n' "${makedepends[@]}" \
- | grep -xF 'python-pyqt5'
- )
-)
-makedepends_pentium4=("${makedepends_i686[@]}")
-makedepends=(
- $(
- printf '%s\n' "${makedepends[@]}" \
- | grep -vxF 'python-pyqt5'
- )
-)
-_IFS="${IFS}"
-IFS=''
-optdepends_i686=(
- $(
- printf '%s\n' "${optdepends[@]}" \
- | grep '^python-pyqt5: '
- )
-)
-optdepends_pentium4=(
- "${optdepends_i686[@]}"
-)
-optdepends=(
- $(
- printf '%s\n' "${optdepends[@]}" \
- | grep -v '^python-pyqt5: '
- )
-)
-IFS="${_IFS}"