1 # Contributor: MutantMonkey <mutantmonkey@gmail.com>
5 pkgdesc="SQL editor and database schema browser for the GNOME desktop, latest development version"
6 url='http://code.google.com/p/crunchyfrog'
9 depends=('python' 'python-configobj' 'pygtk' 'pygtksourceview2' 'pycairo' \
10 'pyxdg' 'gnome-python' 'gnome-python-desktop' \
12 optdepends=('mysql-python: To handle MySQL Databases',
13 'python-psycopg2: To handle PostgreSQL Databases',
14 'python-pysqlite: To handle SQLite Databases',
15 'cx_oracle: To handle Oracle Databases (just for i686)',
16 'pymssql: To handle Microsoft SQL Server Databases',
17 'kinterbasdb: To handle Firebird Databases'
18 'informixdb: To handle Informix Databases'
19 'sapdb: To handle MaxDB'
20 'ipython: To use built-in python shell'
22 makedepends=('mercurial')
23 provides=('crunchyfrog')
24 conflicts=('crunchyfrog')
29 _hgroot="https://crunchyfrog.googlecode.com/hg"
33 cd ${srcdir}/${_hgrepo}
35 # remove all language files except English since the language is wrong otherwise
36 rm -r po/{cs,da,de,el,es,fi,fr,he,id,it,ja,nl,ru,sv,tr}
38 python setup.py install --root=${pkgdir}/ --optimize=1 || return 1