1 pkgname=plasmoid-eventlist-git
4 pkgdesc="This is a plasmoid to show the events from Akonadi resources (KOrganizer, Birthdays etc.)."
6 url="http://github.com/geflei/plasmoid-eventlist"
8 depends=('kdebase-workspace>=4.3.0' 'boost-libs')
9 makedepends=('gcc' 'cmake' 'automoc4' 'boost')
10 provides=(plasmoid-eventlist)
11 conflicts=(plasmoid-eventlist)
15 _gitroot="http://github.com/geflei/plasmoid-eventlist.git"
23 if [[ -d $_gitname ]]; then
24 (cd $_gitname && git pull origin)
26 git clone $_gitroot $_gitname
34 cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ../
36 make DESTDIR=$pkgdir install