[arch-commits] Commit in gambas3/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Dec 14 20:24:26 UTC 2018
Date: Friday, December 14, 2018 @ 20:24:25
Author: arojas
Revision: 416290
Fix build of postgresql module
Modified:
gambas3/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-12-14 20:07:43 UTC (rev 416289)
+++ PKGBUILD 2018-12-14 20:24:25 UTC (rev 416290)
@@ -43,10 +43,12 @@
options=('!emptydirs' 'libtool')
source=("https://gitlab.com/gambas/gambas/-/archive/${pkgver}/gambas-${pkgver}.tar.bz2"
0001-GB.SDL2-fix-detection-with-at-least-pkgconf-2.4.2.patch
- gambas-poppler-0.71.patch)
+ gambas-poppler-0.71.patch
+ gambas-postgresql.patch::"https://gitlab.com/gambas/gambas/commit/75c0cafe.diff")
sha512sums=('1b5a22b13a69e43831e2348b6c89a6ddd38f3a98cf70176322f360a75616d8b15a189353e9a5637be194960875c1fe775c5f2b11a9919aa552d572e409e7f767'
'51daba92877e52f578c74f0c46f58151a9ee7cdd32993845f269d598cca7c0068880a47a3ec3f9e3e862032be5b2b37c4c35e2ee50f72f117ba627f337ef26d7'
- '57c450ff4f42d41a10d305a4784d647001601a3efdf37cda936dc456d15f0a65ff23f1dc3fd3e710651a0a0648c6d720345d93dfa61f1955e98258494360d462')
+ '57c450ff4f42d41a10d305a4784d647001601a3efdf37cda936dc456d15f0a65ff23f1dc3fd3e710651a0a0648c6d720345d93dfa61f1955e98258494360d462'
+ '42f41cd01ded21f7ddf614de975c09979f0b30f170429570ab71b64d9d7d169fbe7efae9222a266a928b1eefc761c49170c7d27b458e7336688b46caaba643a0')
create_dirs() {
install -dm755 ${pkgdir}/usr/lib/gambas3
@@ -57,6 +59,7 @@
cd ${srcdir}/gambas-${pkgver}
patch -p1 -i ../gambas-poppler-0.71.patch # Fix build with poppler 0.71
+ patch -p1 -i ../gambas-postgresql.patch # Fix build of postgresql module
./reconf-all
}
More information about the arch-commits
mailing list