2 pkgname=yakuake-qt4-svn
5 pkgdesc="A KDE4 konsole application with the look and feel of that in the Quake engine"
7 url="http://yakuake.uv.ro/"
10 depends=('kdelibs' 'kdebase-konsole' 'automoc4')
11 makedepends=('subversion' 'cmake')
12 conflicts=('yakuake' 'yakuake-git')
15 _gitroot="git://anongit.kde.org/yakuake"
20 msg "Connecting to GIT server...."
22 if [ -d ${_gitname}/.git ] ; then
23 cd ${_gitname} && git pull origin
24 msg "The local files are updated."
26 git clone ${_gitroot} ${_gitname}
29 msg "GIT checkout done or server timeout"
30 msg "Starting make..."
35 cmake ../${_gitname} \
36 -DCMAKE_BUILD_TYPE=Release \
37 -DCMAKE_SKIP_RPATH=ON \
38 -DCMAKE_INSTALL_PREFIX=/usr
44 make DESTDIR=${pkgdir} install