1 # Maintainer: George Brooke <george+arch.aur@george-brooke.co.uk>
2 # Contributor: Laurent Carlier <lordheavym@gmail.com>
4 pkgname=telepathy-qt4-git
7 pkgdesc="A library for Qt-based Telepathy clients"
9 url="http://telepathy.freedesktop.org"
11 depends=('qt' 'telepathy-farsight')
12 makedepends=('libxslt' 'python2' 'cmake' 'git' 'doxygen')
13 conflicts=('telepathy-qt4')
14 provides=('telepathy-qt4')
17 _gitroot="git://git.collabora.co.uk/git/freedesktop.org-mirror/telepathy/telepathy-qt4.git"
18 _gitname="telepathy-qt4"
23 msg "Connecting to the GIT server...."
25 if [[ -d ${srcdir}/$_gitname ]] ; then
28 msg "The local files are updated."
33 msg "GIT checkout done"
34 msg "Starting make..."
36 rm -rf ${srcdir}/build && mkdir ${srcdir}/build
40 -DCMAKE_INSTALL_PREFIX=/usr \
41 -DPYTHON_EXECUTABLE=/usr/bin/python2
49 make DESTDIR="$pkgdir" install