1 # Maintainer: thc_flow <thc@weedsmoker.im>
5 pkgdesc="pyGTK interface to devilspie - for python2"
7 url="http://code.google.com/p/gdevilspie"
9 depends=('pygtk' 'devilspie' 'python-wnck')
11 source=("http://gdevilspie.googlecode.com/files/gdevilspie-$pkgver.tar.bz2"
13 md5sums=('aab8eecb47599467c65c77d3eddb2d5c'
14 'e6938903a20c48c4cc57f24cc12692d0')
16 cd "$srcdir/gdevilspie-$pkgver"
17 patch -p0 -i $srcdir/py2.patch
19 python2 setup.py install --prefix $pkgdir/usr
22 # vim:set ts=2 sw=2 et: