1 # Maintainer: SpepS <dreamspepser at yahoo dot it>
6 pkgdesc="Web Out Of Browsers provides several applications to interact with a lot of websites."
8 url="http://weboob.org/"
10 depends=('python2-pyqt' 'python2-elementtidy' 'python2-prettytable' 'python2-webob'
11 'python-clientform' 'python2-dateutil' 'python2-feedparser' 'python-gdata'
12 'python-html2text' 'python-html5lib' 'python-imaging' 'python-lxml'
13 'python2-mako' 'python-mechanize' 'python2-nose' 'python-pysqlite' 'pygtk'
14 'python-routes' 'python2-yaml' 'pywebkitgtk' 'pyxdg')
15 optdepends=('python-simplejson: simplejson backend')
16 install="$pkgname.install"
17 source=("http://weboob.org/attachments/download/163/$pkgname-$pkgver.tar.gz")
18 md5sums=('3762ac9d9baacd51333ceab7878842f0')
21 cd "$srcdir/$pkgname-$pkgver"
23 export PYTHON="python2"
25 # remove forced white background property
26 sed -i "48,50d" weboob/applications/qvideoob/ui/video.ui
27 sed -i "146,150d" weboob/applications/qvideoob/ui/main_window.ui
31 cd "$srcdir/$pkgname-$pkgver"
33 python2 setup.py install --prefix=/usr --root="$pkgdir"
36 sed -i "s|env python|&2|" `grep -rl "env python" "$pkgdir"`