1 # Maintainer: Roberto Nobrega <rwnobrega@gmail.com>
2 # Contributor: Andrew Burkett <burkett.andrew@gmail.com>
3 # Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
8 pkgdesc="Launchy indexes the programs in your start menu and can launch your documents, project files, folders, and bookmarks with just a few keystrokes! (SVN version)"
10 url="http://www.launchy.net/"
12 depends=('qt' 'xdg-utils')
13 makedepends=('gcc' 'boost' 'subversion')
18 _svntrunk="https://launchy.svn.sourceforge.net/svnroot/launchy/trunk/Launchy_QT"
23 msg "Connecting to SVN server...."
24 if [ -d ${_svnmod}/.svn ]; then
25 (cd ${_svnmod} && svn up -r $pkgver)
27 svn co ${_svntrunk} --config-dir ./ -r $pkgver ${_svnmod}
29 msg "SVN checkout done or server timeout"
31 msg "Starting make..."
33 qmake -r Launchy.pro || return 1
38 cd ${srcdir}/${_svnmod}
39 make INSTALL_ROOT=${pkgdir} install