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

Jan de Groot jgc at archlinux.org
Tue Oct 20 08:31:06 UTC 2009


    Date: Tuesday, October 20, 2009 @ 04:31:05
  Author: jgc
Revision: 56191

upgpkg: libgda 4.0.5-1
    Update to 4.0.5 - remove ldap and odbc dependencies, no provider uses them

Modified:
  libgda/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-20 08:10:00 UTC (rev 56190)
+++ PKGBUILD	2009-10-20 08:31:05 UTC (rev 56191)
@@ -3,23 +3,23 @@
 # Contributor: Tobias Kieslich <tobias at justdreams.de>
 
 pkgname=libgda
-pkgver=4.0.2
-pkgrel=3
-pkgdesc="data abstraction layer; with mysql, pgsql, ldap, xml, sqlite providers"
+pkgver=4.0.5
+pkgrel=1
+pkgdesc="data abstraction layer; with mysql, pgsql, xml, sqlite providers"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('glib2>=2.20.4' 'libxslt' 'db>=4.7' 'ncurses>=5.7-2' 'libsoup>=2.26.3'
-         'libmysqlclient>=5.1.37' 'postgresql-libs>=8.4.1' 'libldap>=2.4.18'
-         'unixodbc' 'sqlite3>=3.6.16')
+depends=('glib2>=2.22.2' 'libxslt' 'db>=4.8' 'ncurses>=5.7-2' 'libsoup>=2.28.0'
+         'libmysqlclient>=5.1.39' 'postgresql-libs>=8.4.1' 'sqlite3>=3.6.18')
 makedepends=('intltool' 'pkgconfig' 'java-runtime')
 options=('!libtool')
 url="http://www.gnome-db.org"
 source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/4.0/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('2633164fb19a4dfdb974a3096f704f23a26fa208f01fc7a56e0e4ea83514fa6e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i -e 's/lib64/lib/g' configure || return 1
   ./configure --prefix=/usr --sysconfdir=/etc --disable-static || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }
-md5sums=('cd79f6542cdd9477017b76b5f81c776f')




More information about the arch-commits mailing list