1 # Maintainer: Robert Chmielowiec <robert@chmielowiec.net>
6 pkgdesc="Dates is a small, lightweight calendar that uses Evolution Data Server as a backend (Git version)"
7 url="http://pimlico-project.org/dates.html"
9 depends=('gtk2' 'evolution-data-server>=1.6' 'atk' 'libgnome>=2.8' 'libbonobo>=2.13' 'gnome-vfs>=2.13.98' 'perlxml')
10 makedepends=('git' 'intltool')
11 arch=('i686' 'x86_64')
15 _gitroot=git://git.gnome.org/dates
20 if [ -d ${_gitname} ]; then
21 cd ${_gitname} && git pull origin
22 msg "The local files are updated."
27 msg "GIT checkout done or server timeout"
28 msg "Starting make..."
29 ./autogen.sh --prefix=/usr
31 make DESTDIR=$pkgdir install