1 # Maintainer: birdflesh <antkoul at gmail dot com>
6 pkgdesc="Nepomuk Notes (nnotes) is a note taking application which uses Nepomuk as a backend"
8 url="http://vhanda.in/blog/category/nepomuk"
10 depends=('kdebase-runtime')
11 makedepends=('git' 'cmake' 'automoc4')
13 _gitroot="git://anongit.kde.org/scratch/vhanda/nnotes.git"
18 msg "Connecting to GIT server...."
20 if [ -d $_gitname ] ; then
21 cd $_gitname && git pull origin
22 msg "The local files are updated."
24 git clone $_gitroot $_gitname
27 msg "GIT checkout done or server timeout"
28 msg "Starting make..."
30 rm -rf "$srcdir/build"
34 cmake ../${_gitname} \
35 -DCMAKE_BUILD_TYPE=Release \
36 -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
42 make DESTDIR="$pkgdir" install