summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-05-03 18:52:08 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-05-03 18:52:08 (GMT)
commit13d32c0bfce27438b957eff503bb88e84b2d822c (patch)
tree2f4116c76ae7b52ba7e6da97ab814c29a50b1a08
parentaf15153b767bd95ca4937f10f3daffc0db08afc3 (diff)
downloadlinhes_pkgbuild-13d32c0bfce27438b957eff503bb88e84b2d822c.zip
linhes_pkgbuild-13d32c0bfce27438b957eff503bb88e84b2d822c.tar.gz
linhes_pkgbuild-13d32c0bfce27438b957eff503bb88e84b2d822c.tar.bz2
We don't need all these deps. Like configure figure it out.
-rw-r--r--abs/extra-testing/libgda/PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/abs/extra-testing/libgda/PKGBUILD b/abs/extra-testing/libgda/PKGBUILD
index e2c2427..c4350b7 100644
--- a/abs/extra-testing/libgda/PKGBUILD
+++ b/abs/extra-testing/libgda/PKGBUILD
@@ -4,12 +4,11 @@
pkgname=libgda
pkgver=4.0.2
-pkgrel=3
+pkgrel=4
pkgdesc="data abstraction layer; with mysql, pgsql, ldap, xml, sqlite providers"
arch=(i686 x86_64)
license=('GPL')
-depends=('glib2>=2.20.1' 'libxslt' 'db>=4.7' 'ncurses>=5.7-2' 'libsoup>=2.26.1'
- 'libmysqlclient>=5.1.32-2' 'postgresql-libs>=8.3.7' 'libldap>=2.3.43-3' 'unixodbc' 'sqlite3>=3.6.13')
+depends=('glib2>=2.20.1' 'libxslt' 'db>=4.7' 'ncurses>=5.7-2')
makedepends=('intltool' 'pkgconfig' 'openjdk6')
options=('!libtool')
url="http://www.gnome-db.org"