From 2c50b6a63327c6e6f0c0230a42c23ab2f47b8e11 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 21 May 2021 14:54:54 +0200 Subject: community/libgda: renamed from extra/libgda --- community/libgda/PKGBUILD | 12 ++++++++++++ community/libgda/java.patch | Bin 0 -> 1427 bytes 2 files changed, 12 insertions(+) create mode 100644 community/libgda/PKGBUILD create mode 100644 community/libgda/java.patch (limited to 'community/libgda') diff --git a/community/libgda/PKGBUILD b/community/libgda/PKGBUILD new file mode 100644 index 00000000..553e47f2 --- /dev/null +++ b/community/libgda/PKGBUILD @@ -0,0 +1,12 @@ +# 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 + ' +)" diff --git a/community/libgda/java.patch b/community/libgda/java.patch new file mode 100644 index 00000000..7f12c5ad Binary files /dev/null and b/community/libgda/java.patch differ -- cgit v1.2.3-54-g00ecf