1 # Contributor: antzek9 <antze.k9 at googlemail dot com>
3 pkgname=evolution-tray-git
6 pkgdesc="This plugin is useful when you want to put evolution in tray (notification area). This is the maybe unstable git
9 url="http://gnome.eu.org/evo/index.php/Evolution_Tray"
12 depends=('evolution>=2.30' 'libgnomeui' 'gconf' 'libnotify')
13 makedepends=('git' 'autoconf>=2.53' 'automake>=1.8' 'libtool>=1.4.3' 'glib2>=2.2.0' 'pkgconfig>=0.14.0' 'intltool>=0.25' 'gnome-common>=2.3.0')
14 provides=('evolution-tray-git')
15 conflicts=('evolution-tray')
23 _gitroot="git://gnome.eu.org/evolution-tray/"
24 _gitname="evolution-tray"
30 msg "Connecting to the GIT server...."
31 if [[ -d ${srcdir}/${_gitname} ]] ; then
34 msg "The local files are updated..."
39 msg "GIT checkout done."
41 msg "Starting make for: ${pkgname}"
43 if [[ -d ${srcdir}/${_gitname}-build ]]; then
44 msg "Cleaning the previous build directory..."
45 rm -rf ${srcdir}/${_gitname}-build
48 git clone ${srcdir}/${_gitname} ${srcdir}/${_gitname}-build
50 cd ${srcdir}/${_gitname}-build
52 msg "Starting configure..."
54 ./autogen.sh --prefix=/usr
56 make DESTDIR="$pkgdir" install