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

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Mar 30 20:25:58 UTC 2009


    Date: Monday, March 30, 2009 @ 16:25:58
  Author: andyrtr
Revision: 32377

upgpkg: libgda 4.0.1-1
    new version 4.0.1

Modified:
  libgda/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++----------------
 1 file changed, 8 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-30 20:24:05 UTC (rev 32376)
+++ PKGBUILD	2009-03-30 20:25:58 UTC (rev 32377)
@@ -2,31 +2,23 @@
 # Maintainer: tobias <tobias at archlinux.org>
 # Contributor: Tobias Kieslich <tobias at justdreams.de>
 
-force=y
 pkgname=libgda
-pkgver=1.2.4
-pkgrel=5
+pkgver=4.0.1
+pkgrel=1
 pkgdesc="data abstraction layer; with mysql, pgsql, ldap, xml, sqlite providers"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('glib2>=2.12.3' 'libxslt' 'popt' 'rarian' 'db>=4.7' 'ncurses>=5.6-7'
-         'libmysqlclient' 'postgresql-libs>=8.2.3' 'libldap' 'unixodbc' 'sqlite3')
+depends=('glib2>=2.20.0' 'libxslt' 'db>=4.7' 'ncurses>=5.7-2' 'libsoup>=2.26.0'
+         'libmysqlclient>=5.1.32-2' 'postgresql-libs>=8.3.7' 'libldap>=2.3.43-3' 'unixodbc' 'sqlite3>=3.6.11')
 makedepends=('intltool' 'pkgconfig')
 options=('!libtool')
 url="http://www.gnome-db.org"
-install=libgda.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/1.2/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('512a8ed842ce98eb432e69bd6867f437')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/4.0/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('7449861d4f421cd3cd20e670434122fb')
 
 build() {
-  export MAKEFLAGS="-j1"
   cd ${startdir}/src/${pkgname}-${pkgver}
-  find . -name Makefile.in -exec sed -i -e 's/-scrollkeeper-update.*//' {} \;
-  if [ -f omf.make ]; then
-    sed -i -e 's/-scrollkeeper-update.*//' omf.make
-  fi
-
-  ./configure --prefix=/usr --sysconfdir=/etc
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${startdir}/pkg install || return 1
 }




More information about the arch-commits mailing list