1 # Maintainer: George Brooke <george+arch.aur@george-brooke.co.uk>
2 # Contributor: laloch <laloch@atlas.cz>
3 # Contributor: Andrea Scarpino <andrea@archlinux.org>
5 pkgname=telepathy-kde-send-file-git
8 pkgdesc="A File manager plugin to launch a file transfer job with a specified contact"
10 url="https://projects.kde.org/projects/kdereview/ktp-send-file"
12 depends=('kdebase-runtime' 'telepathy-kde-common-internals-git>=20111210')
13 makedepends=('cmake' 'automoc4' 'git')
14 conflicts=('telepathy-kde-send-file'
15 'telepathy-send-file-git')
16 install=${pkgname}.install
18 _gitroot="git://anongit.kde.org/ktp-send-file.git"
19 _gitname="ktp-send-file"
24 msg "Connecting to the GIT server...."
26 if [[ -d ${srcdir}/$_gitname ]] ; then
29 msg "The local files are updated."
34 msg "GIT checkout done"
35 msg "Starting make..."
37 rm -rf ${srcdir}/build
42 -DCMAKE_INSTALL_PREFIX=/usr
49 make DESTDIR=${pkgdir} install