[arch-commits] Commit in libgda/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Thu Sep 30 09:24:37 UTC 2010


    Date: Thursday, September 30, 2010 @ 05:24:36
  Author: ibiru
Revision: 92462

upgpkg: libgda 4.2.0-2
disable system sqlite, it tries to load sqlite3 from the wrong location and bails out, breaking anjuta

Modified:
  libgda/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-30 07:10:23 UTC (rev 92461)
+++ PKGBUILD	2010-09-30 09:24:36 UTC (rev 92462)
@@ -4,12 +4,11 @@
 
 pkgname=libgda
 pkgver=4.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="data abstraction layer; with mysql, pgsql, xml, sqlite providers"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('glib2>=2.26.0' 'libxslt' 'db>=4.8' 'ncurses>=5.7' 'libsoup>=2.32.0'
-         'libmysqlclient>=5.1.50' 'postgresql-libs>=8.4.4' 'sqlite3>=3.7.2')
+depends=('glib2>=2.26.0' 'libxslt' 'db>=4.8' 'ncurses>=5.7' 'libsoup>=2.32.0' 'libmysqlclient>=5.1.50' 'postgresql-libs>=8.4.4')
 makedepends=('intltool' 'pkgconfig')
 options=('!libtool' '!makeflags')
 url="http://www.gnome-db.org"
@@ -19,7 +18,7 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   sed -i -e 's/python/python2/' libgda-report/RML/trml*/trml*.py
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static --enable-system-sqlite
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
   make
 }
 




More information about the arch-commits mailing list