Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/libgda/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libgda/PKGBUILD')
-rw-r--r--community/libgda/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/community/libgda/PKGBUILD b/community/libgda/PKGBUILD
deleted file mode 100644
index 8ec2208e..00000000
--- a/community/libgda/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# backported java probing patch for i386
-source+=('java.patch')
-sha256sums+=('e28ea88d49bcb91fa6907440a6785a508fb681c463188b3805509773f5d0fc22')
-
-eval "$(
- declare -f prepare | \
- sed '
- /autogen/ i \
- patch -Np1 -i "$srcdir/java.patch" \
- javac getsp.java
- '
-)"
-
-# no firebird
-eval "$(
- declare -f package_libgda | \
- sed '
- /provider/s/firebird//
- '
- declare -f package_libgda-firebird | \
- sed '
- 3 i if false; then
- $ i fi
- '
-)
-"