1 # Maintainer: roger <roger@rogerpc.com.ar>
6 pkgdesc="A full-featured, pure-Python tiling window manager. (git version)"
8 url="http://www.qtile.org/index.html"
10 depends=('python2' 'cairo-xcb' 'pycairo-xcb-git' 'pygtk' 'xpyb-git')
12 provides=('qtile=0.4')
17 _gitroot="git://github.com/cortesi/qtile.git"
23 msg "Connecting to GIT server...."
25 if [ -d $_gitname ] ; then
28 msg "The local files are updated."
33 msg "GIT checkout done or server timeout"
34 msg "Preparing sources..."
36 if [ -d $srcdir/$_gitname-build ] ; then
37 rm -rf "$srcdir/$_gitname-build"
40 cp -r "$srcdir/$_gitname" "$srcdir/$_gitname-build"
44 cd "$srcdir/$_gitname-build"
47 msg "Copying license..."
48 install -D -m 644 LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
51 msg "Copying example config"
52 mkdir -p $pkgdir/usr/share/$pkgname/examples/
53 cp -r examples/config $pkgdir/usr/share/$pkgname/examples/
56 msg "Running setup.py"
57 python2 setup.py install --root=${pkgdir} --prefix=/usr