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

Ionut Biru ibiru at archlinux.org
Sun Nov 14 19:52:56 UTC 2010


    Date: Sunday, November 14, 2010 @ 14:52:55
  Author: ibiru
Revision: 99473

upgpkg: libgda 4.2.1-1
update to 4.2.1

Modified:
  libgda/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-14 19:47:26 UTC (rev 99472)
+++ PKGBUILD	2010-11-14 19:52:55 UTC (rev 99473)
@@ -3,22 +3,24 @@
 # Contributor: Tobias Kieslich <tobias at justdreams.de>
 
 pkgname=libgda
-pkgver=4.2.0
-pkgrel=2
+pkgver=4.2.1
+pkgrel=1
 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')
-makedepends=('intltool' 'pkgconfig')
-options=('!libtool' '!makeflags')
+depends=('glib2>=2.26.0' 'libxslt' 'db>=5.1.19' 'ncurses>=5.7' 'libsoup>=2.32.0' 'libmysqlclient>=5.1.51' 'postgresql-libs>=9.0.1')
+makedepends=('intltool')
+options=('!libtool')
 url="http://www.gnome-db.org"
 source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/4.2/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('2e639957f50719957cea5326b0d95511794322a54f9ef8547d3241f409765441')
+sha256sums=('d485d24fb19bd95faad196c8ed22b2cb8f9e9275d907f880a3f8f079f6bf40f7')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   sed -i -e 's/python/python2/' libgda-report/RML/trml*/trml*.py
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --with-bdb=/usr --with-bdb-libdir-name=lib \
+      --disable-static
   make
 }
 




More information about the arch-commits mailing list