1 # Contributor: Andrea Scarpino <marco_tangaro@hotmail.com>
6 pkgdesc="XQDE is the evolution of KXDocker, a new dock for KDE, Gnome, XFCE. It's working with composite extentions."
7 url="http://xqde.xiaprojects.com/"
10 depends=('qt>=4' 'libxcomposite')
18 _gitroot="git://xqde.git.sourceforge.net/gitroot/xqde/xqde"
23 msg "Connecting to GIT server...."
25 if [ -d $srcdir/$_gitname ] ; then
26 cd $_gitname && git pull origin
27 msg "The local files are updated."
32 msg "GIT checkout done or server timeout"
33 msg "Starting make..."
35 rm -rf $srcdir/$_gitname-build
36 cp -r $srcdir/$_gitname $srcdir/$_gitname-build
37 cd $srcdir/$_gitname-build/trunk
41 install -D -m755 libxqdebase $pkgdir/usr/bin/xqde